Documentation

CODE_EXPIRED

400invalid_request

The emailed code is past its expiry window.

Cause

Codes are short-lived, and this one aged out before it was submitted.

How to fix it

Request a fresh code and submit that one; the expired value cannot succeed.

Example response

400 CODE_EXPIRED
JSON
{
  "error_code": "CODE_EXPIRED",
  "error_type": "invalid_request",
  "error_message": "The emailed code is past its expiry window.",
  "hint": "Request a fresh code and submit that one; the expired value cannot succeed.",
  "docs_url": "https://docs.billerapi.com/errors/CODE_EXPIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?