#DeliveryTiem
1 messages · Page 1 of 1 (latest)
hi! you can use the old API version, it doesn't prevent you from using new APIs that are additive
Ah fantastic @lean raven, was curious whether it would result in us having to upgrade non-ACH related business logic using the 2018 API calls (e.g. making customers, creating plans, etc.)
Thanks for the clarification on that
it doesn't require it, but you really should upgrade. It might make some of the docs hard to follow since you have to mentally translate them to your version and do more testing to understand things (for example you can use PaymentIntents on any version of the API, but on old versions some of the fields and states have different names which won't match what is in our docs https://stripe.com/docs/upgrades#2019-02-11)
That's a very good note I'll parse through the upgrades and see if it's within our scope to upgrade as we go or if we're constricted to doing the mental translation gymnastics. Hoping for the first option.