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

> Payment is past due

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

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

## What happened

The organization's subscription payment has failed. API access is blocked until the payment issue is resolved.

## How to fix

Visit your <BillingLink>organization's billing page</BillingLink> to update the payment method on file. The organization owner can update payment details from there. Once a successful payment is processed, API access is restored automatically.
