> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Link an Offer to a Subscription

> Link an Offer to a Subscription on the Razorpay Dashboard.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

After creating an Offer and a Subscription Plan, you need to link the Offer to a Subscription.

* [Link an Offer while creating a Subscription](#link-an-offer-when-creating-a-subscription)
* [Link an Offer to an active Subscription](#link-an-offer-to-an-existing-subscription)

You can also [delete an Offer linked to a Subscription](/docs/payments/subscriptions/offers/delete).

## Link an Offer While Creating a Subscription

Watch this video to see how to link an Offer to a Subscription.

<iframe width="560" height="315" src="https://www.youtube.com/embed/SoGr8jsfp24" frameBorder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

You can link an Offer while creating a Subscription from the [Dashboard](/docs/payments/subscriptions/offers/link#link-an-offer-while-creating-a-subscription-from) or using [APIs](/docs/payments/subscriptions/offers/link#link-an-offer-while-creating-a-subscription-using).

<Warning>
  **Watch Out!**

  Offers for Subscriptions are only available when using Razorpay Standard Checkout.
</Warning>

### Link an Offer While Creating a Subscription From Dashboard

You can link an Offer to a Subscription by selecting the required Offer using the **Offer** drop-down list when creating the Subscription.

<img class="click-zoom" src="https://razorpay.com/docs/build/browser/assets/images/subscriptions-offers-link_offer_when_creating_subscription.jpg" alt="link offer when creating a subscription" width="800" />

Know more about [Subscription Links](/docs/payments/subscriptions/create-subscription-links).

### Link an Offer While Creating a Subscription Using APIs

Use the [Link an Offer to a Subscription API](/docs/api/payments/subscriptions/link-offer).

## Link an Offer to an Existing Subscription

You can link an Offer to a Subscription or update the Offer linked to a Subscription from the [Dashboard](/docs/payments/subscriptions/offers/link#link-an-offer-to-an-existing-subscription-from) or using [API](/docs/payments/subscriptions/offers/link#link-an-offer-to-an-existing-subscription-using).

* This is possible only if the Subscription is in the `active` state and not in any other state.
* The Offer is applied to the Subscription at the end of the current billing cycle. It is not possible to update an Offer linked to a Subscription immediately.

### Link an Offer to an Existing Subscription From Dashboard

You can link an Offer to an existing active Subscription by selecting the required Offer using the **Offer** drop-down when updating the Subscription.

<img class="click-zoom" src="https://razorpay.com/docs/build/browser/assets/images/subscriptions-offers-link_offer_to_existing_subscription.jpg" alt="link an offer to an existing active subscription" width="800" />

Know more about [updating a Subscription](/docs/payments/subscriptions/update).

### Link an Offer to an Existing Subscription Using APIs

Use the [Update a Subscription API](/docs/api/payments/subscriptions/update-subscription) to link an Offer to an existing active Subscription by passing the `offer_id: <offer_id>` in the request body.

### Related Information

* [About Offers](/docs/payments/subscriptions/offers)
* [Create Subscription Offers](/docs/payments/subscriptions/offers/create)
* [Update an Offer Linked to a Subscription](/docs/payments/subscriptions/offers/update)
* [Delete an Offer Linked to a Subscription](/docs/payments/subscriptions/offers/delete)
