Overview
This document describes theDELIVERY_CHANNEL_STATUS_UPDATED webhook event, triggered after a manual approval or rejection of a delivery channel request within AccessRC. This event is sent from AccessRC to the Service Provider once the approval decision is made by the Information Management (IM) team from the Registration screen.
Event Flow: AccessRC → Service Provider
- Service Provider submits a delivery channel request.
- The AccessRC IM team reviews and approves or rejects the request manually.
- A webhook call is sent to the Service Provider indicating the status (
ApprovedorRejected) of the delivery channel request.
Webhook Request Payload
The webhook will send one of the following payloads based on the decision.✅ Approved
❌ Rejected
Request Types
- Delivery Channel Create
- Delivery Channel Update
- Delivery Channel Update Status
Webhook Response Payload
200 Response
Indicates that the callback from the Service Provider was successfully received and processed.400 Response
Sent if the request is invalid or the payload fails validation on the Service Provider’s side.401 Response
If the verification fails, the response will be:500 Response
Sent when an internal error occurs in the Service Provider’s callback system.Notes
- The providerDeliveryChannelId is a required field in both the request and the response.
- Ensure your webhook endpoint can correctly distinguish between the statuses and handle them accordingly.
