Documentation

ACCOUNT_REQUIRED

409invalid_request

No verified account context was supplied.

Cause

The request reached an account-scoped BillEBox endpoint but no account had been verified for the signed-in user.

How to fix it

Select an account (which sets the bb_current_account cookie) or send the x-billebox-account-id header, then retry.

Example response

409 ACCOUNT_REQUIRED
JSON
{
  "error_code": "ACCOUNT_REQUIRED",
  "error_type": "invalid_request",
  "error_message": "No verified account context was supplied.",
  "hint": "Select an account (which sets the bb_current_account cookie) or send the x-billebox-account-id header, then retry.",
  "docs_url": "https://docs.billerapi.com/errors/ACCOUNT_REQUIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/ACCOUNT_REQUIRED

Was this page helpful?