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

> Billing details are temporarily unavailable

export const StatusLink = ({children}) => {
  return <a href="https://status.particle.pro">{children || "status.particle.pro"}</a>;
};

|                    |                           |
| ------------------ | ------------------------- |
| **HTTP status**    | `503 Service Unavailable` |
| **Error code**     | `billing_unavailable`     |
| **Resolve action** | None; retry the request   |

## What happened

The response depends on billing data that our billing provider could not supply in time, such as usage, invoices, credits, or the organization's current subscription. The API returns this error instead of a response with that data missing, so a client never reads an outage as zero usage or zero credits.

## How to fix

Retry the request after a short wait. If the error continues for more than a few minutes, check <StatusLink /> or contact support.
