# Trial period frequency must be equal to or lower than 999

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

---

## Example

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

## Details

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

## Common causes

- trial_period.frequency is set but greater than 999

## Common solutions

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