#josh_googlepay-firefox
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1484268804539158619
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI ๐
For Google Pay in Firefox I think that is expected.
For instance, I don't see Google Pay as an option when i load this in Firefox: https://4242.io/test/payment-element/
But I do in Chrome
Yeah we're seeing the same thing. FireFox supports Google Pay so it should appear.
The Express loads correctly https://docs.stripe.com/elements/express-checkout-element so this is just a bug in the Payment Element.
The Express Checkout Element supports Google Pay in Firefox if you specify paymeMethods.googlePay: "always"
https://docs.stripe.com/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-paymentMethods-googlePay
Unfortunately the Payment Element does not support this configuration currently.
This is a feature that has been requested and I can add your interest in it as well.
The current recommendation if you need this feature is to use Express Checkout Element along with the Payment Element
Unfortunately no. The best option is to subscribe to the Dev Digest https://go.stripe.global/dev-digest
That's where we will announce the change if we make it