When This Webhook is Sent
Trigger Event
Sent to merchants when a bank responds to a billing request via
POST /v1/billing/bank-response after customer approval or decline.billing.response
Recipient: Merchants and Providers
Frequency: Real-time (immediate)
Webhook Payload Structure
Customer Actions
accepted
Customer approved the payment. Transaction will be processed and settled.
declined
Customer declined the payment. No funds will be transferred.
Implementation Guide
Best Practices
Order Management
- Update order status immediately - Use database transactions - Implement error handling - Log all payment events
Customer Communication
- Send immediate confirmations - Provide clear payment details - Offer alternatives for declined payments - Include support information
Next Steps
Order Management
Learn advanced order processing techniques
API Reference
Explore merchant API endpoints