Skip to main content
POST
External Action Callback

Authorizations

Authorization
string
header
required

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

Body

operationId
string
required

Unique identifier of initiate payment operation

Required string length: 1 - 64
transactionId
string
required

External transaction id

Minimum string length: 1
amount
number<double>
required

Amount

Required range: x >= 0
eventType
string
required

Event type

Minimum string length: 1
failureCause
string | null

Failure cause

Response

OK

The response is of type object.

Last modified on August 10, 2026