Get Payout History (Multiple)

Retrieve a list of past payouts. You can filter by currency, date range, status, or merchant IDs.

Authentication

AuthorizationBearer
OAuth 2.0 access token

Query parameters

merchantIdsstringOptional

Comma-separated list of merchant IDs (UUIDs) to filter by

currencyenumOptional
Filter by currency code
startDatedatetimeOptional

Start date for filtering (ISO 8601 format)

endDatedatetimeOptional

End date for filtering (ISO 8601 format)

statusenumOptional
Filter by payout status
Allowed values:
limitintegerOptionalDefaults to 50
Maximum number of records to return
offsetintegerOptionalDefaults to 0
Number of records to skip

Response

Successful response with payout history
payoutslist of objects
totalinteger
Total number of payouts matching the filter

Errors

403
Forbidden Error