# Pending refund adjustment

You are attempting to create an adjustment but there is a pending refund request open

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_pending_refund_request",
    "detail": "You are unable to create further adjustments against this transaction as there is a pending refund request",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_pending_refund_request"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_pending_refund_request` |
| Error message | You are unable to create further adjustments against this transaction as there is a pending refund request |

## Common causes

- There is a pending refund request that must be either approved or rejected

## Common solutions

- Get in touch with support to approve / reject the open refund request
