# A transaction cannot be revised if it has been adjusted.

A transaction cannot be revised if it has been adjusted.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "transaction_adjusted_unable_to_revise",
    "detail": "Adjusted transaction cannot be revised.",
    "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_adjusted_unable_to_revise"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `transaction_adjusted_unable_to_revise` |
| Error message | Adjusted transaction cannot be revised. |

## Common causes

- You're trying to revise a transaction that includes adjustments.

## Common solutions

- Verify the transaction has any adjustments associated with it.
