Guide for partners to integrate the VIDA application into their websites using an iframe.
<iframe>
. This enables secure auto-login, identity verification, and flexible signup flows without any custom backend work.
authToken
.email
parameter.custom
flag.authToken
– one‑time authentication token used by the embed page to log the user in automatically. If omitted, the page logs the user out before rendering. Read this page to learn how to get a one time authToken.email
– the email that must match the authenticated user. If it does not match, the user is logged out. When the email changes, the user will be automtically logged out.signup
– when present and the user is not authenticated, the embed redirects to the sign‑up flow.customerId
– external customer identifier passed through to the sign‑up page.businessName
– pre‑fill the business name on sign up.fullName
– pre‑fill the user’s name on sign up.contactNumber
– pre‑fill the phone number on sign up.custom
– allows alternate sign‑up messaging such as answeringservice
or createagent
.authToken
and email
.
<iframe>
integration. It covers the two required query parameters—authToken and email—for automatic user authentication and outlines several optional parameters to customize signup flows and pre-populate user data.