#rush-checkout-stripejs

1 messages · Page 1 of 1 (latest)

bold nimbus
#

You can't bundle it and have to load it from our server. It's unlikely to be Adblock, we'd know.

#

You don't really need to redirect client-side and I recommend redirecting from your server as it's a lot easier as an integration path now. The Session resource has a url property

spice vigil
#

Well, I do see this error in our codebase being triggered.

bold nimbus
#

that way you avoid any JS issue

#

that error could be because they have a network issue for example or because Stripe.js took a while to load and you didn't wait for it to be ready?

bold nimbus
#

still load Stripe.js client-side, it's good for fraud detection

#

but in that case it's fine if it didn't load in some cases!

spice vigil
#

so client-side Stripe.js would put something in cookies that'd propagate to the checkout flow or smth?

bold nimbus
#

yeah it's not really cookies but yes

spice vigil
#

makes sense, thanks!

spice vigil
#

I am sure it's a nice data mining opportunity for you 😄 (of course for the benefit of all too)

#

I mean, everybody loading stripe.js

#

anyway, thanks for your help!