v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Transactions

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

terminal_uidstring required

Unique identifier for terminal

transaction_uidstring required

Unique identifier for transaction

cashier_uidstring required

Unique identifier for cashier

Response

200

dataobject

Example response

{
  "results": {
    "status": "success",
    "description": "cancel-transaction-success"
  }
}