Returns a paginated list of internal transfers for the authenticated company with optional filters. Internal transfers move money between bank accounts within the same provider. For organization users, the origin_bank_account_id and destination_bank_account_id parameters can be used to filter transfers from/to a specific bank accounts. If not provided, transfers from the organization’s and it’s merchants bank accounts will be returned.
Company API key for authentication
Page number for pagination
x >= 1Number of items per page
1 <= x <= 100Filter by internal transfer status
PENDING, PROCESSING, COMPLETED, FAILED Filter internal transfers from this date (inclusive)
Filter internal transfers to this date (inclusive)
Filter internal transfers from a specific origin bank account ID (for organization users)
Filter internal transfers to a specific destination bank account ID (for organization users)
Filter by request ID
Sort by field
created_at, amount, status