GET /transfers
Returns all the transfers related to a balance account, account holder, or balance platform.
When making this request, you must include at least one of the following:
balanceAccountId
accountHolderId
balancePlatform
.
This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next and previous pages when applicable. You can use the links to page through the results.
Servers
- https://balanceplatform-api-test.adyen.com/btl/v4
Query parameters
Name | Type | Required | Description |
---|---|---|---|
createdSince |
String | Yes |
Only include transfers that have been created on or after this point in time. The value must be in ISO 8601 format and not earlier than 6 months before the |
category |
String | No |
The type of transfer. Possible values:
Possible values:
|
limit |
Integer | No |
The number of items returned per page, maximum of 100 items. By default, the response returns 10 items per page. |
balancePlatform |
String | No |
The unique identifier of the balance platform. Required if you don't provide a |
reference |
String | No |
The reference you provided in the POST /transfers request |
accountHolderId |
String | No |
The unique identifier of the account holder. Required if you don't provide a If you provide a |
balanceAccountId |
String | No |
The unique identifier of the balance account. Required if you don't provide an If you provide an |
createdUntil |
String | Yes |
Only include transfers that have been created on or before this point in time. The value must be in ISO 8601 format and not later than 6 months after the |
cursor |
String | No |
The |
paymentInstrumentId |
String | No |
The unique identifier of the payment instrument. To use this parameter, you must also provide a The |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.