#wellthen ๐Ÿ‡ช๐Ÿ‡บ

1 messages ยท Page 1 of 1 (latest)

hot flickerBOT
quiet prairie
#

What product(s) are you using? Checkout? Payment Element? Card Element?

limber shale
#

this should be checkout

quiet prairie
#

I don't think you can force 3DS on Checkout, but also: 3DS is always performed when it is required on Checkout.

limber shale
#

Does this not apply for checkout?

quiet prairie
#

No, because with Checkout you don't handle the Setup Intent or Payment Intent, unless you're doing that yourself via a different workflow

limber shale
#

Can you clarify what you mean by checkout?

#

I'm integrating Stripe via PHP, and loading Stripe's checkout page.

#

I'm creating a new session for each client by supplying the parameters.

flat hamlet
#

Hi ๐Ÿ‘‹

I'm stepping in at this point. If you are redirecting your customers to Stripe Checkout you do not need to worry about 3DS. The Stripe Hosted checkout page will take care of that.

#

Are you using Stripe Checkout?

limber shale
#

Yeah, I generate a session via the Stripe PHP API, I fetch the checkout URL and give it to the user.

#

I assume that's stripe checkout?

flat hamlet
#

Yes

#

So you don't need to worry about 3DS. Stripe will handle that

limber shale
#

Is there not a way to force 3DS even on checkout?

flat hamlet
#

Not when using Checkout.

limber shale
flat hamlet
limber shale
#

How does Stripe determine whether to use 3DS on checkout? Right now when in test mode, I can't simulate a 3DS screen.

flat hamlet
#

Issuing banks request it

#

You can simulate it using a 3DS test card

limber shale
#

Can I make a recommendation to the team to add an option to force 3DS on checkout?

#

I believe the liability then shifts from merchant to client in cases of fraudulent charges.

flat hamlet
limber shale
#

Thanks. Also, originally I followed a video from a Stripe dev on YT to integrate the checkout, but I was told the redirectToCheckout() JS method is deprecated.

#

To avoid people from making the same mistake of integration, can it be updated?

flat hamlet
#

I can make that recommendation.