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

  • i
    All webhook requests include a X-Signature header for verification
  • i
    Retry policy: 3 attempts with exponential backoff
  • i
    IP allowlist available for enterprise plans