Skip to main contentπ‘ Webhook Introduction
Webhooks allow your system to receive real-time updates from AccessRC when specific events happenβsuch as a delivery channel request approval, a new delivery request or a refund of delivery.
When you subscribe to a webhook event, AccessRC will send an HTTP POST request to your defined URL whenever the event occurs.
π§ͺ Why Use Webhooks?
- β
Get notified immediately about changes
- π Automate reactions to events (e.g., update your internal system)
- π Reduce polling and unnecessary API calls
π§ How Webhooks Work
- Subscribe to events using the
Subscribe Event API endpoint .
- Define a webhook URL on your server that listens for POST requests.
- Handle incoming event data and respond with a 2xx status.