Docs

Subscription pending refund

The subscription change is attempting to create an adjustment but there is a pending refund request open

Example response
{
"error": {
"type": "request_error",
"code": "subscription_outstanding_pending_refund",
"detail": "You are unable to make further changes to this subscription while there is a pending refund request",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_outstanding_pending_refund"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_outstanding_pending_refund
Error message
You are unable to make further changes to this subscription while there is a pending refund request

Common causes

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

Troubleshooting

Was this page helpful?