Documentation

EMPTY_ACCOUNT_SELECTION

400invalid_request

No accounts were selected.

Cause

Account selection was submitted with an empty id list.

How to fix it

Send at least one id, exactly as it appeared in discovered_accounts.

Example response

400 EMPTY_ACCOUNT_SELECTION
JSON
{
  "error_code": "EMPTY_ACCOUNT_SELECTION",
  "error_type": "invalid_request",
  "error_message": "No accounts were selected.",
  "hint": "Send at least one id, exactly as it appeared in discovered_accounts.",
  "docs_url": "https://docs.billerapi.com/errors/EMPTY_ACCOUNT_SELECTION",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?