Webhooks are the best way to get real-time payment status updates.
Banked allows you to configure webhooks to receive notifications that are sent when the status of a payment changes. Use the Configuration section of the Banked Console, or the Webhook API endpoints to set up your webhook URLs. It is possible to configure up to 5 distinct webhooks per event.
Banked sends status updates about the following events:
- Payment Initiated
- Payment Pending
- Payment Sent
- Payment Failed
- Mandate Pending
- Mandate Active
- Mandate Declined
- Mandate Suspended
- Mandate Cancelled
- Mandate Expired
- Mandate Failed
- Payout Pending
- Payout Canceled
- Payout Sent
- Payout Failed
- Redacted Payment Initiated
- Redacted Payment Pending
- Redacted Payment Sent
- Redacted Payment Failed
See the Verifying Signatures page for details about how to authenticate requests sent by Banked to your webhooks. The Failed Webhooks page describes the retry pattern Banked uses when trying to delivery status updates.