Triggered when a payment is successfully processed and confirmed. This webhook notifies your system of successful payment transactions, enabling real-time updates for order fulfillment, customer notifications, and accounting workflows.
When a payment succeeds:
SUCCEEDEDAPPROVEDAll webhooks include a signature header (X-Webhook-Signature) for verification. See our webhook security guide for implementation details.
Bearer token authentication using JWT (JSON Web Token). Include the token in the Authorization header as: Authorization: Bearer <token>
Webhook received successfully