Use a Payment Link
When the payer clicks on the Payment Link, he's redirected to the payment summary (hosted by Bridge) :
Then, the payer is redirected to his bank interface, he logs in with his credentials and confirms the payment with a Strong Customer Authentication. The bank also displays the details of the payment.
If you provide a callback url, after payment confirmation your user will be redirect to this url with the parameters below:
payment_link_id
payment_request_id
status
with the valuesuccess
If your user clicks on the exit cross, you will receive the callback with the parameters below
payment_link_id
status
with the valueabort
step
which could bebanks_list
,parent_bank_page
orbank_page
client_reference
Updated about 2 years ago