Logo
Adyen APIs API Documentation

Pay out to a transfer instrument

POST {{baseUrl}}/transfers

Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version. Starts a request to transfer funds to balance accounts, transfer instruments, 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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string
WWW-Authenticate
null Header for authenticating through SCA




RESPONSES

status





Curl
curl -X POST 'https://balanceplatform-api-test.adyen.com/btl/v4/transfers' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'WWW-Authenticate: ' -d '{"amount":{"value":80000,"currency":"EUR"},"balanceAccountId":"BAB8B2C3D4E5F6G7H8D9J6GD4","category":"bank","counterparty":{"transferInstrumentId":"SE1234567890ABC1234567890"},"priority":"regular","referenceForBeneficiary":"Your-reference-sent-to-the-beneficiary","reference":"Your internal reference for the transfer","description":"Your description for the transfer"}'

ENDPOINTS