List payouts
Deprecated: use GET /v2/payouts for opaque cursor pagination.
Authorizations
Enter Auth0 JWT token
Query Parameters
Filter by beneficiary ID
"123e4567-e89b-12d3-a456-426614174000"
Return the payout created with this client reference (exact match). References are unique per workspace, so at most one payout matches; an empty list means no payout was ever created with this reference.
100"1000000026117856401"
Filter by status (comma-separated)
"processing,paid"
Filter by country code (comma-separated)
"DE,GB"
Filter by payment route (comma-separated)
"sepa_inst,sepa_credit"
Filter by account holder name
"Acme Ltd"
Start date for date range filter (ISO 8601)
"2024-01-01T00:00:00Z"
End date for date range filter (ISO 8601)
"2024-12-31T23:59:59Z"
Minimum amount filter (decimal string; the legacy numeric form is also accepted)
"100"
Maximum amount filter (decimal string; the legacy numeric form is also accepted)
"1000"
Cursor for pagination (composite: timestamp__uuid)
"2024-01-15T10:30:00.000Z__a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Number of items per page
1 <= x <= 10020
Response
List of payouts
Whether there are more payouts to load
true
List of payouts
Next cursor for pagination (composite: timestamp__uuid)
"2024-01-15T10:30:00.000Z__a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Total number of payouts matching the query, ignoring pagination. Returned on the first page only (omitted on cursor pages).
1247