Documentation

INVALID_PASSWORD

400invalid_request

The 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

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

Was this page helpful?