> ## 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.

# Subscriptions APIs

> List of available Subscriptions APIs for various actions.

<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>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

You can use the Subscriptions APIs to perform various actions. You can perform all of these actions from the Dashboard as well.

## List of Subscriptions APIs

The table below provides the list of various Subscriptions APIs and their brief description:

| API                                                                                                   | Description                                                             |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Create a Plan](/docs/sg/api/payments/subscriptions/create-plan)                                      | API to create a plan.                                                   |
| [Fetch all Plans](/docs/sg/api/payments/subscriptions/fetch-all-plans)                                | API to fetch all the created plans.                                     |
| [Fetch a Plan by ID](/docs/sg/api/payments/subscriptions/fetch-a-plan)                                | API to fetch a plan by its unique identifier.                           |
| [Create a Subscription](/docs/sg/api/payments/subscriptions/create-subscription)                      | API to create a Subscription.                                           |
| [Create a Subscription Link](/docs/sg/api/payments/subscriptions/create-subscription-link)            | API to create a Subscription link.                                      |
| [Fetch All Subscriptions](/docs/sg/api/payments/subscriptions/fetch-subscriptions)                    | API to fetch all the created Subscriptions.                             |
| [Fetch Subscription by ID](/docs/sg/api/payments/subscriptions/fetch-subscription-id)                 | API to allows fetch a Subscription details using its unique identifier. |
| [Cancel a Subscription](/docs/sg/api/payments/subscriptions/cancel-subscription)                      | API to cancel a Subscription.                                           |
| [Update a Subscription](/docs/sg/api/payments/subscriptions/update-subscription)                      | API to update a Subscription.                                           |
| [Fetch Details of a Pending Update](/docs/sg/api/payments/subscriptions/fetch-pending-update-details) | API to fetch details about any update of a Subscription.                |
| [Cancel an Update](/docs/sg/api/payments/subscriptions/cancel-update)                                 | API to cancel an update.                                                |
| [Pause a Subscription](/docs/sg/api/payments/subscriptions/pause-subscription)                        | API to pause an active Subscription                                     |
| [Resume a Subscription](/docs/sg/api/payments/subscriptions/resume-subscription)                      | API to resume a `paused` Subscription.                                  |
| [Fetch All Invoices for a Subscription](/docs/sg/api/payments/subscriptions/fetch-invoices)           | API to fetch all the generated invoices for a Subscription.             |

### Related Information

* [Subscription Workflow](/docs/sg/payments/subscriptions/workflow)
* [Subscription States](/docs/sg/payments/subscriptions/states)
* [Create Subscriptions](/docs/sg/payments/subscriptions/create)
* [Test Subscriptions](/docs/sg/payments/subscriptions)
