v1

latestOpenAPI 3.1.02026-08-0631219.7 KB
payoutList

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

sizeinteger required

the total number of elements in the current page of this response

totalPagesinteger required

the total number of pages in the response

totalElementsinteger required

the total number of elements in the response

numberinteger required

the current page number

Example response

{
  "payouts": [
    {
      "iban": "BE68539007547034"
    }
  ]
}
All 3 operations