Out of the Bridge Transfer
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 Transfer
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
Important: the user can close our hosted page without your callback urls being called
When integrating our solution, please keep in mind that your users can close the tab displaying our hosted page anytime and consequently might not be redirected to your callback URL.
To keep your data in sync, we recommend you to integrate our Webhooks events to be updated on transfers statuses.
Updated almost 3 years ago