INVOICE_ISSUER_NOT_CONFIGURED
409api_errorInvoice issuer identity is not configured.
Cause
The invoice issuer identity is incomplete, so commercial billing is disabled.
How to fix it
Contact finance to approve the issuer configuration before billing can run.
Example response
409 INVOICE_ISSUER_NOT_CONFIGURED
JSON
{
"error_code": "INVOICE_ISSUER_NOT_CONFIGURED",
"error_type": "api_error",
"error_message": "Invoice issuer identity is not configured.",
"hint": "Contact finance to approve the issuer configuration before billing can run.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_ISSUER_NOT_CONFIGURED",
"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/INVOICE_ISSUER_NOT_CONFIGURED
Was this page helpful?