SDK Documentation
Methods
Create Verification

Create Verification

Create a new verification request. Takes a required parameter of VerificationRequest (opens in a new tab), and asynchronously returns a VerificationObject (opens in a new tab) if successful.

Create verification method
createVerification(VerificationRequest request) → VerificationObject async*

If create fails, one of the following exceptions may be thrown:

  1. UninitializedException: Sdk has not been initialized. Call initialize (opens in a new tab) first.
  2. ConnectionException: Unable to connect to Zamry servers. This may indicate an issue with the device's internet network.