Docs

The transaction being adjusted doesn't have a captured payment

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

Example response
{
"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

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.

Troubleshooting

  • Revert another adjustment that has a payment captured.

Was this page helpful?