# The transaction being adjusted doesn't have a captured payment

The transaction being adjusted doesn't have a captured payment.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_transaction_without_captured_payment",
    "detail": "The transaction being adjusted doesn't have a captured payment. ID: txn_01ghvjq8hbjyf4cyfkqxa676pq",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_transaction_without_captured_payment"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_transaction_without_captured_payment` |
| Error message | The transaction being adjusted doesn't have a captured payment. ID: %s |

## Common causes

- The transaction was fully paid with credit or it has a zero/negative value.

## Common solutions

- Revert another adjustment that has a payment captured.
