#cece_51221

1 messages · Page 1 of 1 (latest)

lethal zodiacBOT
fathom ore
#

Hi 👋

#

What is the current state of your question?

candid siren
#

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?

fathom ore
#

Yes

candid siren
#

how does it work with Payment Element though?

fathom ore
#

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

candid siren
#

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?

fathom ore
#

That is ultimately up to the issuing bank

#

We present a modal window but the contents of that window are specified by the bank

candid siren
#

Do I need to implement extra UI for this?

fathom ore
#

Nope

#

Payment Element takes care of all of that

candid siren
#

Cool. But usually the bank web embeded in the Modal?

fathom ore
#

Yes. That will handle the UI for the bank auth

#

Some banks send a PIN to the customer to enter, others just ask you press a button, but whatever it is will be up to the bank