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 Code | Error Message |
|---|---|
| 10001 | Invalid API Key or access_token |
| 10002 | Missing site_id parameter |
| 10003 | Unexpected error |
| 10100 | Invalid email address |
| 10101 | Misconfigured verification methods |
| 412 | Too many attempts |
Sample body response:
{
"error": "invalid_token",
"error_description": "Invalid access token: eyJraWQiOiJyc2ExIiwiYWxnIjoi...jNj87T9y_IfxafI4a-BI"
}