# Billing cycle frequency must be equal to or lower than 999

Occurs when your supplied value for billing_cycle.frequency is greater than 999.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "price_billing_cycle_frequency_greater_than_maximum",
    "detail": "billing_cycle.frequency must be equal to or lower than 999",
    "documentation_url": "https://developer.paddle.com/errors/prices/price_billing_cycle_frequency_greater_than_maximum"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `price_billing_cycle_frequency_greater_than_maximum` |
| Error message | billing_cycle.frequency must be equal to or lower than 999 |

## Common causes

- billing_cycle.frequency is set but greater than 999

## Common solutions

- Update billing_cycle.frequency equal to or lower than 999.
