Redirecting On Complete
Upon a successful or canceled inquiry, the WebView will redirect to the URI specified in redirect-uri
or 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.
Parameter | Nullable | Description |
---|---|---|
inquiry-id | Nullable | Inquiry ID of the completed flow or empty if canceled or failed. |
reference-id | Nullable | If you set a reference ID on the request, it will be on the response. |
status | Status of the completed inquiry (e.g. 'completed' , 'failed' ). | |
fields | A map of field values. See Fields documentation. |
Updated over 1 year ago