Documentation

INVALID_CONFIRMATION_CODE

400invalid_request

The signup confirmation code did not match.

Cause

The code is wrong or expired. Each new confirmation email supersedes the previous code, so an older one no longer verifies.

How to fix it

Use the code from the most recent confirmation email, or request a new one if none is current.

Example response

400 INVALID_CONFIRMATION_CODE
JSON
{
  "error_code": "INVALID_CONFIRMATION_CODE",
  "error_type": "invalid_request",
  "error_message": "The signup confirmation code did not match.",
  "hint": "Use the code from the most recent confirmation email, or request a new one if none is current.",
  "docs_url": "https://docs.billerapi.com/errors/INVALID_CONFIRMATION_CODE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?