Skip to main content
POST
Cancel transaction V2

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

id
integer<int64>
required

Unique transaction id.

Body

Cancel operation details.

operationId
string
required

Unique identifier of the cancel operation (should be the same only for retries of the same operation).

Required string length: 1 - 128
amount
number<double> | null

Amount which should be released.

Response

OK

state
enum<string>
required
Available options:
Waiting,
Successful,
Cancelled
remainingReservedAmount
number<double>
required

Reserved amount of the transaction remaining after the cancel operation. If the remaining reserved amount is zero then the transaction is finalized.

Last modified on August 10, 2026