Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vincent15000's avatar

Plan subscription and Stripe

Hello,

Hmmm ... what's the best approach ?

For the same SaaS, I have different plans : plan A, plan B and plan C.

Are these plans differents products or the same product with different prices ?

Thanks for your answer ;).

V

0 likes
2 replies
imrandevbd's avatar

Hey Vincent,

Definitely go with One Product -> Multiple Prices.

Having architected a few different SaaS platforms over the years, this is the standard and most scalable approach. If Plan A, B, and C are just feature tiers of the exact same application, Stripe is perfectly designed to handle them as distinct recurring Prices attached to a single Product.

1 like
vincent15000's avatar

In this cas, how is it possible to display the features for each price ?

Stripe doesn't have any way to give details on prices, it's just possible for products.

So the details for each price can only be defined in the application and not in Stripe ?

Please or to participate in this conversation.