#swathi1002_express-checkout-element-migration
1 messages ¡ Page 1 of 1 (latest)
đ 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.
can you please help me on the above request?
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
here it is showing chrome in IOS as supported browser
For Express Checkout Element
Not for payment request button
That's why I'm saying you shouldn't use the payment request button. It's a legacy integration
can you share me the documentation where it is mentioned as IOS chrome browser not supported for payment request button?
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
inorder make it work do i need to change my integration from payment request button to Express Checkout Element?
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
thanks
do we have any doc to migrate from payment request button to Express Checkout Element?
using this can i achieve 0$ authorization initially?
That is an entirely separate question for which you have provided no context
Please explain what you mean
In the above doc am seeing paymentIntents creation but currently my application am using 0$ authorization from FrontEnd, after validating am collecting payments
Are you saving the payment methods or performing the authorization prior to collecting funds?
yes