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

# payment_delinquent

> The subscription is delinquent after failed payments

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

|                    |                         |
| ------------------ | ----------------------- |
| **HTTP status**    | `402 Payment Required`  |
| **Error code**     | `payment_delinquent`    |
| **Resolve action** | `update_payment_method` |

## What happened

The organization's subscription payment could not be collected and the retries have run out, so the subscription is delinquent and API access is paused until a payment succeeds.

## How to fix

Update the payment method on your <BillingLink>organization's billing page</BillingLink>. The organization owner can change payment details there; once a payment goes through, API access resumes automatically.
