Redirecting On Complete or Cancel
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.
When an inquiry has finished (status is either completed or failed) or has been canceled, the WebView will either redirect to the URI specified in redirect-uri, or to https://personacallback if nothing was specified. At this point, you can read the GET parameters in the response URL.
The parameter value does not need to be a valid browser URL; arbitrary URIs such as mobile app actions or intents are accepted.
Inquiry finished
The end user will be redirected with the following parameters when the end user presses the complete button in the Success or Failure screens in the Inquiry flow.
Inquiry canceled
The end user will be redirected with the following parameters when the end user cancels the Inquiry flow with the ‘x’ button in the upper right corner.

