Transfers
Manage transfers
List Transfers
Lists all transfers of any type (PIX, TED, Internal). Supports filters and pagination. This is a unified endpoint that returns transfers of all types through a single query.
Create a Transfer
Generic endpoint for creating transfers of any type. The type is specified by the mandatory 'kind' field at the root level of the payload:
View a Transfer
Queries specific information about a Transfer of any type. The type is identified automatically and the response is serialized appropriately.
Cancel a Transfer
Cancels a transfer that has not yet been confirmed or rejected. Already processed transfers cannot be cancelled.