Documentation

CODE_ROTATED

409invalid_request

A newer code was issued while this attempt was in flight.

Cause

The stored verification code rotated between the email send and this submission, so the submitted digits can no longer match.

How to fix it

Use the code from the most recent email.

Example response

409 CODE_ROTATED
JSON
{
  "error_code": "CODE_ROTATED",
  "error_type": "invalid_request",
  "error_message": "A newer code was issued while this attempt was in flight.",
  "hint": "Use the code from the most recent email.",
  "docs_url": "https://docs.billerapi.com/errors/CODE_ROTATED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?