#eoghanobrien
1 messages · Page 1 of 1 (latest)
Yeah, Plans was the previous implementation: https://stripe.com/docs/api/plans. They were replaced by Prices and Products, which are more customizable and feature-rich.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Right, but any insight into the deprecation schedule for plans? Is it possible to use that plan param in the latest api versions too?
It's backwards compatible and there aren't any deprecation plans as far as I can tell. If any come about in the future, Stripe will usually set up an email campaign to surface questions from people who are migrating off of the deprecated tech.
If you're building net-new functionality, you should just use Prices though