#Meta Krypto

1 messages · Page 1 of 1 (latest)

signal edgeBOT
spare adder
tawdry iris
#

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

spare adder
#

Did you add an active card to you google pay wallet?

tawdry iris
#

For the same device, same chrome browser

#

yes I do. As I said, it does show up Google Pay. But it is unstable

spare adder
#

Are you testing from a country where Google Pay is supported?

#

Is there a public URL that I can visit and see your integration?

tawdry iris
#

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

spare adder
#

I see. If you have colleague in a countriy where Google Pay is supported, can you ask them to test your integration?

tawdry iris
#

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

spare adder
#

I can see Google Pay

tawdry iris
#

I am in the UK. My teamate sometime work in Vietnam. But Vietnam is supported by Google Pay as well

spare adder
tawdry iris
#

This is exactly my point. I see "Pay with Link"

spare adder
#

Yes. As I mentioned in the very begining, the payment request button will show Link if there's no active Google Pay

tawdry iris
#

I do have google pay active in my browser. I can have it working sometime. It's just not working now

spare adder
#

Are you in UK now? if your Google account based in UK?

tawdry iris
#

yes, I am in the UK. My bank account is UK based

spare adder
#

I mean your google account, not your bank account.

tawdry iris
#

google account have a region?

spare adder
#

Yes you are right.

tawdry iris
#

even it have region, my google should be in UK or FR, definitely not Vietnam

spare adder
#

OK. Can you try with a different Google account and test again?

tawdry iris
#

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

spare adder
#

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.

tawdry iris
#

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

signal edgeBOT
spare adder
#

Is your "ngrok" URL always in HTTPS?

tawdry iris
#

yes, ngrok always https

#

this is the only reason we use ngrok

lapis bluff
#

give us a while to take a look at this

tawdry iris
#

ok thanks

spare adder
#

@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

tawdry iris
#

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

spare adder
#

Can you share with me why you don't want to use Link?

tawdry iris
#

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

spare adder
#

I see. Thanks a lot for your feedback.

tawdry iris
#

you are wellcome

spare adder
#

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.

Show multiple one-click payment buttons (including Link, Apple Pay, and Google Pay) to your customers at the same time.

tawdry iris
#

Thanks for the suggestion. We'll look at that. Though de tag "beta" sounds a bit risky 😄