Logo
Adyen APIs API Documentation

Return an incoming internal transfer

POST {{baseUrl}}/transfers/:transferId/returns

Initiates the return of previously transferred funds without creating a new transferId.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "id": "1W1UG35QQEBJLHZ8", "reference": "Your internal reference for the return", "status": "Authorised", "transferId": "1W1UG35U8A9J5ZLG" }



Curl
curl -X POST 'https://balanceplatform-api-test.adyen.com/btl/v4/transfers/:transferId/returns' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"amount":{"value":189,"currency":"EUR"},"reference":"Your internal reference for the return"}'

ENDPOINTS