Incode supports more than 20 identity schemes across Europe. To enable methods for a flow, go to **ID Capture Module → Digital IDs → Europe** in the Dashboard. Methods are grouped by country. When multiple methods are enabled, users see the highest-adoption method for their detected location first.

Contact your Incode Representative to enable support for specific countries.

## Available methods

| Method | SDK ID | Country |
| --- | --- | --- |
| MitID | `mitid` | Denmark (DK) |
| BankID Norway | `bankid_norway` | Norway (NO) |
| BankID Sweden | `bankid_sweden` | Sweden (SE) |
| Finnish Trust Network | `ftn` | Finland (FI) |
| SPID | `spid` | Italy (IT) |
| Audkenni | `audkenni` | Iceland (IS) |
| OneID | `oneid` | United Kingdom (GB) |
| Ukrainian DIIA | `ukraine_diia` | Ukraine (UA) |
| iDIN | `idin` | Netherlands (NL) |
| itsme | `itsme` | Belgium, Luxembourg, Netherlands (BE, LU, NL) |
| SwissID | `swissid` | Switzerland (CH) |
| Smart-ID | `smart_id` | Belgium, Estonia, Finland, Latvia, Lithuania (BE, EE, FI, LV, LT) |
| Mobile ID | `mobile_id` | Estonia, Lithuania (EE, LT) |
| Evrotrust | `evrotrust` | Bulgaria (BG) |
| MojeID Poland | `mojeid_poland` | Poland (PL) |
| eDO app | `edo_app` | Poland (PL) |
| Czech Bank iD | `czech_bank_id` | Czech Republic (CZ) |
| MojeID Czech | `mojeid_czech` | Czech Republic (CZ) |
| eParaksts Mobile | `eparaksts` | Latvia (LV) |
| Digidentity | `digidentity` | Netherlands, United Kingdom (NL, GB) |
| Verimi | `verimi` | Germany (DE) |
| Freja eID | `freja_eid` | Sweden (SE) |

## Available attributes by method

All attributes are returned via `GET /omni/get/ocr-data/v2` under the `ocrData` object. Two fields identify the credential:

- `documentSubmissionMethod` — always `IMPORTED_CREDENTIAL` for digital ID sessions
- `credentialsProvider` — identifies the specific scheme (e.g. `mitid`, `bankid_sweden`, `itsme`)

### MitID — Denmark

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### BankID Norway — Norway

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Full name | `name.fullName` |
| Date of birth | `birthDate` |

### BankID Sweden — Sweden

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Full name | `name.fullName` |
| Date of birth | `birthDate` |
| Gender | `gender` |

### Finnish Trust Network — Finland

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### SPID — Italy

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |
| Gender | `gender` |
| Phone | `phone` |
| ID card number | `documentNumber` |

### Audkenni — Iceland

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |
| National ID number | `documentNumber` |

### OneID — United Kingdom

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |
| Street address | `addressFields.street` |

### Ukrainian DIIA — Ukraine

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |
| Document number | `documentNumber` |
| Portrait photo | via `/omni/get/images` |

### iDIN — Netherlands

| Attribute | `ocrData` field |
| --- | --- |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |
| Gender | `gender` |
| Street | `addressFields.street` |
| City | `addressFields.city` |
| Postal code | `addressFields.postalCode` |
| Country | `issuingCountry` |
| Phone number | `phone` |

### itsme — Belgium, Luxembourg, Netherlands

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### SwissID — Switzerland

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### Smart-ID — Belgium, Estonia, Finland, Latvia, Lithuania

### Mobile ID — Estonia, Lithuania

### Evrotrust — Bulgaria

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |
| Document number | `documentNumber` |

### MojeID Poland — Poland

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### eDO app — Poland

### Czech Bank iD — Czech Republic

### MojeID Czech — Czech Republic

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### eParaksts Mobile — Latvia

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### Digidentity — Netherlands, United Kingdom

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Middle name | `name.middleName` |
| Date of birth | `birthDate` |
| Phone number | `phone` |
| Street | `addressFields.street` |
| Postal code | `addressFields.postalCode` |
| Country | `issuingCountry` |
| Gender | `gender` |

### Verimi — Germany

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |

### Freja eID — Sweden

| Attribute | `ocrData` field |
| --- | --- |
| Given name | `name.givenName` |
| Family name | `name.paternalLastName` |
| Date of birth | `birthDate` |
| Personal number | `documentNumber` |
