> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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, and within its term. A Zuora subscription that is Active but whose term end date has passed syncs into Limio as **Cancelled**, not Active. |
| **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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
