Skip to main content
WEBHOOK

Body

application/json

Envelope sent to your endpoint for every webhook notification. The shape of the notification field depends on notificationType.

subscriptionId
string<uuid>
required

ID of the webhook subscription that produced this notification.

Example:

"c4d1da72-111e-4d52-bdbf-2e74a2d803d5"

notificationId
string<uuid>
required

Unique ID for this event notification. Stable across retries of the same event.

Example:

"c4d1da72-111e-4d52-bdbf-2e74a2d803d5"

notificationType
enum<string>
required

The type of notification.

Available options:
transactions.outbound
notification
Transaction · object
required

The event payload. The schema of this object depends on notificationType.

timestamp
string<date-time>
required

When the notification was produced.

version
integer
required

The version of the notification schema.

Response

200

Webhook received successfully.