#fannerino
1 messages · Page 1 of 1 (latest)
Totally unrelated but... was Stripe dev help on ICQ or something a few years ago? I vaguely remember accessing that when I was working elsewhere lol
We used to be on IRC
Yeah you'll need a newer version. This is a newer integration path
Let me see when it was added
RIGHT okok yeah I didn't grow up using either so it was just "3 letter comms starting with I", haha so I'm not imagining things
That makes a ton of sense, thanks! I was trying to follow this doc (https://stripe.com/docs/payments/payment-element/migration?integration-path=future) to migrate from using a Card Element to PaymentElements.
I have some confusion about if I still need to add the mode field (and/or other fields in the options) if I already plan on having a SetupIntent? The reference docs seemed to specify that I only needed mode if I didn't have an intent already, but the guide included it in the example (https://stripe.com/docs/payments/payment-element/migration?integration-path=future#recurring-update-elements-instance).
And a version would be great, thank you! I'll have to bring it up to the team that owns that part of our codebase to see what our update plan is 🙏
You'll need at least 2.1.0 of react-stripe-js
If you have a setupintent, you should use this guide: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements
No mode is required
Excellent, thank you so much! I'll take a look at those docs.