# Cannot adjust imported transaction

You are trying to adjust a transaction that was imported.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_cannot_adjust_imported_transaction",
    "detail": "The transaction being adjusted is imported. ID: txn_01ghvjq8hbjyf4cyfkqxa676pq",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_cannot_adjust_imported_transaction"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_cannot_adjust_imported_transaction` |
| Error message | The transaction being adjusted is imported. ID: %s |

## Common causes

- The transaction was imported and thus it cannot be adjusted in Paddle Billing.

## Common solutions

- If the transaction was imported from Paddle Classic, you need to submit the request from there.
