Out of the Bridge Connect
In the funnel when a user closes the app, the redirect URL (defined in your Bridge dashboard) is called.
This url is enriched with some parameters depending on the situation :
user_uuid
: id of the user in the funnelitem_id
: id of the item who has been added / edited / refreshedsuccess
: the status (true
orfalse
) of the funnel when the user has left itstep
: (only when success = false) the step in the funnel where the user has left it by clicking on the redirect or the quit buttonsource
:connect
,pay
ormanage
context
: optional context which is an open parameter that you can send through the Bridge Connectiban_matching
:auto
,manual
ornone
(only for the Connect an item with IBAN)
Possible steps
The parameter step
set in the URL can be one of those defined in the list:
- welcome_page
- email_validation_form
- highlighted_banks
- link_iban_error
- list_banks
- sub_banks_list
- bank_creds_form
- edit_bank_creds_form
- sync_in_progress
- otp_form
- sync_success
- sync_error
- sync_pending
- pro_validation_form
Example
MY_REDIRECT_URL?item_id=ITEM_ID&user_uuid=USER_UUID&success=false&step=sync_pending
Updated over 3 years ago