List payouts
Get a paginated list of payouts sorted by created_at desc with optional filters
Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter Auth0 JWT token
Query Parameters
Filter by beneficiary ID
"123e4567-e89b-12d3-a456-426614174000"
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 provider/account holder name
"Ivy"
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
100
Maximum amount filter
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