Requirements
- API key pair
- Successfully created
tokenString- used as Authorization
Business Verification Schema
See the recommended integration and use schema below.
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.- Info Retrieve - Retrieves detailed information about an active Business verification session, including various aspects of the company’s compliance and verification process. See
kybFormsRetrievein the API Reference. - Form Update - Updates information on an existing Business verification form. See
kybFormsUpdatein the API Reference. - Form Partial Update - Partially updates specific sections of an existing Business verification form. See
kybFormsPartialUpdatein the API Reference.
- List Business verification forms - Lists all forms associated with a particular token. See
kybFormsListin 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: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
kybFormsQuestionnairesListin the API Reference. - Retrieve specific questionnaire - Retrieves a particular questionnaire within the Business verification process. See
kybFormsQuestionnairesRetrievein the API Reference.
Form Submit
When the form is filled, it can be submitted. SeekybFormsSubmitCreate in the API Reference.
Once you submit the form, iDenfy sends a webhook notification to your endpoint.