📋 Event Types
Below is the list of all event types you can subscribe to using our webhook system. These correspond to different actions or changes within the AccessRC platform.📦 Delivery Events
| Event Type | Description |
|---|---|
DELIVERY_CHANNEL_STATUS_UPDATED | Delivery Channel Request is approved or rejected |
🎯 Delivery Request Events
| Event Type | Description |
|---|---|
DELIVERY_REQUEST_SENT | A new delivery request is created |
🎯 Eligibility Evaluation Events
| Event Type | Description |
|---|---|
PROGRAM_ELIGIBILITY_EVALUATED | Eligibility evaluations are shared |
↪️ Refund Events
| Event Type | Description |
|---|---|
DELIVERY_REFUND_REQUESTED | A refund is requested for a delivery |
✅ Subscribing to Events
Use theSubscribe Event API endpoint to subscribe your URL to one or more of these events.
You can subscribe to:
- A single event (e.g.,
DELIVERY_CHANNEL_STATUS_UPDATED)
Let us know if you’d like to propose a new event type or need help debugging your webhooks.
