Skip to main content
WEBHOOK

Event Types

Body

application/json
event_id
string<uuid>
required

A unique identifier for this event.

event_name
enum<string>
required

Top-level event category.

Available options:
ACQUIRING
event_type
enum<string>
required

The specific event type that occurred.

Available options:
acquiring.cancel.succeeded,
acquiring.cancel.failed
source_id
string
required

Payment intent ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Payment cancellation details associated with the event.

Response

200

Return 200 to acknowledge receipt.