onVerifyDone

User has successfully verified and closed the verification widget. Details about actions the user has taken after verifying are passed in the data member of the response object.

Currently, the single action a user may take is to create a PRIVO account. If the user has opted to save their verification status by adding a password, then a PRIVO serviceId will be included in the response. If not, the serviceId member will be null.

PropertyTypeDescription
VERIFY_ACCOUNTstringWhen user created PRIVO iD account by adding a password after submitting a verification request. Email address provided for verification is used to create the account. Event includes serviceId of the created user in the PRIVO database.
{
  "result": {
    "serviceId": "43536841536865248985654343644322352341165325596"
    "verificationResponse": {
      ...
    }
  }
}