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