> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscriptions APIs

> 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](/api/payments/subscriptions/create-plan) | API to create a plan.

## [Fetch all Plans](/api/payments/subscriptions/fetch-all-plans) | API to fetch all the created plans.

## [Fetch a Plan by ID](/api/payments/subscriptions/fetch-a-plan) | API to fetch a plan by its unique identifier.

## [Create a Subscription](/api/payments/subscriptions/create-subscription) | API to create a Subscription.

## [Create a Subscription Link](/api/payments/subscriptions/create-subscription-link) | API to create a Subscription link.

## [Fetch All Subscriptions](/api/payments/subscriptions/fetch-subscriptions) | API to fetch all the created Subscriptions.

## [Fetch Subscription by ID](/api/payments/subscriptions/fetch-subscription-id) | API to allows fetch a Subscription details using its unique identifier.

## [Cancel a Subscription](/api/payments/subscriptions/cancel-subscription) | API to cancel a Subscription.

## [Update a Subscription](/api/payments/subscriptions/update-subscription) | API to update a Subscription.

## [Fetch Details of a Pending Update](/api/payments/subscriptions/fetch-pending-update-details) | API to fetch details about any update of a Subscription.

## [Cancel an Update](/api/payments/subscriptions/cancel-update) | API to cancel an update.

## [Pause a Subscription](/api/payments/subscriptions/pause-subscription) | API to pause an active Subscription

## [Resume a Subscription](/api/payments/subscriptions/resume-subscription) | API to resume a `paused` Subscription.

## [Fetch All Invoices for a Subscription](/api/payments/subscriptions/fetch-invoices) | API to fetch all the generated invoices for a Subscription.

### Related Information

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