# eID Check

### eID Check Overview

This service verifies a customer using a **national or bank-led electronic identification scheme**, such as **BankID** or **MitID**. By leveraging these schemes, we can securely validate a customer’s details against the records held by the issuing scheme.

This check provides a **high level of identity assurance**.

{% hint style="info" %}
[Learn about the eID Checks API.](/documentation/api-reference/check-types/eid-check.md)
{% endhint %}

### Common use cases

Use eID verification to increase identity assurance across key customer journeys:

* **Digital KYC onboarding**: Verify customer identity instantly using trusted national eID schemes, without requiring document upload.
* **High-assurance identity verification**: Rely on government-backed digital identity schemes to meet enhanced KYC and regulatory requirements.
* **Strong Customer Authentication (SCA)**: Re-authenticate users for sensitive actions such as payout or limit increases using scheme-based authentication.
* **Cross-border and local compliance**: Meet jurisdiction-specific identity verification requirements using nationally recognized eID schemes.

### How eID Check works

An eID Check connects directly to the selected **eID scheme** or **identity provider**.

The customer is redirected, or handed off, to the scheme to complete authentication. This requires the customer to approve the request using the scheme’s own login flow, such as a **one-time password (OTP)**, banking app approval, or another supported authentication method.

Once the customer successfully authenticates, the scheme returns verified identity data to ComplyCube, which then validates it against the customer record to produce the eID Check result.

{% hint style="info" %}
Unlike [Multi-Bureau Check](/documentation/product-guides/identity-verification/multi-bureau-check.md), which verifies identity by checking customer-provided details against trusted data sources, eID Check relies on live user authentication with the scheme before the check can complete.
{% endhint %}

### Supported eID schemes

It currently supports the following schemes:

| Country                             | eID Scheme                                                                                                     |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| :flag\_ao: **Angola**               | <ul><li>National ID</li></ul>                                                                                  |
| :flag\_be: **Belgium**              | <ul><li>itsme</li><li>eID</li></ul>                                                                            |
| 🇧🇷 **Brazil**                     | <ul><li>Cadastro de Pessoas Físicas (CPF)</li></ul>                                                            |
| 🇨🇿 **Czech Republic**             | <ul><li>BankID</li><li>mojeID</li></ul>                                                                        |
| :flag\_dk: **Denmark**              | <ul><li>MitID</li></ul>                                                                                        |
| :flag\_fi: **Finland**              | <ul><li>BankID</li></ul>                                                                                       |
| 🇫🇷 **France**                     | <ul><li>L’Identité Numérique</li></ul>                                                                         |
| :flag\_de: **Germany**              | <ul><li>Personalausweis</li><li>Verimi</li></ul>                                                               |
| 🇬🇭 **Ghana**                      | <ul><li>Ghana Card</li><li>Passport</li><li>Voter ID</li></ul>                                                 |
| 🇮🇹 **Italy**                      | <ul><li>Carta di Identità Elettronica (CIE)</li></ul>                                                          |
| :flag\_in: **India**                | <ul><li>Aadhaar</li></ul>                                                                                      |
| 🇨🇮 **Ivory Coast**                | <ul><li>National ID</li><li>Resident ID</li></ul>                                                              |
| 🇰🇪 **Kenya**                      | <ul><li>National ID</li><li>Passport</li><li>Alien Card</li></ul>                                              |
| :flag\_nl: **Netherlands**          | <ul><li>iDIN</li><li>Digidentity</li></ul>                                                                     |
| 🇳🇬 **Nigeria**                    | <ul><li>Bank Verification Number (BVN)</li><li>National Identification Number (NIN)</li><li>Voter ID</li></ul> |
| :flag\_no: **Norway**               | <ul><li>BankID</li><li>Buypass</li></ul>                                                                       |
| 🇸🇰 **Slovakia**                   | <ul><li>MobileID</li></ul>                                                                                     |
| **🇿🇦 South Africa**               | <ul><li>National ID</li><li>Refugee ID</li></ul>                                                               |
| :flag\_se: **Sweden**               | <ul><li>BankID</li><li>Freja eID</li></ul>                                                                     |
| 🇺🇬 **Uganda**                     | <ul><li>National ID</li></ul>                                                                                  |
| :flag\_ae: **United Arab Emirates** | <ul><li>UAE Pass</li></ul>                                                                                     |
| 🇿🇼 **Zimbabwe**                   | <ul><li>National ID</li></ul>                                                                                  |

### Analysis performed

ComplyCube’s eID checks validate all customer attributes supported by the scheme and securely **retrieve verified customer information** directly from the eID provider.

**Detailed verification checks**

