#shubhx90_react-native-google-pay
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- shubhx90_code, 2 minutes ago, 26 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1258014479510274089
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
What device(s) are you expecting to see Google Pay on?
Where are you located?
Do you have active cards in your Google Pay wallet?
shubhx90_react-native-google-pay
Google Pay is not supported for customers in India: https://support.stripe.com/questions/supported-payment-methods-currencies-and-businesses-for-stripe-accounts-in-india
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You just said you're in India
We currently do not support Google Pay and Apple Pay on Stripe Checkout and Elements for Stripe accounts and customers in India. See Apple documentation for more information on supported countries.
It doesn't matter where your account is based, if you're located in IN (via geolocation) then Google Pay won't display
Then I suspect they don't have an active card in their Google Pay wallet
yes they have card in there account
its not showing in android device...
i have a website also google pay showing on browser but in app its not working
Have you followed the steps here? Specifically adding the Google Pay API to your manifest: https://docs.stripe.com/google-pay?platform=react-native
Otherwise I'd recommend adding some logging to your compiled appication to understand why it's not rendering
Beyond providing a reproduction or some logging/errors from the application, it's hard for me to recommded any further steps
there is no error can share my code with you?
As I said, it doesn't appear to be an issue related to the code but likely a device configuration issue
then what i did?
I don't understand what you're asking me
i am asking that google pay is not visble in my android app?
I know โ and I've explained the reasons why it might not be. Beyond those reasons, which you say are not the case, then you're going to need to d some debugging on your application to understand why it's not available
For example, there's a isPlatformPaySupported method you can use to see if the native wallet is supported on the device
Documentation for @stripe/stripe-react-native
ok