Docs

Pending refund adjustment

You are attempting to create an adjustment but there is a pending refund request open

Example response
{
"error": {
"type": "request_error",
"code": "adjustment_pending_refund_request",
"detail": "You are unable to create further adjustments against this transaction as there is a pending refund request",
"documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_pending_refund_request"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
adjustment_pending_refund_request
Error message
You are unable to create further adjustments against this transaction as there is a pending refund request

Common causes

  • There is a pending refund request that must be either approved or rejected

Troubleshooting

  • Get in touch with support to approve / reject the open refund request

Was this page helpful?