Skip to main content
GET
List Payouts

Query Params

number
Page number (default 1).
number
Page size (default 20, max 100).
string
Inclusive lower bound on createdAt (ISO 8601). Optional.
string
Inclusive upper bound on createdAt (ISO 8601). Optional.
endDate is a timestamp, not a calendar day: 2024-01-31 resolves to 2024-01-31T00:00:00Z and excludes that day — to include the full day, pass 2024-01-31T23:59:59Z. When both dates are provided, startDate must be before or equal to endDate, otherwise the API responds with 400 Bad Request.

Response