#JoeAdroit

1 messages · Page 1 of 1 (latest)

eager creekBOT
weary marlin
#

Errors:

karmic fiber
weary marlin
#

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?

karmic fiber
#

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?

weary marlin
#

When they call in, I've suggested, but they're on older OS that maxes out at that version

#

So, node is my only option?

#

There's no older Stripe.js file that I could use for older browsers?

karmic fiber
#

Hmmmm, I'm not sure. Let me check

weary marlin
#

Going to give this a try

karmic fiber
#

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.

weary marlin
#

I see. Or a Node app which prob. isn't worth the work

karmic fiber
#

Yeah, exactly. A new Node app with a new Stripe integration using completely different Stripe tech/products