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": "string",
- "items": [
- {
- "cardHolderName": "string",
- "cardNumber": "string",
- "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_aQAs0mH_OnI8y6EH",
- "merchantId": "mcht_aQAs0mH_OnI8y6ED",
- "merchantName": "string",
- "transactionId": "tran_aQAs0mH_OnI8y6EG",
- "transactionAmount": 0,
- "billingCategory": "string",
- "refundId": "rfnd_aQAs1GH_OnI8y6EV",
- "payoutId": "payout_aQAs02H_OnI8y6EP",
- "referencePayoutId": "string",
- "currency": "string",
- "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_aQAs02H_OnI8y6EP",
- "referencePayoutId": "string",
- "currency": "string",
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "paidOn": "2019-08-24",
- "status": "created",
- "settlementType": "Net",
- "failureReason": "string",
- "openingBalance": 0,
- "closingBalance": 0,
- "payoutAmount": 0
}, - "created": "2019-08-24T14:15:22Z"
}