#Deborah

1 messages · Page 1 of 1 (latest)

ornate valeBOT
strange arch
#

Hello 👋
Do you have a screenshot I can take a look at?

novel quiver
strange arch
#

Interesting, I've not seen Google Pay prompting for a 3DS auth before. My understanding was that they get 3DS exemption.

#

Do you have this PaymentIntent ID handy?

novel quiver
#

Here: pi_3NG5WRKcKyVTDO5U1KZcQjEl

strange arch
novel quiver
#

I'm not sure how I'm passing the payment method. I just use the PaymentRequestButtonElement and whatever method the user selects, they pay and I perform my callbacks.

strange arch
#

You're passing it when you create the PaymentIntent

Look at the request body, I suspect that's causing this behaviour

novel quiver
#

Oh, I see. Should I not be passing it then?

strange arch
#

Yup, if you already have a PaymentMethod stored then there's no point of having PaymentRequestButton right? Because all it does it that it allows you to collect a new payment method (i.e. Google Pay or Apple Pay)

novel quiver
#

Oh, I see. Got it. Thanks.