Banked's webhook system provides real-time notifications about important events in your payment processing workflow. These notifications enable your backend systems to automatically respond to payment status changes and other significant events.
You can configure webhooks to receive notifications for various payment-related events, including:
- 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
API Reference
See Webhook API DocsBase URL
The base URL for all API requests in sandbox or production is:
https://api.banked.com/v2/webhooks
Authentication
See `Authentication` DocsAll API requests require the following header:
Authorization: The Authorization method used is Basic Auth or Scoped Partner OAuth Token.
Additional Resources
- Getting Started with Webhooks - A guide to help you set up and configure webhooks in your application
- Retry Policy - Information about how Banked handles failed webhook deliveries and retry attempts
- Redacted Webhooks - Learn how Banked handles sensitive data in webhook payloads and how to work with redacted information
- Verifying Signatures - Details about how to authenticate requests sent by Banked to your webhooks