Coming Soon
Webhooks
The Payments API supports webhook events that allow you to monitor and react to changes in payment state in real time. Webhook events can be used to update internal systems, trigger order fulfillment, or log payment outcomes for reporting and reconciliation.Available Events
payment.succeeded
Triggered when a payment is successfully completed.
👉 Seepayment.succeededEvent
payment object, which contains fields such as created_at, updated_at, and payment_method_details.
The payment_method_details field includes the payment method type (e.g., card) and additional metadata like scheme and bin.

