Our client will be provided following credentials to initialize a unique token for an user flow:
Reference Authencation mechanism
Two integration modes are available. Choose based on your use case, then follow the guide for your platform.
Full journey managed by TrustVision. Low-code.
Example flow_id values:
id_selfie
selfie_id
id_nfc_selfie
qr_nfc_selfie
id_form_selfie
vision_score_sanity_liveness
vision_score_only
… and more
Built-in. No provisioning needed.
💡 Flexible flows — Contact TrustVision to receive your custom
flow_idbefore integrating. Once you have it, use it exactly the same way as the built-inflow_idvalues shown below.
Use EncodedBase64Token generated from step I and concatenate to provided URL
Final URL:
You can append the following optional query parameters to the URL to control which eKYC journey runs, the allowed ID card types, and the UI language. Every parameter is optional — omit one to fall back to the default configured for your token.
| Parameter | Type | Required | Description |
|---|---|---|---|
flow_id | string | No | Selects which eKYC journey to run. Built-in flows include id_selfie (ID → Selfie → Matching) and selfie_id (Selfie → ID → Matching). Flexible/custom flows — such as ID-only, Selfie-only, or ID → Form → Selfie — are also supported. The exact flow_id for each flow is provisioned per client by TrustVision. If omitted, the default flow configured for your token is used. |
card_types | string | No | Comma-separated list of allowed ID card types, e.g. vn.national_id,vn.passport. Restricts which ID documents the user can submit. If omitted, all card types configured for your account are allowed. |
language | string | No | UI language for the eKYC journey. One of vi, en, or es-mx. If omitted, the lender's default language is used. |
Note: The
languagequery parameter corresponds to thelangparameter of the Platform Initialization API.
Built-in flow (ID → Selfie) with Vietnamese UI:
https://ekyc-platform-vn-staging.trustingsocial.com/lu/[EncodedBase64Token]?flow_id=id_selfie&language=vi
Flexible flow (ID only), restricted to the national ID card, with English UI:
https://ekyc-platform-vn-staging.trustingsocial.com/lu/[EncodedBase64Token]?flow_id=[YOUR_ID_ONLY_FLOW_ID]&card_types=vn.national_id&language=en
Replace [YOUR_ID_ONLY_FLOW_ID] with the flow ID provisioned for you by TrustVision.
Refer to this for more details.
Refer to this for more details.
Refer to this for more details.
Refer to this for more details.