#cece_51221
1 messages · Page 1 of 1 (latest)
Does this mean, if I use stripe checkout (setup mod) to setup payment or use payment element for collecting payment for future use. Stripe will take care of authentication flow?
Yes
how does it work with Payment Element though?
You can test this yourself with some of our test cards here:
https://stripe.com/docs/testing#regulatory-cards
So you can see it yourself in your own integration
The payment element triggers confirmation of the Setup Intent and when we detect 3DS is required we communicate with the issuing bank to present the customer with a mechanism for authenticating the saved payment method
Gotcha. We haven't writen any code yet. Simply trying to decide a solution(whether use stripe checkout or paymanet element). I thought Payment Element is just a web UI element.
"present the customer with a mechanism" what would be this?
That is ultimately up to the issuing bank
We present a modal window but the contents of that window are specified by the bank
Do I need to implement extra UI for this?
Cool. But usually the bank web embeded in the Modal?