Body
application/json
Represents an occurrence in the system that triggers the webhook, containing an identifier, event type, and relevant data.
Unique identifier for a webhook event
Required string length:
24 - 50Example:
"evt_1234567890abcdef"
Type of webhook event
Available options:
payment_page.payment_received Example:
"payment_page.payment_received"
A transaction represents a completed or attempted payment through a payment page. Includes payment details, customer information, and custom field responses.
Response
200
Return a 200 status to indicate that the data was received successfully

