#rahlok
1 messages · Page 1 of 1 (latest)
I am actually not seeing Firefox as a supported browser for Link in our PRB docs. I am a bit surprised by that so I will confirm with my colleagues that this is not supported and get back to you https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html
Ok, thank you!
It looks like Link is not supported in button form in Firefox at the moment. We are working on supporting it in future but for now Link won't appear as an option for the PRB or the Express Checkout Element in Firefox
Ok, good to know. Thank you. What would you recommend for Firefox users who don't have Apple or Google Pay setup? Bear in mind I already have Payment Request Button set up.
Good question, is your page just the PRB at the moment? Does it also have the Payment Element or something similar?
It's just PRB atm, I believe, I'm happy to show you the component code if that would help.
Hello! I'm taking over and catching up...
Hello!
There is no fallback for the Payment Request Button in Firefox. You would need to show something like the Payment Element instead to have your customers provide payment details.
Ok
Would I need any more server side code? I have my create-payment-intent endpoint set up already
I recommend you have a look at the Express Checkout Element, which is the newer replacement for the Payment Request Button. It still has many of the same limitations when it comes to Firefox, but if your account supports PayPal that will be shown as an option in Firefox: https://stripe.com/docs/elements/express-checkout-element
If you have the Payment Request Button working you may not need to change anything server-side, but it depends on your integration.
Ok great. I'll give the new option a run and come back to Stripe Support if I have an issue.