# Subscription pending refund

The subscription change is attempting to create an adjustment but there is a pending refund request open

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_outstanding_pending_refund",
    "detail": "You are unable to make further changes to this subscription while there is a pending refund request",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_outstanding_pending_refund"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `subscription_outstanding_pending_refund` |
| Error message | You are unable to make further changes to this subscription while there is a pending refund request |

## Common causes

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

## Common solutions

- [Contact our seller support team](mailto:sellers@paddle.com) to approve / reject the open refund request
