Skip to main content
Requirements
  • API key pair
  • Custom flow created via dashboard
  • Token generation via API enabled (done by iDenfy’s staff)
  • Finances

KYB Integration Schema

Step 1: Generate Business verification form token

For full request and response details, see the API Reference tab for the kybTokensCreate endpoint.

Step 2: Creating Company

Once the token is generated you can either:
To redirect the user to the iDenfy Business verification UI, construct the redirect URL as follows:
  1. Start with the base URL
  2. Obtain the tokenString value from the new Business verification token response
  3. Append this tokenString value directly to the end of the base URL: https://kyb.ui.idenfy.com/welcome?authToken=
Example:If the tokenString received from the API is 9TIMoX4oSVmWDJ8qS7zeFUMTh5hi1EcqqLTrPR9r, the complete redirect URL will be:
https://kyb.ui.idenfy.com/welcome?authToken=9TIMoX4oSVmWDJ8qS7zeFUMTh5hi1EcqqLTrPR9r