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.

Request Body

{"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"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
WWW-AuthenticatenullHeader for authenticating through SCA