#Meta Krypto
1 messages · Page 1 of 1 (latest)
Hi there, it'll show Link when there's no active Google Pay. You can refer to the table for details https://stripe.com/docs/stripe-js/elements/payment-request-button
Well, I do have google pay
the issue here is not that it doesn't show Google Pay button. The issue is it is unstable
Sometime it shows, sometime it doesn't
Did you add an active card to you google pay wallet?
For the same device, same chrome browser
yes I do. As I said, it does show up Google Pay. But it is unstable
Are you testing from a country where Google Pay is supported?
Is there a public URL that I can visit and see your integration?
ah, that's a good question
we dev and the backend can run in different countries (Vietnam/UK). But then we "ngrok" our website to the same url
I see. If you have colleague in a countriy where Google Pay is supported, can you ask them to test your integration?
Yes, you can see it at
https://trada.ngrok.app/test-restaurant
Then in the menu page, pick up some item, ADD it to the cart. Then go to the "cart" page for checkout. Then you'll see our payment methods there
I can see Google Pay
I am in the UK. My teamate sometime work in Vietnam. But Vietnam is supported by Google Pay as well
https://stripe.com/docs/connect/payment-method-available-countries#google-pay I don't see Vietnam in the list.
Yes. As I mentioned in the very begining, the payment request button will show Link if there's no active Google Pay
Some Google Pay and Google Wallet payments features are only available in certain countries or regions and on certain devices.
Check feature availability
Depending on where you live, you can pay the
I do have google pay active in my browser. I can have it working sometime. It's just not working now
Are you in UK now? if your Google account based in UK?
yes, I am in the UK. My bank account is UK based
I mean your google account, not your bank account.
google account have a region?
Yes you are right.
even it have region, my google should be in UK or FR, definitely not Vietnam
OK. Can you try with a different Google account and test again?
alright, I'll try it with different scenario. But then the unstability of Google Pay button is not a well known issue then?
Just want to check that. It might be well some bugs in our code
I'll say it's unstable if Google Pay button is not showing sometimes under the same environment (i.e., same Google account, same browser/device). Based on your description, it looks like you never see the Google Pay button with your Google account.
I didn't say I never see the Google Pay button. I said sometime I see it, sometime I don't. For exactly the same chrome browser on the same device.
The only different is sometime we deploy our backend from Vietnam. But in call cases, we "ngrok" our website to the same "ngrok" URL.
This is why I asked for unstability, not for why it doesn't show up
Is your "ngrok" URL always in HTTPS?
give us a while to take a look at this
ok thanks
@tawdry iris can you click on the Link button -> Log out Link, and then refresh your page
After that, see if the payment request button shows Google Pay
Or you might want to use the Express Checkout Element (https://stripe.com/docs/elements/express-checkout-element) which will show both Link and Google Pay
we don't want to use link at all
so we have a handle, if ApplePay/GooglePay is not available, then we propose the payment by card (enter the card info)
I think we have to investigate on our side.
My main question was to check with you if there are a well known unstability with Google Pay button. If you don't know any, it means there are not a well known issue
The issue might be well from our code that we did something not common
Thanks for your time @spare adder @lapis bluff
Can you share with me why you don't want to use Link?
Because it's not very popular. From me as an user, I don't know link and I don't feel safe when I use it. So for the moment I don't propose this to our customers
GooglePay/ApplePay sound a big brand name, and it give the feeling it's safe
I see. Thanks a lot for your feedback.
you are wellcome
Can I suggest you to consider using Express Checkout Element (https://stripe.com/docs/elements/express-checkout-element) ? it shows both Google Pay and Link, and your customer can decide which payment option they prefer to use. Although Link is just started recently, we saw it really help with conversion.
Thanks for the suggestion. We'll look at that. Though de tag "beta" sounds a bit risky 😄