Preliminary Remarks
The Payout List log shows the transactions (including receipts and chargebacks) for sales made by or for an external client from a Cross-Client-Connection. Objectives of the payout list:
Insight into transactions between clients for joint sales
Insight into the status of refunds or compensation payments between clients
Manual update of the payment status
Overview of transactions for offsetting revenues between clients
Overview and administration
All important information about the orders is displayed in the list view. The blue links navigate directly to the corresponding detailed view.
.png?sv=2026-02-06&spr=https&st=2026-09-20T18%3A12%3A01Z&se=2026-09-20T18%3A24%3A01Z&sr=c&sp=r&sig=PD%2BXVB1wsEYoZy8WLdFDcLdPyEQC9fzEWY%2FvxhvwMqk%3D)
Transaction ID
The transaction ID is used for evaluation via the API.
API endpoints: Orders/operation/searchCrossClientTransactions and Orders/operation/getCrossClientTransactionByIdNote: The transaction ID is not related to the transaction ID in the Transaction Log.
Transaction Type
There are three different transaction types that are displayed here: Return, Refund or Payment.Invoice ID
Click on the invoice ID to open the customer's corresponding invoice.Source
The source indicates the type of offer (order or subscription).Source ID
If this is an order, the detail view of the order opens.
If it is a subscription, the detail view of the subscription opens.Payment Method
The payment method shows which payment method the customer used to pay.Paid Status and Change Paid Status
This is not the customer's paid status. This can be viewed in the transactions.
This is about the payment status between the clients. Once the status has been changed to Closed, it cannot be changed back to Open.
The change of the payment status can also be automated via the API endpoint Orders/operation/updateCrossClientTransactionPaidStatus.
Download payout list as csv.file
Column | Meaning | Possible values/format |
|---|---|---|
ActiveVersion | Internal API version marker used when serializing the record. Not business data. | Integer ( |
CreatedDate | Date & time the transaction record was created. |
|
CreatedBy | ID of who created the record. | A customer ID, a merchant user ID, or |
CreatedByType | Category of the creator. | One of: |
ChangedDate | Date & time of the last change (e.g. a paid-status update). Equals CreatedDate if never changed. |
|
ChangedBy | ID of who last changed the record. | Same value types as CreatedBy. |
ChangedByType | Category of the last modifier. | Same enum as CreatedByType. |
CrossClientTransactionId | The merchant-facing, unique sequential ID of this transaction. | Integer (e.g. |
SourceCompanyId | The company that owns/originated the transaction (the exporting client). Currently not populated in the export, so this column is empty. | Empty, or a 20-character company ID. |
ConnectedCompanyId | The other party in the cross-client relationship — the company whose connected offer was sold. | 20-character company ID (e.g. |
OrderId | Linked merchant order ID. Set for one-off / order-based transactions. | Integer; |
SubscriptionId | Linked merchant subscription ID. Set for subscription/recurring transactions. | Integer; |
InvoiceId | Linked merchant invoice ID. | Integer; |
Type | The kind of settlement entry. |
|
PaidStatus | Whether the amount has been settled between the clients. |
|
PaymentMethod | The payment method used for the underlying transaction. |
|
Amount | Transaction amount, in the currency's smallest unit (minor units/cents). | Integer — e.g. |
Currency | ISO 4217 currency code of the amount. | e.g. |