ACCOUNT_CONTEXT_REQUIRED
400invalid_requestNo account context was supplied for this request.
Cause
The endpoint needs to know which account it is acting on and could not resolve one from the cookie, header, or body.
How to fix it
Select an account first, or send the x-billebox-account-id header.
Example response
400 ACCOUNT_CONTEXT_REQUIRED
JSON
{
"error_code": "ACCOUNT_CONTEXT_REQUIRED",
"error_type": "invalid_request",
"error_message": "No account context was supplied for this request.",
"hint": "Select an account first, or send the x-billebox-account-id header.",
"docs_url": "https://docs.billerapi.com/errors/ACCOUNT_CONTEXT_REQUIRED",
"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_CONTEXT_REQUIRED
Was this page helpful?