# Discount usage limit exceeded

You are trying to apply a discount which has exceeded the maximum usage limit.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "discount_usage_limit_exceeded",
    "detail": "Discount usage limit has been exceeded",
    "documentation_url": "https://developer.paddle.com/errors/discounts/discount_usage_limit_exceeded"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `discount_usage_limit_exceeded` |
| Error message | Discount usage limit has been exceeded |

## Common causes

- Discount has been redeemed too many times.

## Common solutions

- Apply a different discount that has not exceeded the usage limit yet.
- Increase the usage limit for the discount.
