> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# KYC Integration

> Integrate KYC identity verification for beneficial owners within iDenfy KYB business verification using combined all-in-one API flows.

It is possible to have an all-in-one solution for Business verification and Identity verification services. Depending on the specific integration and required use cases, the following approaches are available.

## Business Verification First Approach

[Create a company](/kyb/collect-information) and afterward:

* Create and send a new Identity verification token via the [**dashboard**](/guides/dashboard/kyb/company-page).
* Set up [**custom rule automation for the Identity verification Token**](/guides/dashboard/risk/custom-rules), which will automatically send a new link to the related subjects of the Business verification form.
* Create verification via [**API**](/kyc/generate-token) or [**dashboard**](/guides/dashboard/kyc/new-verification-via-dashboard) and once verification is done, add a new [**beneficiary via API**](/kyb/collect-information#beneficiaries) using the `scanRef` of completed Identity verification.

***

## Identity Verification First Approach

Alternatively, you can onboard and perform Identity verifications first and then manage the Business verification form. In this case, make sure that the Identity verifications are completed:

* Gather verification `scanRef` numbers and include them when creating a [**new Business verification session**](/kyb/generate-token#step-1-create-business-verification-form-session).
* Add a new beneficiary **via API** (see [**beneficiaries**](/kyb/collect-information#beneficiaries)) using the existing Identity verification `scanRef`.

<Info>
  The iDenfy recommended approach is to use [**Identity verification Token**](/guides/dashboard/risk/custom-rules) automation or create a new beneficiary [**via API**](/kyb/collect-information#beneficiaries).

  It is also possible to use **both services separately** and add a new beneficiary via API or dashboard depending on integration requirements.
</Info>
