Queries the Identity Information of an individual using their ID number from a supported ID
Type. Returns the personal information of the individual found in the database of the ID
authority.
Fetches the status of a Job. This can be used to check if a Job is complete, and if so,
whether it was successful. This should be called when the Job is known to be a Biometric KYC.
Fetches the status of a Job. This can be used to check if a Job is complete, and if so,
whether it was successful. This should be called when the Job is known to be a
Document Verification.
Fetches the status of a Job. This can be used to check if a Job is complete, and if so,
whether it was successful. This should be called when the Job is known to be Enhanced DocV.
Fetches the status of a Job. This can be used to check if a Job is complete, and if so,
whether it was successful. This should be called when the Job is known to be a
SmartSelfie Authentication/Registration.
Used by Job Types that need to upload a file to the server. The response contains the URL
(FlutterPrepUploadResponse.uploadUrl) that the file should eventually be uploaded to (via
upload)
Uploads files to S3. The URL should be the one returned by prepareUpload. The files will be
uploaded in the order they are provided in FlutterUploadRequest.images, and will be zipped
together by the corresponding Dart/Flutter mechanism.