Documentation

NO_DISCOVERED_ACCOUNTS

409invalid_request

Nothing was discovered at the biller.

Cause

The flow reached account selection with an empty discovery result.

How to fix it

Restart the connect flow. If it repeats for one biller, report it.

Example response

409 NO_DISCOVERED_ACCOUNTS
JSON
{
  "error_code": "NO_DISCOVERED_ACCOUNTS",
  "error_type": "invalid_request",
  "error_message": "Nothing was discovered at the biller.",
  "hint": "Restart the connect flow. If it repeats for one biller, report it.",
  "docs_url": "https://docs.billerapi.com/errors/NO_DISCOVERED_ACCOUNTS",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?