Return a list of all settlement entries matching the given search criteria.
If payoutId is not specified, currency, createdAfter and createdBefore must all be provided.
Use Accept
request header to specify either application/json
or text/csv
responses.
The JSON variant includes an aggregated summary of the matching entries.
{- "currency": "AUD",
- "items": [
- {
- "entryDate": "2019-08-24",
- "entryTimestamp": "2019-08-24T14:15:22Z",
- "entryType": "Payment",
- "entryDescription": "string",
- "settlementDate": "2019-08-24",
- "transactionType": "string",
- "orderType": "online",
- "orderId": "string",
- "orderDescription": "string",
- "orderMetadata": { },
- "merchantOrderId": "ordr_Zz6SN_8bIUK88SSq",
- "merchantId": "mcht_Zz6SN_8bIUK88SSm",
- "merchantName": "string",
- "transactionId": "tran_Zz6SN_8bIUK88SSp",
- "transactionAmount": 0,
- "refundId": "rfnd_Zz6SOf8bIUK88SS5",
- "payoutId": "payout_Zz6SOP8bIUK88SSz",
- "currency": "AUD",
- "netAmount": 0,
- "grossAmount": 0,
- "platformFeesInclTax": 0,
- "platformFeesTax": 0,
- "customFieldValues": {
- "property1": "string",
- "property2": "string"
}
}
], - "totalPages": 0,
- "totalRecords": 0,
- "platformFeesInclTax": 0,
- "platformFeesTax": 0,
- "netAmount": 0,
- "grossAmount": 0,
- "payoutSummary": {
- "payoutId": "payout_Zz6SOP8bIUK88SSz",
- "currency": "AUD",
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "paidOn": "2019-08-24",
- "status": "paid",
- "settlementType": "Net",
- "failureReason": "string",
- "openingBalance": 0,
- "closingBalance": 0,
- "payoutAmount": 0
}, - "created": "2019-08-24T14:15:22Z"
}