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

# Subscription Statuses

Below are the various subscription statuses that you may encounter when managing subscriptions on the xPay platform:

| **Status**  | **Description**                                                                                             |
| ----------- | ----------------------------------------------------------------------------------------------------------- |
| `CREATED`   | The subscription has been created, but the first payment has not yet been processed.                        |
| `TRIALING`  | The subscription is currently in its trial period before transitioning to an active state.                  |
| `ACTIVE`    | The subscription is currently active and recurring payments are being processed as per the schedule.        |
| `PAUSED`    | The subscription has been paused by the merchant. No payments will be processed until it is resumed.        |
| `UNPAID`    | The subscription has entered an unpaid state due to one or more failed payment attempts.                    |
| `ENDED`     | The subscription has ended either due to cancellation, completion of all billing cycles, or expiration.     |
| `CANCELLED` | The subscription has been cancelled by the merchant or customer, and no further payments will be processed. |

***

These statuses help in tracking the lifecycle of a subscription from creation to completion, including trial periods, non-payment issues, and cancellations. Now, you can explore [subscription endpoints](/developer-resources/endpoints/subscriptions/create-subscription) to integrate your subscription.
