ftn and country code FIN.
You use the same session creation, hosted verification, session results and webhooks as your other Didit workflows.
Coming soon in production; integration tested in sandbox.
Production activation is pending.
The integration has passed a real sandbox bank sign-in.
The configuration and user journey below apply once FTN is enabled in your environment.
Production availability is shown in the wallet coverage table and your console.
Enable
ftn only when it is marked available in the environment you are using.User journey
- The user chooses Finland and Finnish Trust Network from the identity methods your workflow accepts.
- They select a participating bank or supported mobile certificate.
- They authenticate with that service and authorize the identity verification.
- They return to the Didit session, which validates the identity result and continues the workflow.
Configure the workflow
Open your workflow’s ID Verification step in the console, choose Countries, and open Finland. Under Wallets accepted, enable Finnish Trust Network when available. Keep document verification enabled if users should be able to use a document instead. Save and publish the workflow before creating a new session. The following is amethods configuration fragment, not a complete workflow request:
Verified result
A completed FTN check returns a wallet verification result withcryptographic assurance.
The verified identity includes the user’s name, date of birth and personal identifier when returned by the selected identity method.
FTN does not return a portrait.
Inspect the actual result rather than assuming every optional identity field is present.
The session’s Credential card shows the selected wallet and its verified evidence.
See the ID verification data model for the result schema.
Successful FTN authentication completes the ID Verification step; remaining checks still determine the session’s final decision.
Keep separate liveness and face comparison steps configured when your workflow requires them.
Cancellation and document fallback
If the user cancels, the request expires or verification fails, Didit applies the country’swallet.on_failure setting.
fallback_to_document starts document capture when document verification is enabled for Finland.
decline declines the ID Verification step.
A disabled document method cannot serve as fallback.
A redirect or a displayed bank chooser is not a successful identity verification.
Wait for the verified session result or webhook before granting access.
Handle duplicate webhook delivery using the same idempotent processing as the rest of your integration.