---
updatedAt: 2026-08-14T07:09:09.000Z
---

Fetch the complete documentation index at: https://docs.sumsub.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Reusable KYC

Boost your verification conversion rate — enable your applicants to seamlessly reuse data from previous verifications.

With Reusable KYC, you can conclude an agreement with other Sumsub clients to share verification data, and enable applicant data reuse to complete your specific verification checks. It will allow you to speed up verification for your applicants, while still maintaining the same level of compliance:

* Your applicants will complete repetitive verifications faster, which means a better onboarding experience and higher conversion rates.
* Your compliance requirements will be met, and data privacy regulations will be adhered to at all times.

Reusable KYC can be implemented in two main approaches:

* <Anchor target="_blank" href="doc:reusable-kyc-share">Reusable KYC Share</Anchor>
* <Anchor target="_blank" href="doc:reusable-kyc-via-sdk">Reusable KYC via SDK</Anchor>

# Data sharing restrictions

Any organizations that possess the data of those who are located in the EU/UK or to which the EU GDPR/UK GDPR applies must obey the data sharing rules of these acts.

If you operate in the European Economic Area (EEA) or offer goods and services to individuals or monitor the behavior of individuals there, the EU GDPR may still apply to you.

Before any data sharing between the organizations, these organisations must check whether it’s legitimate to share such data and whether it is necessary to enter into the appropriate legal arrangement.

Sometimes, the organisations must implement appropriate safeguards for international transfers if such occurs.

# Get started with Reusable KYC&#x20;

<HTMLBlock>{`
<style>
    .box5 {
        background: #ffffff;
        border: 1px solid #e1e5ea;
        border-radius: 12px;
        align-items: top;
        display: grid;
        text-decoration: none !important;
        grid-template-rows: min-content auto;
        transition: 0.3s ease-in !important;
    }
    .box5 text-basic {
        padding: 0px 24px 24px 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #586073;
    }
    @media (prefers-color-scheme: dark) {
        [data-color-mode="system"] .box5 text-basic {
            color: #fff;
            opacity: 0.8;
        }
    }
    [data-color-mode="dark"] .box5 text-basic {
        color: #fff;
        opacity: 0.8;
    }
    .box5:hover {
        box-shadow: 0px 2px 6px 1px rgba(4, 29, 47, 0.1);
        transition: 0.3s ease-in;
    }
    @media (prefers-color-scheme: dark) {
        [data-color-mode="system"] .box5 {
            background: #20252c;
            border: 1px solid #333844;
        }
    }
    [data-color-mode="dark"] .box5 {
        background: #20252c;
        border: 1px solid #333844;
    }
    .text5-h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        color: #377cf7;
        transition: 0.3s ease-in;
        padding: 16px 24px 8px 24px;
    }
    @media (prefers-color-scheme: dark) {
        [data-color-mode="system"] .text5-h1 {
            color: #fff;
        }
    }
    [data-color-mode="dark"] .text5-h1 {
        color: #fff;
    }
    .box5:hover .text5-h1 {
        color: #377cf7;
        opacity: 0.8;
        transition: 0.3s ease-in;
    }
    .img5 {
        margin: 16px 0px -10px 0px !important;
        width: 100%;
        height: auto;
    }
    .line {
        border-top: 1px solid #e1e5ea;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    @media (prefers-color-scheme: dark) {
        [data-color-mode="system"] .line {
            color: #fff;
            opacity: 0.2;
        }
    }
    [data-color-mode="dark"] .line {
        color: #fff;
        opacity: 0.2;
    }
</style>
<body>
    <div class="columns-container">
        <a class="box5" href="/docs/reusable-kyc-share">
            <div class="text5-h1">Reusable KYC Share</div>
            <text-basic
                >Instantly onboard users by securely copying and reusing validated data from your trusted donor
                partners' previous verifications, eliminating onboarding friction and document uploads.</text-basic>
        </a>
<a class="box5" href="/docs/reusable-kyc-gateway">
            <div class="text5-h1">Reusable KYC Gateway</div>
            <text-basic>Streamline user onboarding by reusing verified profiles from a Sumsub ID account connected directly to an upstream partner's service.</text-basic>
 </a>
        <a class="box5" href="/docs/reusable-kyc-networks">
            <div class="text5-h1">Reusable KYC Networks</div>
            <text-basic
                >Maximize your compliance ecosystem efficiency by connecting with wider corporate networks to share and
                verify data seamlessly.
            </text-basic>
        </a>
        <a class="box5" href="/docs/reusable-kyc-via-api">
            <div class="text5-h1">Reusable KYC via API</div>
            <text-basic>Enable secure reuse of existing KYC data via API.</text-basic>
        </a>
        <a class="box5" href="/docs/reusable-kyc-via-sdk">
            <div class="text5-h1">Reusable KYC via SDK</div>
            <text-basic>Improve verification conversion using our SDK.</text-basic>
        </a>
    </div>

    <div style="margin-top: 20px"></div>
</body>
`}</HTMLBlock>

<HTMLBlock>{`
<style>
  .App {
    --hub-toc-width: 0px;
    --hub-main-max-width: 1138px;
  }
  
  .content-toc {
    display: none;
  }
</style>
`}</HTMLBlock>