List internal transfers for authenticated company
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. Requires the banking.list permission.
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Company API key for authentication
Query Parameters
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 
