# The transaction being adjusted (refund) has a non supported status

The transaction being adjusted (refund) has a non supported status.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_transaction_invalid_status_for_refund",
    "detail": "The transaction being adjusted (refund) has a non supported status. ID: txn_01ghvjq8hbjyf4cyfkqxa676pq",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_transaction_invalid_status_for_refund"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_transaction_invalid_status_for_refund` |
| Error message | The transaction being adjusted (refund) has a non supported status. ID: %s |

## Common causes

- The transaction is not completed.

## Common solutions

- The transaction must be paid (and thus in a completed state) for a refund to be performed.
