#bruno_docs
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/1410920529438834770
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yep, we support that QR code flow for non-Apple browsers
You can integrate Apple Pay on a few different Stripe web surfaces: https://docs.stripe.com/apple-pay?platform=web
Checkout, Payment Element, Express Checkout Element
Nice. Do I need to do something to activate this option on payment element? If I use Google Chrome for example, the "Apple Pay" option is not rendered
Hmm, let me confirm
I'm not sure it's possible in the Payment Element come to think of it. It'll default to only the native wallet of the browser
ECE can do it, that's in Chrome
Sorry, what is ECE?
Ahh, I see ๐ค
Is it possible to combine both somehow? Using express checkout element and payment element
That might be something to consider for us
Yep! You can combine the two on one Elements instance and the wallets will move from Payment Element to ECE
You'd need to force Apple Pay to show for it to render in Google Pay: https://docs.stripe.com/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-paymentMethods-applePay
Apple Pay on desktop Chromium browsers is only supported on MacOS when its property in paymentMethods is set to always.
Full wallet/browser support for ECE: https://docs.stripe.com/elements/express-checkout-element#supported-browsers
Thanks! I will have a look at it
Also, (one last link) we talk about combining the two here: https://docs.stripe.com/payments/payment-element#combine-elements
Very helpful information ๐ I assumed Apple Pay wasn't supported at all outside of Safari or mobile devices
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Hey! I think everything is clear now from my side. Feel free to close the thread if you wish ๐ thank you very much