Payments
payment.cancelled
Triggered when an event occurs
WEBHOOK
Headers
Signature of the webhook event payload, used for verification.
Timestamp of the webhook event, used to prevent replay attacks.
Example:
"2025-08-20 20:56:36.456"
The type of event being sent.
Example:
"payment.created"
Body
application/json
Unique identifier for the webhook
Example:
"webhook_0197be1b-40f0-7662-b0d0-a71ddbd3d8b3"
URL where webhook events will be sent
Example:
"https://webhook-handler.com/webhooks"
Type of webhook event that occurred
Available options:
payment.cancelled Example:
"payment.cancelled"
Cancelled Payment identifier
Example:
"payment_01979416-d464-7581-a9fe-9a140baeaf3c"
Details of the Payment that was cancelled
Example:
Timestamp when the event occurred
Example:
"2025-08-20 20:56:36.456"

