Redirect URLs
Last updated May 19th, 2022
Overview
The user will be redirected to the redirect URL after a successful or failed attempt, the URL includes the reference that was passed when initializing the widget and status and reason in case of failure.
Success
${redirect_url}?reference="reference"&status="successful"
Failure
${redirect_url}?reference="reference"&status="failed"&reason="widget_closed"