Return an incoming internal transfer
POST {{baseUrl}}/transfers/:transferId/returns
Initiates the return of previously transferred funds without creating a new transferId
.
Request Body
{"amount"=>{"value"=>189, "currency"=>"EUR"}, "reference"=>"Your internal reference for the return"}
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"}