v1
latestOpenAPI 3.1.02026-07-241210356.3 KBTransactions
Cancel Transaction
Cancel transaction is available only in case the transaction is not deposited yet, which mean, in the same day and not later then the deposit time that set to your account (by default as 23:00). In case this time has been passed, you have to use Refund modules
post/Transactions/Cancel
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Response
200
Example response
{
"results": {
"status": "success",
"description": "cancel-transaction-success"
}
}