#rush-checkout-stripejs
1 messages · Page 1 of 1 (latest)
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
Well, I do see this error in our codebase being triggered.
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?
oh this is a good idea.
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!
so client-side Stripe.js would put something in cookies that'd propagate to the checkout flow or smth?
yeah it's not really cookies but yes
makes sense, thanks!