#crsmith0511
1 messages · Page 1 of 1 (latest)
Where are you getting these errors? They're just in the browser console?
That is correct just in the browser console
Is this somewhere live that I can look at? Like, do you have a URL where I can see the console errors myself?
For the first one, you'd want to go through these troubleshooting steps to make sure that Google Pay works for you when you're testing:
- Your stripe dashboard the google pay is enabled (https://dashboard.stripe.com/test/settings/payment_methods)
- Check if have added a real card in Chrome Browser Payment methods (https://payments.google.com/)
- Check if have added the real card in http://pay.google.com
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The second one is a little bit more unknown, so let me know if you have a URL I can use to view the error live
For the first one everything is setup with Google. All of those steps have be done. For the second one I was reading this message. Is this something that has been addressed?
Do you have a URL I can look at or not?
It is our dev enviroment. Is there a support person I can talk to directly?
This is Stripe developer support. It's okay if you don't have a URL for us to look at, I just needed to know if you did before digging further. My guess is that the second error you're getting is because your pages CSP is blocking Stripe from setting cookies. Do you know if your CSP is explicitely blocking that URL? Are you the admin for the CSP? Or are you using a 3rd party that handles that?
The latter issue about cookie enforcement mode & CSP is actually something we're working on internally, and as far as I know this should be unrelated to your own integration details and should not block any payments
@calm rapids the first error about google pay is, as far as i know, internal to google pay's implementation and how that works with your browser
Does the demo google pay button show up for you here, and can you use it?
https://developers.google.com/pay/api/web/guides/resources/demos
Thank you. I wanted to make sure with the second console error that it was still on going and not something I missed/needed to address on our end.
For the second one, I can see and use it. The console error only pops up occasionally - not every time we try to mount the google pay button or use it. And it is not blocking any thing from working.
Ok thanks for confirming. Yea I don't expect these errors should be blocking, and while the Google manifest one it outside of our control we're working on addressing the stripe.com cookie enforcement mode one. I don't expect you to need to make any changes.