Widget Configuration
Last updated
Last updated
Hypersign KYC widget is web based application to capture user's data. It is used to capture, user facial detail, ID document, user consent etc. In order to use KYC Widget in your frontend, you first need to configure it in the Entity Developer Dashboard. Widget configuration enable you to do custom configurations of KYC widget for your users.
Logon to Entity Developer Dashboard. and proceed to "Know Your Customer" tab of your services and click on your KYC service tile.
Your KYC service dashboard opens up. Now navigate to "Widget Configuration" page by clicking on "Widget" menu item in the side nav bar.
The first configuration is Facial recogination which is already enabled. So no need to do anything here.
This feature, if enabled, will ask user to open their camera and record a video on KYC widget to prove he/she is a human. Once the data is collected and verified, KYC server issues a "Personhood Credential" to the user which acts as a proof that "he/she is indeed a real human and not bot".
Check list of all supported credentials and proofs types here.
Now enable ID document verification setting and select document type as "Passport". The feature, if enabled, the KYC widget will ask users to provide ID document. The ID document is captured, data extracted and sent to the KYC service. KYC service does the following things with the data:
Document Verification: Checks if document was tampered or not in correct format. In some cases, it also verifies if digital signature attached with the document is correct or not.
OCR: Extracts relevant data from the ID document.
Facial Authentication: Matches user's image in the ID document with the user's photo taken during the facial recognition step
Uniqueness Check: Checks if the user unique in the system - restricting same user not using same ID document with multiple accounts.
Upon successful verifications of all, the KYC service issues him/her "Passport Credential", which is technically a verifiable credential, to the user.
Check list of all supported credentials and proofs types here.
Configure user consent page by providing a valid reason for "why you are collecting user's data". Read more about user consent here:
Capture User ConsentEnable zk-proof configuration if do not want to collect user's personal data but the proof of facts. We have following proofs available.
Proof Of KYC (PoK): Proves that user has finished his/her KYC.
Proof Of Personhood (PoP): Proves that user is not a bot
Proof Of Age (PoA): Proves user is above the specified age (age need to be specified in text box)
Configure one of more proofs and click on Update Configuration button to save your settings.
You might want to provide service to users based on verification in your Dapp. For that your smart contracts wants to verify user's Identity before allowing to access other features of the smart contract. Since users cannot send his personal data to a contract because of obvious privacy issues with public blockchains, user first generates zk-proofs of their ID claims and only sends proofs to contracts, preserving privacy while enabling secure verification. Make sure to create On-Chain KYC configuration in one of the supported blockchain before enabling this setting.
Contracts DeploymentMake sure to enable zk-proof configuration before enabling On-Chain KYC configuration.
Select one or more trusted issuers, with the default being 'self' - your own KYC service. This pertains to Reusable KYC. If configured, users who already possess KYC credentials issued by these trusted issuers in their data vault will not need to repeat the KYC steps in the widget. They can simply authorise the sharing of their existing credentials with your app, streamlining user onboarding for your application and providing a smoother experience for your users.
Now that your widget configuration is finished, you are ready to integrate Hypersign KYC in your application.
Integrations