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

# billing_info_required

> Billing information is required for paid plans

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

|                    |                         |
| ------------------ | ----------------------- |
| **HTTP status**    | `402 Payment Required`  |
| **Error code**     | `billing_info_required` |
| **Resolve action** | `setup_billing`         |

## What happened

The organization is trying to select or switch to a paid plan, but no payment method is on file. Free plans do not require billing information.

## How to fix

Visit your organization's <BillingLink>billing page</BillingLink> to add a payment method. Once billing info is on file, retry the plan selection or change request.
