For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterOpenAPI SpecStatus
OverviewInquiriesTransactionsAPI ReferenceChangelog
OverviewInquiriesTransactionsAPI ReferenceChangelog
  • Overview
    • Inquiries Overview
    • Inquiry Model Lifecycle
    • Inquiry Templates
  • Managing inquiries
    • Creating Inquiries
    • Resuming Inquiries
    • Accessing Inquiry status and data
  • Hosted Flow integration
  • Embedded Flow integration
  • Mobile SDK integration
    • Overview
    • Webview
  • Troubleshooting
    • Troubleshooting Steps
    • Troubleshooting Common Issues
LogoLogo
Help CenterOpenAPI SpecStatus
On this page
  • Native SDKs Recommended
  • Required URL Parameter
Mobile SDK integration

WebView

Was this page helpful?
Previous

Persona Wallet

Next
Built with

Native SDKs Recommended

We strongly recommend using our native mobile SDKs (Android, iOS) instead of WebView where possible. WebView integrations are more difficult to support due to performance constraints of WebView technology

For more information, see Native mobile integration vs. WebView.

Required URL Parameter

When implementing Persona in a WebView, you must include the is-webview=true parameter in your URL. This parameter activates the WebView flow and ensures proper functionality.

Your URL should look like:

https://withpersona.com/verify?is-webview=true&template-id=tmpl_123&environment-id=env_123

Or for Hosted Flow:

https://inquiry.withpersona.com/verify?is-webview=true&template-id=tmpl_123&environment-id=env_123

For implementation guides, see:

  • Embedded Flow WebView Considerations
  • Hosted Flow WebView Considerations