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.succeededTriggered when a payment is successfully completed. š Seepayment.succeededEvent -
payment.attempt_failedTriggered when an attempt is failed. š Seepayment.attempt_failedEvent
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.

