ACCOUNT_ID_MISSING
400invalid_requestThe route requires an account id it could not resolve.
Cause
The account-member guard found no account id in the path, cookie, or header.
How to fix it
Supply the account id on the route (or via x-billebox-account-id) and retry.
Example response
400 ACCOUNT_ID_MISSING
JSON
{
"error_code": "ACCOUNT_ID_MISSING",
"error_type": "invalid_request",
"error_message": "The route requires an account id it could not resolve.",
"hint": "Supply the account id on the route (or via x-billebox-account-id) and retry.",
"docs_url": "https://docs.billerapi.com/errors/ACCOUNT_ID_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/ACCOUNT_ID_MISSING
Was this page helpful?