Docs

The transaction being adjusted (refund) has a non supported status

The transaction being adjusted (refund) has a non supported status.

Example response
{
"error": {
"type": "request_error",
"code": "adjustment_transaction_invalid_status_for_refund",
"detail": "The transaction being adjusted (refund) has a non supported status. ID: txn_01ghvjq8hbjyf4cyfkqxa676pq",
"documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_transaction_invalid_status_for_refund"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
adjustment_transaction_invalid_status_for_refund
Error message
The transaction being adjusted (refund) has a non supported status. ID: %s

Common causes

  • The transaction is not completed.

Troubleshooting

  • The transaction must be paid (and thus in a completed state) for a refund to be performed.

Was this page helpful?