#freezu
1 messages · Page 1 of 1 (latest)
👋 happy to help
there's a couple of things that might be causing that
would you mind first taking a look at https://stripe.com/docs/google-pay?platform=react-native
and check whether you're missing a step
Yes, I've been following this docs also, but only until step Enable Google Pay , the next step is different because it's only present Google Pay Sheet, not Payment Sheet
Should I try to present Google Pay Sheet first?
you can try
the next thing that you need to check is whether you have a valid Google Pay Payment Method on the device
in order to verify
can you please visit https://stripe.com/docs/stripe-js/elements/payment-request-button on the phone you're testing on
and see which button is displayed on the top of the page
Okay, I followed the next step, and apparently isPlatformPaySupported({ googlePay: { testEnv: true } })) return false
What have I missed? should I install something on the devices I use?
you need to have Google Pay working on your phone in general, as in you've set up a real card in the Wallet app in your Google account