adyen.com – TransferService
The Transfers API provides endpoints that you can use to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a .
Authentication
Your Adyen contact will provide your API credential and an API key. To connect to the API, add an X-API-Key header with the API key as the value, for example:
Alternatively, you can use the username and password to connect to the API using basic authentication. For example:
Roles and permissions
To use the Transfers API, you need an additional role for your API credential. Transfers must also be enabled for the source balance account. Your Adyen contact will set up the roles and permissions for you.
Versioning
The Transfers API supports using a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number.
For example:
Going live
When going live, your Adyen contact will provide your API credential for the live environment. You can then use the username and password to send requests to https://balanceplatform-api-live.adyen.com/btl/v2.
curl-H "Content-Type: application/json" \-H "X-API-Key: YOUR_API_KEY" \...curl-H "Content-Type: application/json" \-U "ws@BalancePlatform.YOUR_BALANCE_PLATFORM":"YOUR_WS_PASSWORD" \...https://balanceplatform-api-test.adyen.com/btl/v2/transfers- Homepage
- https://api.apis.guru/v2/specs/adyen.com:TransferService/2.json
- Provider
- adyen.com:TransferService / TransferService
- OpenAPI version
- 3.1.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/adyen.com/TransferService/2/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/adyen.com/TransferService/2/openapi.yaml
Tools (5)
Extracted live via the executor SDK.
-
transactions.getTransactionsReturns all transactions related to a balance account with a payment instrument of type bankAccount.
This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable.
-
transactions.getTransactionsIdReturns a transaction.
-
transfers.postTransfersStarts a request to transfer funds to , , or third-party bank accounts. Adyen sends the outcome of the transfer request through webhooks.
To use this endpoint, you need an additional role for your API credential and transfers must be enabled for the source balance account. Your Adyen contact will set these up for you.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools