Webhooks
Payment succeeded event
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.
Payment Processing
When a payment succeeds:
- Payment status changes to
SUCCEEDED - Order status typically updates to
APPROVED - Payment receipt is generated
- Funds are confirmed and captured
Webhook Security
All webhooks include a signature header (X-Webhook-Signature) for verification. See our webhook security guide for implementation details.
WEBHOOK
Authorizations
Bearer token authentication using JWT (JSON Web Token). Include the token in the Authorization header as: Authorization: Bearer <token>
Body
application/json
Response
Webhook received successfully