# Subscription Statuses in Limio and Zuora

In Limio, subscriptions can hold various statuses, each of which influences how they can be managed across the Limio Commerce, Limio for Salesforce, and Zuora platforms.

| **Status**             | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | **How it relates to Zuora**                                                                                                     |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| **Initial**            | <p>Initial is the initial status of a subscription, before it is transitioned to another status. If a subscription has an Initial status, it can either:<br><br><strong>- Failed orders:</strong> The subscription failed to transition to another status. This would indicate the initial order failed. Check the <a href="https://docs.limio.com/support/troubleshooting/how-to-see-order-failures-with-process-events">process event</a>.<br><br><strong>- Gift orders:</strong> The subscription is a gift subscription purchase. Check for a <a href="https://docs.limio.com/guides/feature-implementation-guides/guide-how-to-sell-subscription-gift-codes-in-limio-commerce">gift code</a>.</p> | <p>- Failed orders: No status, subscription would not be in Zuora.<br><br>- Gift orders: Check if a Debit Memo was created.</p> |
| **Active**             | The subscription is currently active, after a successful initial order.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Active (Within a Term and Out of Term)                                                                                          |
| **Cancelled**          | The subscriber chose to end their subscription. Subscriptions with this status would appear in the Manage My Account pages.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Cancelled                                                                                                                       |
| **Pending Activation** | A subscription that will require a subsequent [Service Activation](https://docs.limio.com/product/settings/other-settings/how-to-use-service-activation-on-a-limio-offer).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Pending Activation                                                                                                              |

The following subscription status are not supported by Limio:

* Draft: A Draft Subscription is not expected to be available for Commerce.
* Pending Acceptance: Use Pending Activation.
* Suspended: This is a Zuora-native status

Note that Suspended cannot currently be triggered from Limio but can be [synced in](https://docs.limio.com/integrations/keeping-zuora-and-limio-in-sync/sync-between-limio-subscriptions-and-zuora-subscriptions) from Zuora.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/integrations/keeping-zuora-and-limio-in-sync/sync-between-limio-subscriptions-and-zuora-subscriptions/subscription-statuses-in-limio-and-relation-with-zuora.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
