> ## Documentation Index
> Fetch the complete documentation index at: https://developer.accessrc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Delivery Channel

## Create

Service Provider sends deliverychannels details to AccessRC for registering delivery channels.

[`Create Delivery Channel Request` API endpoint](../../api-reference/endpoint/delivery_channel_create)

<Note>🗒️ Service Provider will track the channel flow with providerDeliveryChannelId (which is the unique identifier of Service Provider delivery channel in its own system) </Note>

<p align="center">
  <img src="https://mintcdn.com/canpeker/ezlmTUGMKwmp_MYx/images/create_delivery_channel.svg?fit=max&auto=format&n=ezlmTUGMKwmp_MYx&q=85&s=4ce0447c3d9be85878eef80662a4203a" width="468" height="566" data-path="images/create_delivery_channel.svg" />
</p>

## Delivery Channel Approval or Rejection

In the second step of this stage a manual approval will be required by AccessRC IM from the Delivery Channel Screen. After the approval, Service Provider will be notified by `DELIVERY_CHANNEL_STATUS_UPDATED` event. Delivery Channel request can also be rejected and `DELIVERY_CHANNEL_STATUS_UPDATED` event will be sent including a rejection message to Service Provider in that case.

<p align="center">
  <img src="https://mintcdn.com/canpeker/ezlmTUGMKwmp_MYx/images/delivery-channel-approve-reject.svg?fit=max&auto=format&n=ezlmTUGMKwmp_MYx&q=85&s=6f2d63ae42e7b2459d327e92b1b1fd34" width="969" height="1018" data-path="images/delivery-channel-approve-reject.svg" />
</p>

<Note>You can view delivery channel details from this endpoint to verify the integration:\
[`Get Delivery Channel Details` API endpoint](../../api-reference/endpoint/delivery_channel_get)</Note>
