Skip to main content
Requirements

Business Verification Schema

See the recommended integration and use schema below.
KYB Integration Schema

Check Flow

To determine what data the form requires, call the Business verification Token Retrieve endpoint.
For the Business verification Token Retrieve endpoint (retrieves flow information related to the specific token, detailing the data required for form submission), see the API Reference tab for kybInfoRetrieve.
You can skip this step if you use the same flow, since the data fields are similar.

Form Creation

Create a Business verification Form by sending a request to the form creation endpoint.
For the Create Business verification form endpoint (creates a new form linked to the generated token for capturing and submitting necessary compliance information), see the API Reference tab for kybFormsCreate.
After the form is created, the following operations are available:
  • Info Retrieve - Retrieves detailed information about an active Business verification session, including various aspects of the company’s compliance and verification process. See kybFormsRetrieve in the API Reference.
  • Form Update - Updates information on an existing Business verification form. See kybFormsUpdate in the API Reference.
  • Form Partial Update - Partially updates specific sections of an existing Business verification form. See kybFormsPartialUpdate in the API Reference.
You can retrieve a list of Business verification forms associated with a particular token. The list contains one item if a form was created, or zero items if it was not.
  • List Business verification forms - Lists all forms associated with a particular token. See kybFormsList in the API Reference.

Documents

You can manage documents within the Business verification form/company. The following operations are available:

Beneficiaries

You can manage beneficiaries within the Business verification form/company. The following operations are available:
Set scanRef on a beneficiary create or update request to link an already-completed identity verification instead of requiring a new one. The same scanRef can be linked to a beneficiary role on multiple companies — see KYC Integration.

Beneficiaries’ Documents

You can manage beneficiaries’ documents using the following operations:

Questionnaires

A questionnaire can be added to the flow. To check whether the form requires a questionnaire to be filled out, use the following endpoints:
  • Questionnaire list - Lists all available questionnaires associated with the Business verification form flow. See kybFormsQuestionnairesList in the API Reference.
  • Retrieve specific questionnaire - Retrieves a particular questionnaire within the Business verification process. See kybFormsQuestionnairesRetrieve in the API Reference.
If there is a need to fill it out, the following endpoints can be used:

Form Submit

When the form is filled, it can be submitted. See kybFormsSubmitCreate in the API Reference.
Once you submit the form, iDenfy sends a webhook notification to your endpoint.