BILLING_STATUS_UNRESOLVABLE
500api_errorThe billing status could not be resolved.
Cause
The billing-status store failed, or holds a value that is not a known status. A missing record is NOT this error — that resolves to the documented BETA default.
How to fix it
Retry with backoff. If it persists, the stored status is malformed; contact support.
Example response
500 BILLING_STATUS_UNRESOLVABLE
JSON
{
"error_code": "BILLING_STATUS_UNRESOLVABLE",
"error_type": "api_error",
"error_message": "The billing status could not be resolved.",
"hint": "Retry with backoff. If it persists, the stored status is malformed; contact support.",
"docs_url": "https://docs.billerapi.com/errors/BILLING_STATUS_UNRESOLVABLE",
"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/BILLING_STATUS_UNRESOLVABLE
Was this page helpful?