...
📁 Table of Contents
Table of Contents | ||
---|---|---|
|
...
Ensure the script is configured with the correct OnAge ondato-sdk library build file in the index.html.
Obtain the static OnAge setup idyour unique idv setupId. Process configuration is specified based on your needs.
Please reach out to [support@ondato.com] for assistance.assistance.
The SDK can be utilized by generating an idv ID or by using idv setupId (where the idv id is generated automatically)
Verify the Web browser version limitations.
Refer to the documentation here.
...
Info |
---|
|
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
⚠️ Possible exceptions:
|
...
2️⃣ exampleSdk.
...
idv.customiseStyleonload()
Info |
---|
|
Expand | ||
---|---|---|
| ||
|
...
3️⃣ exampleSdk.
...
idv.begin()
Info |
---|
|
Expand | ||||
---|---|---|---|---|
| ||||
⚠️ Possible exceptions:
|
...
4️⃣ exampleSdk.
...
idv.end()
Info |
---|
|
...
Generate idvID fromhttps://sandbox-idvapi.ondato.com/swagger/index.html →
Status colour Green title post /v1/identity-verifications
Provide correct and existing setupId.
Each unique session requires a new generation
...
...
❔ Frequently Asked Questions (FAQs)
Why should both the
begin()
andload()
methods be used within a try-catch block?Both methods should be utilized within a try-catch block to ensure proper error handling.
What happens to the session id during an F5 (page refresh)?
In the event of an F5 (page refresh), the same session id will be retained, allowing the same session to be loaded seamlessly.
Where can I find a list of available languages?
For a list of available languages, refer to the documentation here: https://ondato.atlassian.net/wiki/spaces/PUB/pages/2520809520/Localization#%F0%9F%97%A3%EF%B8%8F-Supported-languages
What is IdvId and idv setupId
Idv id is process session id (each session has a uniquely generated idvId), and idv setupid id is unique static client configration id (static id always remains the same)
What is Idv
Idv is a shortname and stands for identity verification.
...
🗒️ Changelog 🔗
...