#jbrappel - pricing page
1 messages · Page 1 of 1 (latest)
sure, this is the link : https://stripe.com/docs/billing/subscriptions/overview#pricing-page
Ah I see. So that's just saying you will have a page with all of your plans on it, so that the customer can select the tier they want (each plan corresponding with a different product behind the scenes).
Here is a code sample of what they're talking about: https://github.com/stripe-archive/charging-for-multiple-plan-subscriptions
Ah I see we've deprecated that repo, so I wouldn't rely on it too much. But it's just to demonstrate what that pricing page means
thanks! I'll give it a look