The hosted flow allows teams to verify individuals through the Persona flow without spending time on development. The hosted flow is a full window experience that provides a secure, elegant inquiry flow. It is hosted by Persona but its branding and theming is fully customizable. It is an optimized flow that enables you to begin verifying individuals now without any engineering effort.
You can send someone a hosted flow link to securely collect their information. Information in the created inquiry will show up in the Dashboard.

There are three ways to implement Hosted Flow:
Note that you can get started with a no-code approach, and migrate to the more scalable code-based approach later.
Choose the guide that best fits your needs:
To start a hosted flow, link a user to https://<your subdomain>.withpersona.com/verify on Persona with the appropriate query string parameters.
By default, your subdomain is inquiry, so your inquiry link domain is inquiry.withpersona.com. You can customize your subdomain.
To include parameters in your hosted flow link, add them to the end of the URL after a trailing ?.
https://inquiry.withpersona.com/verify?inquiry-template-id=itmpl_XXXXXXXXXXXXX.
itmpl_.https://inquiry.withpersona.com/verify?inquiry-id=inq_XXXXXXXXXXXXX
inq_.https://inquiry.withpersona.com/verify?inquiry-id=itmpl_XXXXXXXXXXXXX&environment-id=env_XXXXXXXXXXXXX&reference-id=user_id1&language=ja&fields[name-first]=Jane
environment-id: ID of a Persona environment. Should start with env_. Learn about Sandbox and Production environments.reference-id: A string that uniquely identifies the end user who is completing this inquiry. Learn about reference IDs.language: The language the inquiry should use. Learn about supported languages.fields[name-first]: The first name of the end user who is completing this inquiry. Learn about prefilling fields.https://inquiry.withpersona.com/verify?inquiry-id=inq_XXXXXXXXXXXXX&session-token=123456&redirect-uri=https://withpersona.com/done
To quickly test a hosted flow in Sandbox, create a “generic” hosted flow link, and pass the environment-id of your Sandbox environment as a parameter.
Learn about Sandbox and Production environments.