# Discount Code or ID cannot be found

You are attempting to add a Discount Code/ID that cant be found

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "transaction_discount_not_found",
    "detail": "Cannot find provided discount code/id",
    "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_discount_not_found"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `transaction_discount_not_found` |
| Error message | Cannot find provided discount code/id |

## Common causes

- Discount Code or ID passed cannot be found

## Common solutions

- Ensure the Discount ID exists
- Ensure the Discount Code exists
