Documentation

LOOKUP_FAILED

500api_error

The stored verification code could not be read.

Cause

A server-side read of the pending verification code failed.

How to fix it

Retry; if it persists, request a fresh code and contact support with the request_id.

Example response

500 LOOKUP_FAILED
JSON
{
  "error_code": "LOOKUP_FAILED",
  "error_type": "api_error",
  "error_message": "The stored verification code could not be read.",
  "hint": "Retry; if it persists, request a fresh code and contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/LOOKUP_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?