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

# subscription_inactive

> Subscription is not active

export const SupportLink = ({children}) => {
  return <a href="https://platform.particle.pro/support">{children}</a>;
};

export const EmailSupportLink = () => {
  return <a href="mailto:api@particle.pro">api@particle.pro</a>;
};

|                    |                         |
| ------------------ | ----------------------- |
| **HTTP status**    | `402 Payment Required`  |
| **Error code**     | `subscription_inactive` |
| **Resolve action** | `contact_support`       |

## What happened

The organization's subscription is in an inactive state. This can occur due to cancellation, administrative action, or an unrecognized subscription lifecycle state.

## How to fix

Contact support at <EmailSupportLink /> or visit the <SupportLink>support page</SupportLink> to restore your subscription.
