Payment Webhooks
Suave provides webhooks to send updates whenever the status of a payment order changes. This includes when a payment order is created, succeeds, or fails. Our webhooks return metadata associated with the payment, as well as any transaction details, such as hashes and timestamps. Events are triggered with 3 types:payment_processing
, payment_success
, and payment_failed
.