#Kalluste
1 messages · Page 1 of 1 (latest)
hi! hmm, it's a bit tricky since that's really not how any of this is designed, it's meant to abstract all that, not expose it
maybe the stripe.js SDK emits an event when it opens the modal? Basically the idea is to build a very small iframe that only contains the card fields but when stripe wants to do 3DS then I would temporarily expand that Iframe
you'd need a more complicated integration like https://stripe.com/docs/payments/finalize-payments-on-the-server where you have the backend try the payment and the separately handle the 3DS action, instead of simply confirming on the frontend. if you use a flow more like that then I think what you want is possible.
no it doesn't do anything like that