Cancellations
(POST /cancellation)
The cancellation of an operation can only be performed on the same accounting day.
Payload
- transaction_id (string, required): Identifier of the transaction.000024899463550243139
- custom_01 (string): Custom field custom_001
- custom_02 (string): Custom field custom_002
Request example
{
    "key": "589365da65c48cff87d0874a",
    "resource": "359ef8ce5c5f4003b71692e446908c27",
    "nonce": "1234567890",
    "mode": "sha256",
    "payload": {
        "transaction_id": "000024899463550243139",
        "custom_01": "custom_001",
        "custom_02": "custom_002"
    }
}
Success - 0 - cancellation
- code (string, required): Internal operation code. Refer to Response Codes 0
Response example
{
    "type": "success",
    "code": "0",
    "detail": "cancellation",
    "description": "Cancellation processed successfully",
    "uuid": "2df61337-c0c5-4b90-ab8c-6098c8b118ce",
    "request_id": "5901ba6d7710014a2c89",
    "payload": {
        "code": "0"
    }
}