WEBAUTHN_CREDENTIAL_NOT_FOUND
404invalid_requestNo registered passkey matches that credential id.
Cause
The credential was never registered against this account, or it has since been removed.
How to fix it
Register a passkey for this account, or sign in with another available factor.
Example response
404 WEBAUTHN_CREDENTIAL_NOT_FOUND
JSON
{
"error_code": "WEBAUTHN_CREDENTIAL_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "No registered passkey matches that credential id.",
"hint": "Register a passkey for this account, or sign in with another available factor.",
"docs_url": "https://docs.billerapi.com/errors/WEBAUTHN_CREDENTIAL_NOT_FOUND",
"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/WEBAUTHN_CREDENTIAL_NOT_FOUND
Was this page helpful?