List payers
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 payers by email (case-insensitive partial match)
Filter payers by name (case-insensitive partial match)
Filter payers by whether they have a default payment method: true or false
Return payers created on or after this date (YYYY-MM-DD).
Return payers created on or before this date (YYYY-MM-DD).
Sort order by created_at: ‘asc’ for oldest first, ‘desc’ for newest first (default: ‘desc’)