Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Bearer token authentication using JWT (JSON Web Token). Include the token in the Authorization header as: Authorization: Bearer <token>

Body

application/json
eventId
string<uuid>
required

Unique identifier for this webhook event

Example:

"evt_3c4d5e6f-7g8h-9i0j-1k2l-3m4n5o6p7q8r"

eventType
string
required

Type of event

Allowed value: "payment.succeeded"
timestamp
string<date-time>
required

When the event occurred (RFC 3339)

data
object
required

Response

Webhook received successfully