#brettski-node-new-api
1 messages · Page 1 of 1 (latest)
HI!
There are no plans to deprecate past API versions. You can force versioning to the 2020-08-27 version if you so desire using https://stripe.com/docs/api/versioning with the v10 node SDK
That said
You can use the price_data.product_data description to achieve the same outcome: https://stripe.com/docs/payments/checkout/migrating-prices#server-side-code-for-inline-items
So overall I'd recommend upgrading
So you can change the name of the product at time of checkout, or does that change the description going forward?
...and no, sorry, didn't look at that link yet
If you use price_data then you are creating a new Price. It would rely on the Product description so you can either create a new Product (via product_data or use a current Product, via product)
Yeah, that really kills our multi-year old process. We'll need to look deep into how to change.
Using the same price code across our "events" worked very well for us to date.
Well thank you for the information, it give me go forward information.
Yep if you need to then you can version to 2020-08-27 if the upgrade isn't worth the lift
It may be, just needs time and A LOT of testing 🙂