Video KYC

What are the prerequisites required before you I integrate VideoIdKyc Android SDK into our app ?
Firstly client has to  Integrate VideoIdKyc SDK from maven repository by adding given dependencies into Client's Application project level build.gradle ...
Mon, 27 Jan, 2020 at 9:27 AM
What is fetchKYC API ? Can I see some Samples?
This API returns video-id-KYC data to the client and is a standard part of all our products to deliver KYC data. HTTP response of this API contains response...
Mon, 27 Jan, 2020 at 9:27 AM
What is the difference between original_kyc_info and declared_kyc_info payloads ?
Both are part of the response payload of fetchKYC API Response. “original_kyc_info": Is the original information extracted from the ID Document ima...
Mon, 27 Jan, 2020 at 9:26 AM
"Module with code VIDEO_CAPTURE is not available" error keeps popping up while integrating. What should I do?
The Usual error would look something like this “<<InitPresenterImpl: initiateSession: OnError: Module with code VIDEO_CAPTURE is not available but...
Mon, 27 Jan, 2020 at 9:43 AM
"You have exceeded the consumption limit" error. What should I do?
The Sandbox account has a limit of 20 transactions on it by default. Chances are you would have exceeded the transaction count.  Please do keep in mind, ev...
Mon, 27 Jan, 2020 at 9:48 AM
Is it possible to get a success response on a forged document image of a pan card? How do check if the document was successfully verified?
Yes, The PAN OCR and verification SDK or the Verification API only checks and returns the Name, PAN number, and Date of birth of the customer. Since the API...
Mon, 27 Jan, 2020 at 10:02 AM
PAN ID scan using Video KYC SDK, keeps timing out. Why is this happening?
This error usually occurs due to the tech specification of the device being used, Recommended minimum tech specification for the smooth execution of Veri5...
Mon, 27 Jan, 2020 at 10:06 AM
"“Fatal Exception: java.lang.IllegalStateException: buffer is inaccessible at java" error while scanning Aadhaar QR code or Aadhaar Card. What should I do?
The error usually would look something like this, “Fatal Exception: java.lang.IllegalStateException: buffer is inaccessible at java.nio.DirectByteBuffer...
Mon, 27 Jan, 2020 at 10:20 AM
How hash is calculated In VideoIdKycInitRequest?
for initiate SDK requst, Hash sequence will be: <client_code>|<request_id>|<api_key>|<salt> hash = SHA256(Hash-Sequence). priva...
Mon, 27 Jan, 2020 at 10:25 AM
How you validating the QR code, since you are not hitting the UIDAI website
Most of the Aadhaar contains the QR code which holds the digital signature in secured encrypted form so we are decoding those and fetching the details from ...
Tue, 18 Feb, 2020 at 3:45 PM