List Payouts
Payouts
List Payouts
Returns payouts as a list nested in data, with pagination metadata.
GET
List Payouts
Query Params
Page number (default 1).
Page size (default 20, max 100).
Inclusive lower bound on
createdAt (ISO 8601). Optional.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.