How to Integrate KYC in minutes?
How to integrate Hypersign KYC in your test environment
Last updated
How to integrate Hypersign KYC in your test environment
Last updated
Staging Widget Base URL :
Staging KYC Server Base URL:
The Hypersign KYC widget can be configured and incorporated in just a few minutes. You'll need to generate a Widget URL and insert it into a DOM element. Additionally, you can monitor events triggered by the widget on your webpage to showcase either success or failure. Once the user completes the KYC process successfully, you'll receive an idToken
, which can be utilised to request the user's data/credentials from the KYC server.
The Widget URL has three query params:
kycAccessToken
: KYC Access Token
ssiAccessToken
: SSI Access Token
The final Widget URL format would look something like this:
Kindly contact Hypersign Admin.
Kindly contact Hypersign Admin.
You can invoke the Hypersign KYC widget through popup from your page
You can listen to events thrown by the widget to get the result of verification.
Once you receive the idToken
, you can query the KYC service to extract user data.
GET
{kyc_server_base_url}/api/v1/e-kyc/verification/user-consent
Headers
Content-Type
application/json
Authorization
Bearer <
kycAccessToken>
Response
kyc_server_base_url:
Try LIVE Demo Now: