Out of the Bridge Pay
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 funnelsuccess
: 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 buttonreference
: id of the transferbulk_id
: id of the bulk (only for the bulk payments)source
:connect
,pay
ormanage
context
: optional context which is an open parameter that you can send through the Bridge Pay
Possible steps
The parameter step
set in the URL can be one of those defined in the list:
- transfer_no_compatible_account
- amount_form
- senders_list
- transfer_summary
- multiple_transfers_summary
- otp_form
- bank_password_form
- transfer_in_progress
- transfer_success
- transfer_error
- transfer_unknown
Updated over 3 years ago