List payouts
Authentication
RootPay API key sent in the x-api-key header. Keys are environment-scoped: live_* for production, test_* for sandbox.
Query parameters
Cursor for pagination. Use the next_cursor from the previous response to get the next page.
Filter payouts by a case-insensitive substring match on the payee’s name.
Return payouts whose amount_in_cents is greater than or equal to this value (in cents).
Return payouts whose amount_in_cents is less than or equal to this value (in cents).
Return payouts created on or after this date (YYYY-MM-DD).
Return payouts created on or before this date (YYYY-MM-DD).
Filter by rail (standard_ach, same_day_ach, instant_bank, instant_card). Can provide multiple rails as separate parameters (e.g., ?rail=instant_card&rail=instant_bank).
Filter by the payout’s latest status. Can provide multiple statuses as separate parameters (e.g., ?status=created&status=approved). Valid values: created, approved, initiated, debited, settled, failed, canceled.
Sort order by created_at: ‘asc’ for oldest first, ‘desc’ for newest first (default: ‘desc’)