Cancel transfer
This endpoint allows a customer cancel a transfer
Sample cURL request
curl --location --request DELETE 'https://api.torusmara.com/api/v1/transfer/2022-07-26?reason=there is a reason' \
--header 'Authorization: Bearer eyJidXNpbmVzc0ssfrlEIjoisfrfrrfeYjNmYi00NzhlLWFkZTUtNzZjYzUxNzZlMWRkIiwidXNlcklEIjoiMmFhMjAwYzItMDMzZS00OTZhLTg1MDMtZDIzZDYwYjBiOTA0Iiwia2V5Ijoib2xhcHJvZzEifQ==' \
Sample response
{
"status": 200,
"data": "cancelled transfer settlement successfully!",
"message": "cancelled transfer settlement successfully!",
"error": null
}
Updated 8 months ago