DocumentationAPI Reference
Help CenterAPI ChangelogOpenAPI SpecStatus
Documentation

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.

ParameterNullableDescription
inquiry-idNullableInquiry ID of the completed flow or empty if canceled or failed.
reference-idNullableIf you set a reference ID on the request, it will be on the response.
statusStatus of the completed inquiry (e.g. 'completed', 'failed').
fieldsA map of field values. See Fields documentation.