Webhooks
Configure endpoints to receive real‑time payment events
Configured Webhooks
Event payloads are sent as HTTP POST with JSON body
https://api.example.com/webhooks/payments
payment.createdpayment.captured
Last delivery: 2026-03-12 09:45
https://hooks.slack.com/services/xxx/yyy
payment.failed
Last delivery: 2026-03-11 16:20
https://old.example.com/legacy
payment.refunded
Last delivery: 2026-02-28
Add Webhook
Webhook Security
- iAll webhook requests include a
X-Signatureheader for verification - iRetry policy: 3 attempts with exponential backoff
- iIP allowlist available for enterprise plans