#JoeAdroit
1 messages · Page 1 of 1 (latest)
Errors:
Not sure how old or which browser, but stripe.js only supports technology mentioned here: https://stripe.com/docs/js/appendix/supported_browsers
Figured it was just not supported. For some reason I've been having customers on Chrome 49 more lately which is 2016 release. I'm wondering what options I have if I want to offer Stripe to them
Node app?
That would likely be fine. Most other Stripe technologies would work on older browsers, but you'd obviously have to build out an additional integration for those folks. Could you alternatively detect their browser version and prompt them to update their browser?
When they call in, I've suggested, but they're on older OS that maxes out at that version
Verified on BrowserStack, Chrome will not work with even Stripe example page:
https://stripe.com/docs/payments/payment-element
So, node is my only option?
There's no older Stripe.js file that I could use for older browsers?
Hmmmm, I'm not sure. Let me check
Okay, so unfortunately it is impossible to use old version of stripe.js. There's no "old versions of Stripe.js" you always have to load the latest from our servers.
So the best path forward is to detect old browser versions and prompt them to update.
I see. Or a Node app which prob. isn't worth the work
Yeah, exactly. A new Node app with a new Stripe integration using completely different Stripe tech/products