# Adjustment amount defined is above the remaining allowed

The adjustment amount exceeds the total amount left to adjust.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_total_amount_above_remaining_allowed",
    "detail": "The adjustment amount exceeds the total amount left to adjust. Amount to Adjust: 1200, Amount Left: 1000",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_total_amount_above_remaining_allowed"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_total_amount_above_remaining_allowed` |
| Error message | The adjustment amount exceeds the total amount left to adjust. Amount to Adjust: %d, Amount Left: %d |

## Common causes

- The amount you have specified to adjust is greater than what is available

## Common solutions

- Reduce the amount you are trying to adjust
- Perform a full adjustment, as this will adjust whatever is remaining
