v1
latestOpenAPI 3.1.02026-08-0631219.7 KBpayoutList
Get a list of all payouts for the merchant
This API is used to indicate if there are payouts available after a payout run. If there are no payouts for any reason, API will indicate it in the response by returning an empty list..
get/v3/reconciliation/payouts
Query parameters
sizeinteger
the size of the page to be returned in list requests.
pageinteger
zero-based page index in list requests.
datestring date
Example:2020-06-18
The date in yyyy-MM-dd format for which the list of payouts should be returned. If not provided, current date in UTC will be used.
Response
Payouts List Response
Example response
{
"payouts": [
{
"iban": "BE68539007547034"
}
]
}