Cancel deposit
API for cancel a deposit transaction
Endpoint
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example Request
{
"transactionId": "TRANSACTION_ID",
"timestamp": "2023-02-05T16:34:57.956Z"
}{
"data": null,
"code": 0,
"msg": "Success",
"cause": ""
}{
"data": null,
"code": 9995,
"msg": "Unable to process your request at the moment. Please try again later.",
"cause": "Transaction not found / Transaction already cancel or success"
}Last updated