# Discount has expired

You are trying to apply a discount which has passed its expiration date.

---

## Example

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

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `discount_expired` |
| Error message | Discount has expired |

## Common causes

- Discount has a expiration date that lies in the past.

## Common solutions

- Apply a different discount that still has an expiration date in the future.
- Update the expiration date for the discount.
