#AlonAlmog-googlepay
1 messages ยท Page 1 of 1 (latest)
do you have a link to your own payment page that has this problem?
but there are a lots of reasons. The basic requirements are at https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html&platform=html-js-testing-apple-pay#html-js-testing but there can be other things, like what country you're in, the settings in your browser, and some other things
Sorry, I can't provide you with a link to our own payment page since its part of the registration flow.
fair enough!
are you in India perhaps? we disable Google Pay if the browser is geolocated there(to avoid confusion with the local version of Google Pay that we don't support)
Hi thanks ๐ no, I'm currently in Israel
what could be the reason it doesn't work specifically in mobile? (same settings such as country i'm in and browser settings are applied)
check you have this turned on , at chrome://settings/payments?search=payment+method
(the 'allow sites to check' setting).
if it's not working on mobile I'd assume there's something wrong with the setup of the device/browser/Google account, really hard to say. Your screenshot is not really mobile though, it's just desktop but with responsive mode so the viewport is different)
here is a real iPhone device using chrome browser with a payment method
yeah it doesn't work in Chrome for iOS I think, let me check
yep, it does not
Apple Pay in Mobile Safari is the only option on iOS
Google Pay works in desktop and Android Chrome
using the PaymentRequest button to interact with that autofill saved payment method interface doesn't work either, Google disabled that a while ago (https://9to5google.com/2020/01/30/google-chrome-ios-disable-payment-requests/)
thanks! it was an issue with Chrome for iOS! tested it in an android and it did work! any way we can use chrome dev tools to simulate mobile wallet payment instead of using a physical device?
Hi ๐ jumping in as my teammate needed to step away. Just to clarify, this isn't an issue with Chrome for iOS but rather an expected limitation. Google Pay is only supported on Chrome for Android for mobile devices.
If I recall correctly you can't use chrome dev tools to simulate wallet flows on mobile devices, because Android devices rely on the presence of the Google Pay app which Chrome won't find in desktop scenarios.