#manu_occhia - authentication
1 messages · Page 1 of 1 (latest)
Hey there, which integration pattern are you using? Some payment methods require a redirect and can't be handled in a modal like card-based 3ds.
i'm using stripe js
Confirm paymentIntent by payment method
https://stripe.com/docs/js/payment_intents/confirm_bancontact_payment
Yep, this is expected as redirect is required
and it will automatically redirect the customer to authorize the transaction
ok thanks