mono-logo

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

Success

${redirect_url}?reference="reference"&status="successful"

Failure

Failure

${redirect_url}?reference="reference"&status="failed"&reason="widget_closed"

Did this page help you?