Web SDK Integration
        • PDF

        Web SDK Integration

        • PDF

        Article Summary

        This SDK provides a configurable widget that will allow your users to capture their personal data and/or face/id documents photos in order to verify their identity.
        You can integrate a verification flow inside your website or personal area. A user will not be redirected from your website.

        SDK Integration: Click here

        SDK in an iframe:

        You can configure the whitelist of allowed domains, wildcards are supported. IDscan will only allow redirects or embed for domains in this list.

        Open the Customer Portal-> go to Flows tab-> Open needed flow which you will use for onboarding-> Integration Tab-> Cloud Hosted Webpage

        At the bottom, you have to active Public link option and press "Save"
        You will get the possibility to use the Public link for verification, to activate the iframe you have to add the allowed domain where you will put the SDK in an iframe.


        NB! Also, you will be able to put a one-time SDK verification link generated by Generic option or Enriched

        Example of iframe:

        <iframe src="generated url"
          width="100%"
          height="750"
          frameBorder="0"
          allow="camera; microphone">
        </iframe>