Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Query Parameters

reference
string

Client reference to filter payouts

status
enum<string>

Filter by payout status

Available options:
initiated,
processing,
succeeded,
failed
startDate
string<date>

Filter payouts created on or after this date (ISO 8601)

endDate
string<date>

Filter payouts created on or before this date (ISO 8601)

order
enum<string>
default:desc

Sort order by creation date

Available options:
asc,
desc
cursor
string

Pagination cursor returned from a previous request

limit
integer
default:20

Maximum number of results to return

format
enum<string>

Response format. When set to csv, returns all matching payouts as a CSV file download. Requires startDate and endDate.

Available options:
csv

Response

OK

data
object[]
node
object

Node pagination