Webhooks Events
For payments, our platform supports two primary payment-related events that developers can set up webhooks for:
PAYMENT RECEIVED
Description: This event is triggered whenever a customer makes a successful payment. The webhook will send details of the transaction, including the amount, payer information, and transaction status.
Use Case: Automate confirmation processes, update records, or trigger further actions in your system upon receiving a payment.
Sample Payload
PAYMENT FAILED
Description: This event is triggered when a payment attempt fails. The webhook will include information about the failure reason, the attempted transaction, and any relevant error codes.
Use Case: Notify customers of payment issues, log failed transactions, or prompt retries.
Sample payload
Last updated