# Adjustment subscription mismatch

The subscription_id specified in the adjustment doesn't match the one from the transaction.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_transaction_subscription_mismatch",
    "detail": "The subscription_id specified in the adjustment doesn't match the one from the transaction. Adjustment subscription ID: sub_01ghbmdabe7ra1v26qjpehd191, Transaction subscription ID: sub_01gw2q1p85vbyvh8mx91mc23sx",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_transaction_subscription_mismatch"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_transaction_subscription_mismatch` |
| Error message | The subscription_id specified in the adjustment doesn't match the one from the transaction. Adjustment subscription ID: %s, Transaction subscription ID: %s |

## Common causes

- The subscription_id specified differs from the one specified in the transaction.

## Common solutions

- Ensure the subscription_id matches the one specified in the transaction.
