> ## Documentation Index
> Fetch the complete documentation index at: https://docs.methodfi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Balance Errors

## Request Errors

The request to the `/accounts/{acc_id}/balances` endpoint failed. These are the `sub_type` that can be returned.

### `INVALID_REQUEST`

The request body failed basic validation for the specific API endpoint.

### `NOT_FOUND`

The requested resource does not exist.

### `PRODUCT_UNAVAILABLE`

This Account does not support Balance. This could be due to the Account's status
or Method currently doesn't support Balance for the Account's Financial Institution.

### `TEAM_CAPABILITY_RESTRICTED`

Your organization does not have access to Balance endpoint.

### `PRODUCT_VERIFICATION_MISSING`

Account must be verified before it can access `/accounts/{acc_id}/balances` endpoint.

***

## Resource Errors

Errors set on a Balance's `error` property for processes that are unsuccessful.

### `20001 – BALANCE_TEMPORARILY_UNAVAILABLE`

There was an issue with connecting with the Account's Financial Institution and the request could not be completed.

```json theme={null}
{
  "type": "BALANCE_FAILED",
  "code": 20001,
  "sub_type": "BALANCE_TEMPORARILY_UNAVAILABLE",
  "message": "Balance is temporarily unavailable for this account."
}
```

***
