INVOICE_REQUIRED_ACCEPTANCE_MISSING
409invalid_requestCurrent legal acceptance evidence is missing for commercial billing.
Cause
The client has no current legal acceptance evidence on record, which commercial billing requires.
How to fix it
Provide current legal acceptance evidence for the client before commercial billing can proceed.
Example response
409 INVOICE_REQUIRED_ACCEPTANCE_MISSING
JSON
{
"error_code": "INVOICE_REQUIRED_ACCEPTANCE_MISSING",
"error_type": "invalid_request",
"error_message": "Current legal acceptance evidence is missing for commercial billing.",
"hint": "Provide current legal acceptance evidence for the client before commercial billing can proceed.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_REQUIRED_ACCEPTANCE_MISSING",
"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_REQUIRED_ACCEPTANCE_MISSING
Was this page helpful?