> ## 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_suspended

> Subscription suspended due to non-payment

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_suspended` |
| **Resolve action** | `contact_support`        |

## What happened

The organization's subscription has been suspended after repeated payment failures. API access is fully blocked.

## How to fix

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