<table><thead><tr><th width="204.9609375">Analysis</th><th>Verifications Performed</th></tr></thead><tbody><tr><td><strong>Identity Verification</strong></td><td><p>Depending on the eID provider, the verifiable attributes will include:</p><ol><li>Name</li><li>Date of birth (DOB)</li><li>Nationality</li><li>Gender</li><li>Address</li><li>Tax identification number (TIN)</li></ol></td></tr><tr><td><strong>Client Validation</strong></td><td>This ensures the submitted client info matches the information returned by the eID scheme.</td></tr></tbody></table>

### Sample result

The example below shows a representative eID Check result for verified identity attributes and validation outcomes.

Use it to see how returned identity data, provider responses, and verification findings may appear in an eID Check report.

<figure><img src="/files/qifBqlma84ydT1EJeWet" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This example is illustrative. Exact fields, values, and layout may vary by eID scheme, provider, workflow, configuration, and result.
{% endhint %}

### Check duration

An eID Check takes an average of **2 seconds** to complete.

### Frequently asked questions

<details>

<summary>What is an eID Check?</summary>

An eID Check verifies a customer through a trusted **electronic identity scheme** such as **BankID**, **MitID**, **itsme**, or **UAE Pass**.

It uses the scheme’s own authentication flow to confirm the customer’s identity and return verified data.

</details>

<details>

<summary>Do customers need to upload an ID document for an eID Check?</summary>

No.

An eID Check relies on the customer authenticating with the selected eID scheme rather than uploading a physical identity document.

If you also need document authenticity checks or document image capture, add [Document Check](/documentation/product-guides/identity-verification/document-check.md).

</details>

<details>

<summary>Which identity data can an eID Check verify?</summary>

The verified data depends on the selected scheme.

It can include attributes such as **name**, **date of birth**, **nationality**, **gender**, **address**, and **tax identification number**.

</details>

<details>

<summary>How is eID Check different from Multi-Bureau Check?</summary>

An eID Check requires the customer to complete **live authentication** with the selected scheme.

[Multi-Bureau Check](/documentation/product-guides/identity-verification/multi-bureau-check.md) verifies customer details against authoritative data sources without that live scheme login step.

</details>

<details>

<summary>Can I use eID Check inside a workflow?</summary>

Yes.

You can run eID Check inside [Workflows](/documentation/product-guides/compliance-studio/workflows.md) and combine it with checks such as [AML Screening Check](/documentation/product-guides/watchlist-pep-and-adverse-media/aml-screening-check.md), [Document Check](/documentation/product-guides/identity-verification/document-check.md), and [Identity Check](/documentation/product-guides/biometric-and-liveness-verification/identity-check.md).

</details>

<details>

<summary>Can eID Check be used for Strong Customer Authentication?</summary>

Yes.

eID Check can support **Strong Customer Authentication (SCA)** and other high-assurance re-authentication flows for sensitive actions such as payouts or limit increases.

</details>

<details>

<summary>Which checks are commonly combined with eID Check in KYC?</summary>

eID Check is often combined with [AML Screening Check](/documentation/product-guides/watchlist-pep-and-adverse-media/aml-screening-check.md), [Document Check](/documentation/product-guides/identity-verification/document-check.md), [Identity Check](/documentation/product-guides/biometric-and-liveness-verification/identity-check.md), and [Proof of Address Check](/documentation/product-guides/kyc-automation-services/proof-of-address-check.md).

This helps you move from scheme-based identity verification to a broader KYC and compliance decision in one [Workflow](/documentation/product-guides/compliance-studio/workflows.md).

</details>

### Related checks

Combine eID verification with other KYC and compliance checks:

* [AML Screening Check](/documentation/product-guides/watchlist-pep-and-adverse-media/aml-screening-check.md) for sanctions, PEP, and adverse media screening.
* [Document Check](/documentation/product-guides/identity-verification/document-check.md) for ID document verification.
* [Identity Check](/documentation/product-guides/biometric-and-liveness-verification/identity-check.md) for biometric liveness verification.
* [Proof of Address Check](/documentation/product-guides/kyc-automation-services/proof-of-address-check.md) for document-based address verification.

### Related topics

Use these when configuring eID Checks in a broader onboarding journey:

* [Workflows](/documentation/product-guides/compliance-studio/workflows.md) to orchestrate eID Checks alongside other checks.
* [Policies](/documentation/product-guides/compliance-studio/policies.md) to apply consistent decision rules across workflow sessions.
* [Smart Forms](/documentation/product-guides/compliance-studio/smart-forms.md) to capture user details and eSignature before redirecting to an eID scheme.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.complycube.com/documentation/product-guides/identity-verification/eid-check.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
