INVALID_PASSWORD
400invalid_requestThe new password was rejected by the password policy.
Cause
The submitted password does not meet the minimum complexity policy.
How to fix it
Choose a longer password mixing upper/lower case, digits, and symbols, then retry.
Example response
400 INVALID_PASSWORD
JSON
{
"error_code": "INVALID_PASSWORD",
"error_type": "invalid_request",
"error_message": "The new password was rejected by the password policy.",
"hint": "Choose a longer password mixing upper/lower case, digits, and symbols, then retry.",
"docs_url": "https://docs.billerapi.com/errors/INVALID_PASSWORD",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}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/INVALID_PASSWORD
Was this page helpful?