get
https://api-sandbox.asaas.com/v3/transfers
This endpoint returns a list of transfers, with support for filtering by time range, transfer type, and settlement date.
Use this call to track transfer history and to retrieve recurring transfers created previously.
Main request parameters
-
dateCreated[ge] / dateCreated[le]: Creation date range for the transfer.
-
transferDate[ge] / transferDate[le]: Settlement date range for the transfer.
-
type: Transfer type (
PixorTED).
Listing behavior
- The response is paginated
- Results are ordered by creation date
- Supports both one-time and recurring transfers
When to use
Use this endpoint to:
- Retrieve transfer history
- Monitor processed transfers
- Build financial reports or dashboards
Example of filter
Filter by creation date: GET https://api.asaas.com/v3/transfers?dateCreated=2019-05-02
403Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.
