CLIENT_SECRET_CLEANUP_EXHAUSTED
500api_errorToo many stranded credentials to retire automatically.
Cause
More active credentials exist for this client and environment than the bounded cleanup can retire, so the request stopped rather than looping.
How to fix it
Retrying will not clear it. Contact support with the request_id so an operator can sweep the account.
Example response
500 CLIENT_SECRET_CLEANUP_EXHAUSTED
JSON
{
"error_code": "CLIENT_SECRET_CLEANUP_EXHAUSTED",
"error_type": "api_error",
"error_message": "Too many stranded credentials to retire automatically.",
"hint": "Retrying will not clear it. Contact support with the request_id so an operator can sweep the account.",
"docs_url": "https://docs.billerapi.com/errors/CLIENT_SECRET_CLEANUP_EXHAUSTED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/CLIENT_SECRET_CLEANUP_EXHAUSTED
Was this page helpful?