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 funnel
  • success : the status (true or false) of the funnel when the user has left it
  • step: (only when success = false) the step in the funnel where the user has left it by clicking on the redirect or the quit button
  • reference : id of the transfer
  • bulk_id: id of the bulk (only for the bulk payments)
  • source: connect, pay or manage
  • 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