#bojack420
1 messages · Page 1 of 1 (latest)
Google Pay shows up on the demo too. I have also tried on my ios 16 google chrome that has google pay setup.
https://stripe.com/docs/elements/express-checkout-element#supported-browsers Yes both Google Pay and Apple Pay are supported in Safari
it shows on stripes demo. But isn't appearing on my site. But works when using chrome.
What's the URL to your website?
its just password protected at the moment. Can I DM you instead?
sure thing one moment
Hi I've increased it to 50
@floral frigate I can also confirm its changed size in the browser
Ok, I can reproduce the same problem, no google pay is displayed in your page.
One sec, let me check something
no worries
@floral frigate just going to quickly pop out to lunch for 30 mins, i'll check back here in 30 if thats ok
Sure thing, I'll update in the thread if there's any finding
thanks mate
Did you set a maxColumns in your code (https://stripe.com/docs/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-layout-maxColumns)? If yes, can you update it to 0 or 3 and see if it makes the Google Pay button shows up?
Then it should 0 by default.
This is going to require a bit more investigation. Sorry to redirect you, but can you write in to https://support.stripe.com/contact/email with the information that you provided. We'll respond via email/ticket after looking into it further.
Find help and support for Stripe. Our support site 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.
Yeah sure thing, thanks!
@floral frigate I seem to have been able to fix this by adding: wallets: { applePay: 'always', googlePay: 'always' }
to the site. I don't believe this is the correct way it is meant to work but it is a good temp solution for me in the meantime.