Skip to main content

Verification Service Error Codes

Verification service error codes are typically related to various client-side errors in request payloads, including missing or invalid fields such as requestId, exchange_id, or status_id. They often occur due to incorrect payload formats, invalid parameters, or mismatches with expected data during authentication or verification processes.

For any error code not documented here, please reach out to our support team and share the message and URL with us. We will immediately help investigate why this issue occured for you.

What does Verification service Error Code xxx mean?

cidaas returns error status codes on different occasion. To find about the Verification service related errors, you can navigate to the Verification Service Error Code Page and lookup your retrieved error code. There you will also find useful hints how to solve them.

For example:

If you encounter this error code (VER1003) in your application, you should follow the hint provided.

The following table represents the Verification service error codes that will help you in identifying and troubleshooting various errors or failures.

CodeErrorError DescriptionHint
VER1003client_errorclient_error: issue with the request payload structurethe request payload fields should be separated by semicolon and the last property should not have the semicolon at the end
VER1004client_errorclient_error: required fields are missing in the request payloadrequired fields are necessary in payload and you need to pass them
VER1005client_errorclient_error: invalid "requestId" is passed in the request payloadyou need to pass a valid "requestId" in the request payload
VER1011client_errorclient_error: invalid “push_id” is sent in the payloadyou need to send a valid “push_id” in the payload
VER1016client_errorclient_error: “method” sent as path parameter is not activeyou need to send active “method” as path parameter
VER1018client_errorclient_error: invalid “exchange_id” or expired “exchange_id” is sent in payloadyou need to send valid “exchange_id” in payload
VER1019client_errorclient_error: error while validating FIDO2 response, invalid payload is sent in bodyyou need to send valid payload
VER1020client_errorclient_error: verification “method” sent as path parameter is invalidyou need to send valid “method” as path parameter
VER1021client_errorclient_error: invalid “exchange_id” is sent in the payload or invalid pass code is sent in payloadyou need to send valid “exchange_id” or pass code in payload
VER1022client_errorclient_error: invalid “exchange_id” is sent in the payloadyou need to send valid “exchange_id” in payload
VER1023client_errorclient_error: error while authenticating user with face recognition, invalid “exchange_id” is sent in payloadyou need to send valid “exchange_id” in payload
VER1057client_errorclient_error: invalid “amr_values” are sent in url queryyou need to send valid “amr_values” in url query
VER1058client_errorclient_error: unable to acknowledge push notification as verification “method” sent as path parameter or payload are invalidyou need to send valid “method” as path parameter and valid payload
VER1059client_errorclient_error: “mobile_number” or “email” or “username” sent in payload is not matching with the flow when initiating the loginyou need to send valid “mobile_number” or “email” or “username” in payload which matches the flow when initiating the login
VER1060client_errorclient_error: invalid masked “sub” is sent in payloadyou need to send valid masked “sub” in payload
VER1061client_errorclient_error: “method” sent as path parameter is not configured by the useryou need to send “method” as path parameter which is already configured by the user
VER1064client_errorclient_error: invalid payload is sent in the requestyou need to send valid payload in request
VER1065client_errorclient_error: invalid “medium_id” is sent in payloadyou need to send valid “medium_id” in payload
VER1066client_errorclient_error: no device is configured for the data passed in payloadyou need to send valid payload in request, for which the device should be already configured
VER1068client_errorclient_error: the “exchange_id” sent in payload is not initiated with single factor authenticationyou need to send valid “exchange_id” in payload which should be initiated with single factor authentication
VER1069client_errorclient_error: unable to fetch user info through the “medium_id” sent in payloadyou need to send valid “medium_id” in payload
VER1070client_errorclient_error: “identifier” sent in payload is not matching with the login flowyou need to send valid “identifier” which should match with the login flow
VER1071client_errorclient_error: invalid “usage_type” is sent in the payloadyou need to send valid “usage_type” in payload
VER1072client_errorclient_error: invalid “password” is sent in the payload when doing the authenticationyou need to send valid “password”
VER1073client_errorclient_error: invalid data is sent in the payload and because of this reason getting error in fraud detection user existence checkyou need to send valid payload
VER1075client_errorclient_error: “status_id” sent as path parameter is invalidyou need to send valid “status_id” as path parameter
VER1078client_errorclient_error: “status_id” sent as path parameter is invalidyou need to send valid “status_id” path parameter
VER1080client_errorclient_error: invalid payload or invalid “status_id” path parameter is sent in the requestyou need to send valid payload and “status_id” as path parameter
VER0104client_errorclient_error: not able to find useruser information is not present or not found by using the identifier provided in the request
VER1002server_errorclient_error: error while resolving hosted pageerror occurred while fetching hosted page information, please try again or contact support
VER1006client_errorclient_error: error while fetching user informationuser information could not be retrieved using the provided identifier, please verify the identifier is correct
VER1030server_errorclient_error: error while fetching configured verification methodserror occurred while retrieving configured verification methods, please try again or contact support
VER1031client_errorclient_error: invalid masked "sub" (q parameter) is sent in payloadyou need to send a valid masked "sub" (q parameter) in payload, or the masked sub has expired
VER1074client_errorclient_error: push notification not found for the given status_idthe push notification associated with the provided status_id could not be found, please verify the status_id is correct
VER1076server_errorclient_error: error while fetching fraud detection system (FDS) dataerror occurred while retrieving fraud detection data, please try again or contact support
VER1077client_errorclient_error: fraud detection system (FDS) check failedthe login attempt was blocked by fraud detection system due to suspicious activity, please try again later or contact support
VER1079client_errorclient_error: error while initiating pluggable verification methoderror occurred while initiating the pluggable verification method, please verify the verification_challenge and other required fields are correct
VER1082server_errorclient_error: error while fetching application dataerror occurred while retrieving application configuration data, please verify the request_id is valid
VER1083client_errorclient_error: invalid "status_id" is sent in the requestyou need to send a valid "status_id" in the request
VER1084client_errorclient_error: "sub" (subject identifier) sent in payload does not match the expected valuethe "sub" value in the request does not match the user associated with the authentication session, please verify the correct "sub" is used
VER1087client_errorclient_error: invalid "client_id" is sent in the payloadyou need to send a valid "client_id" in the payload that matches your application configuration
VER1088client_errorclient_error: password is missing in the request payloadpassword field is required for password authentication, please include the password in the request payload
VER1090client_errorclient_error: error while authenticating with chat verification methoderror occurred during chat authentication, please verify the chat code is correct and not expired
VER1092client_errorclient_error: verification "method" sent as path parameter is not allowed for this applicationthe verification method is not enabled or allowed for your application, please check your app's MFA configuration
VER1093client_errorclient_error: invalid "status" is sent in the requestthe status value provided does not match the expected authentication status, please verify the status is correct

Need Support?

Please contact us directly on our support page