#jainnikesh-googlepay-link
1 messages ยท Page 1 of 1 (latest)
Hello ๐
hello
That shouldn't show up when you click Google Pay
Is this site live? Can you share the URL?
Huh I see the google pay modal when clicking on Google Pay
even in mobile when i click
it's ask me to add contact info
and even why it's opening different popup that is strange
here is another link
Yeah I am unable to reproduce the behaivor on my end. It shows the google pay modal on my browser ๐ค
Can you try clearing cookies/cache to see if that helps?
can you please send me ss
and did you checked in mobile ?
and from where this popup come ? is it security concern ?
I don't have an android I can test on but here's what I see on my browser.
Let me ask a colleague if they can reproduce this
okay please
๐
First, if you go to https://link.co/ are you logged in there?
And what happens if you do click "login" on that page... do you immediately get logged in (as in there is a cookie stored for that login)
@fading galleon looks like you may have stepped away but the short of it here is that you are using your own Google Pay button instead of our generic Payment Request Button. In this case, your code is likely just displaying that GPay button when canMakePayment() returns true even though the response here is that link is the supported payment method. You can learn more about Link here: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#link-prb
To fix this you can fix your code and display a Link button dynamically based on the canMakePayment promise resolving. Or you can turn off Link for Payment Request Button via your Link settings in your Dashboard here: https://dashboard.stripe.com/settings/link