BILLER_CORRECTION_NOT_AVAILABLE
501api_errorPublic biller correction proposals are not available.
Cause
Client credentials identify a tenant but cannot authorize mutation of the shared global biller catalog. A scoped proposal workflow is not implemented yet.
How to fix it
Do not retry this mutation. Contact support to report a biller classification issue.
Example response
501 BILLER_CORRECTION_NOT_AVAILABLE
JSON
{
"error_code": "BILLER_CORRECTION_NOT_AVAILABLE",
"error_type": "api_error",
"error_message": "Public biller correction proposals are not available.",
"hint": "Do not retry this mutation. Contact support to report a biller classification issue.",
"docs_url": "https://docs.billerapi.com/errors/BILLER_CORRECTION_NOT_AVAILABLE",
"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/BILLER_CORRECTION_NOT_AVAILABLE
Was this page helpful?