Documentation

NO_ACTIVE_CODE

400invalid_request

No code has been requested for this user.

Cause

A verification attempt arrived with nothing pending to check it against.

How to fix it

Issue the code-request call first, then submit the code from the email it triggers.

Example response

400 NO_ACTIVE_CODE
JSON
{
  "error_code": "NO_ACTIVE_CODE",
  "error_type": "invalid_request",
  "error_message": "No code has been requested for this user.",
  "hint": "Issue the code-request call first, then submit the code from the email it triggers.",
  "docs_url": "https://docs.billerapi.com/errors/NO_ACTIVE_CODE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?