onVerifyError

Verification failed and the verification widget is closed. Control returns user to the partner site. The partner should act upon the error accordingly.

Error Codes:

Error CodeError Message
10001Invalid API Key or access_token
10002Missing site_id parameter
10003Unexpected error
10100Invalid email address
10101Misconfigured verification methods

Sample body response:

{
    "error": "invalid_token",
    "error_description": "Invalid access token: eyJraWQiOiJyc2ExIiwiYWxnIjoi...jNj87T9y_IfxafI4a-BI"
}