#mattwt-google-pay
1 messages · Page 1 of 1 (latest)
Yes, I saw the screenshot - but there isn't a ton of information off of there to work with
Just to check - you are serving your application over https, correct?
I am using https - non https flags a bunch of warnings in console as you'd expect
yup
do you see any errors in your console (the screenshot cut off the full console output)
no errors, paymentRequest.canMakePayment().then(function (result) {
console.log(result);
gives
{applePay: false, googlePay: true}
When you go to https://stripe.com/docs/stripe-js/elements/payment-request-button and click the google pay button there, do you also see a blank scren?
I do yes
Okay, to me that points to something being wrong with your specific google pay setup, not with your code
Let me search around to see if anyone else has hit this before
Great thanks for checking into it
when you click the button are you seeing any failing requests in your network tab?
nope, when i click the g.pay button i get about 10ish 200's
That really is odd - do you happen to have access to another device that you could try testing this out on?
I'll give it a go on my home pc later, can I reply to this thread?
Yes, you should be able to reply to this thread (if the thread has been closed by that point, you can ask someone in the main channel to reopen it)
thanks
also just want to confirm - do you have a card setup here (https://pay.google.com/gp/w/u/0/home/paymentmethods)
yeap - i have 10 on file
That's very strange - given that you're seeing it happen on both your local implementation of the payment request button and our public docs example it does indicate something specifically is wrong with the google pay configuration, but I would expect there to be some kind of errors or indication of what was wrong in the console or network reqeusts
Ah - let me see what I can find on that
and you're also seeing this timeout on https://stripe.com/docs/stripe-js/elements/payment-request-button , right?
got it - let me ask around
Quick question - where country are you located (we're trying to eliminate the possibility that this is a country-specific limitation)? Also, can you try logging out and logging back in (just to see if that helps)?
UK
Gotcha - yeah I wouldn't expect there to be issues for the UK. if logging out/logging in doesn't help, definitely try on a different device(like I suggested earlier)
yeap, same chrome profile/version on my home pc works fine
Hi 👋
Were you able to try logging out of your Chrome profile on the offending browser and logging back in to see if the behavior continued?
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.
Hi @cerulean gust what is your question?
There must be some kind of configuration issue with your Google/Google Pay account. Have you tried in an Incognito window/disabling extensions?
awesome - yeap it was an extension to auto refresh page, removed it and working
Nice, probably blocking some Google JavaScript!