v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-044359269.1 KB
Payouts

List payouts

Lists payouts for the merchant with cursor-based pagination.

get/v1/payouts

Query parameters

limitinteger

Number of results per page (1-100). Defaults to 10.

cursorstring

Opaque cursor from a previous next_cursor.

status'pending' | 'paid' | 'failed'

Filter by payout status.

created_at.gtestring date-time

Include payouts whose created_at is greater than or equal to this ISO 8601 timestamp.

created_at.ltestring date-time

Include payouts whose created_at is less than or equal to this ISO 8601 timestamp.

currenciesstring[]

Filter to these currency codes. Use a separate currencies query parameter for each value (e.g. ?currencies=EUR&currencies=USD).

Response

Paginated list of payouts

has_moreboolean required
next_cursorstring nullable required