cryptographic assurance.
You use the same session creation, hosted verification and webhook integration as your other Didit workflows.
Integrated and tested in staging; production activation pending.
A successful test does not make either wallet available in production.
Check the availability shown in your environment’s console before enabling a wallet.
The wallet catalog reports production availability separately from integration progress.
Countries and prerequisites
The integration covers Smart-ID in Estonia (EST), Latvia (LVA), Lithuania (LTU) and Belgium (BEL).
Mobile-ID covers Estonia (EST) and Lithuania (LTU); Mobile-ID is not offered for Latvia.
These country codes describe the integrated routes, not a promise that every route is activated in your environment.
For Smart-ID, the user needs an active eligible Smart-ID identity, its personal identification code and access to the app.
For Mobile-ID, the user needs an active Mobile-ID identity, its personal identification code and its associated phone number.
Enter the Mobile-ID phone number in international format: +372 for Estonia or +370 for Lithuania.
The selected country must match the identity being used.
Neither method returns a portrait.
If your workflow requires a selfie, keep the appropriate Liveness and Face Match steps configured separately.
What the user sees
- The user selects their country and chooses Smart-ID or Mobile-ID from the wallets your workflow accepts.
- A Didit-hosted page asks for the personal identification code; Mobile-ID also asks for the associated phone number.
- The page displays a comparison code while the authentication request reaches the phone.
- The user checks that the code on the phone matches the code on the verification page, then approves using their PIN on the phone.
- Didit validates the signed identity result and continues the verification workflow.
Configure the workflow
In the console, open your workflow’s ID Verification node, choose Countries, and open the country you want to configure. Under Wallets accepted, select the available wallets and choose the failure behavior. Save and publish the workflow before creating a new session. See ID Verification methods in the console for the full console path.providers array is an accept-list: users choose between its wallets, and array order does not set a preferred wallet.
For Lithuania, use LTU with the same wallet identifiers when both are available.
For Latvia or Belgium, use LVA or BEL with smart_id only, subject to the same availability check.
Omitted countries retain their existing default document-capture behavior.
The full configuration contract is in Workflow feature configs.
Read the verified result
Read the completed session through the session decision API or your webhook integration. A successful wallet check recordsverification_method: "wallet", assurance: "cryptographic" and wallet_provider: "smart_id" or "mobile_id".
The wallet_verification object identifies the wallet, issuing country, verification time, level of assurance and signature verdict.
The ID verification result exposes the normalized full_name and date_of_birth fields.
For these two wallets, wallet_verification.attributes carries given_name, family_name, birthdate and personal_code from the validated identity.
The issuing country identifies the identity route; it does not establish the person’s nationality.
Didit returns the signature verdict, not the underlying signed assertion.
No portrait or wallet PIN is returned.
In the console, the session’s Credential card shows the wallet and its verified evidence.
A successful wallet check completes the ID Verification step; later checks in your workflow still determine the session’s final decision.
See the ID verification data model for field types and the distinction between a check result and the overall session decision.
Handle cancellation and failure
If a user cancels, times out or cannot complete authentication, Didit applies the country’swallet.on_failure setting.
fallback_to_document starts document capture when it is enabled for that country.
decline declines the ID Verification step.
If document capture is disabled, there is no document fallback available.
Only a completed, verified wallet check incurs the wallet verification charge.
Cancelled, expired and failed wallet attempts do not.
A completed document fallback is a separate check under document verification pricing.
Consult the wallet pricing table for published rates; a method without a published rate should not be treated as free.