# Adjustment customer mismatch

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

---

## Example

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

## Details

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

## Common causes

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

## Common solutions

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