#fannerino

1 messages · Page 1 of 1 (latest)

distant dawnBOT
fathom flicker
#

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

rare kelp
#

Yeah you'll need a newer version. This is a newer integration path

#

Let me see when it was added

fathom flicker
#

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

fathom flicker
# rare kelp Yeah you'll need a newer version. This is a newer integration path

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).

Learn how to migrate your existing integration with individual payment method Elements into a single Element.

#

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 🙏

rare kelp
#

You'll need at least 2.1.0 of react-stripe-js

#

No mode is required

fathom flicker
#

Excellent, thank you so much! I'll take a look at those docs.