#swathi1002_express-checkout-element-migration

1 messages ¡ Page 1 of 1 (latest)

hoary pagodaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1422246662805393571

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

minor jasper
#

can you please help me on the above request?

olive oasis
#

No google pay does not work with payment request button on ios. You also shouldn't use the payment request button as it's a legacy integration flow. The Express Checkout Element is the newer version and Google Pay does work on Chrome iOS with that

hoary pagodaBOT
minor jasper
#

here it is showing chrome in IOS as supported browser

olive oasis
#

Not for payment request button

#

That's why I'm saying you shouldn't use the payment request button. It's a legacy integration

minor jasper
#

can you share me the documentation where it is mentioned as IOS chrome browser not supported for payment request button?

olive oasis
#

It's not explicitly documented

#

The payment request button only worked with apple pay in safari ios and mac

#

And google pay in chrome on android and desktop

minor jasper
#

inorder make it work do i need to change my integration from payment request button to Express Checkout Element?

fallow aurora
#

I'm taking over as my colleague had to go.

inorder make it work do i need to change my integration from payment request button to Express Checkout Element?

Yes, you need to change to use the Express Checkout Element if you want this to work

minor jasper
#

thanks

#

do we have any doc to migrate from payment request button to Express Checkout Element?

minor jasper
#

using this can i achieve 0$ authorization initially?

fallow aurora
#

That is an entirely separate question for which you have provided no context

#

Please explain what you mean

minor jasper
#

In the above doc am seeing paymentIntents creation but currently my application am using 0$ authorization from FrontEnd, after validating am collecting payments

fallow aurora
#

Are you saving the payment methods or performing the authorization prior to collecting funds?

minor jasper
#

yes

fallow aurora
#

That was an either or quesiton. PIck one please

#

If you just want to save the payment method in a way that confirms it's valid, you can specify mode: "setup" when you create your Stripe elements object