LOCKED
429rate_limitVerification is locked after too many wrong attempts.
Cause
The wrong-attempt budget for this code was exhausted, so verification is paused for 15 minutes.
How to fix it
Wait out the lockout window, then request a fresh code rather than resubmitting the old one.
Example response
429 LOCKED
JSON
{
"error_code": "LOCKED",
"error_type": "rate_limit",
"error_message": "Verification is locked after too many wrong attempts.",
"hint": "Wait out the lockout window, then request a fresh code rather than resubmitting the old one.",
"docs_url": "https://docs.billerapi.com/errors/LOCKED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34",
"retry_after": 30
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/LOCKED
Was this page helpful?