#ricc
1 messages · Page 1 of 1 (latest)
Hello! I recommend you have a look at our pricing model docs here which explain how to model that pricing in Stripe: https://stripe.com/docs/products-prices/pricing-models
I've read through the docs and since I'm still unsure I wanted to ask here. Do I need 1 product or 2 products?
You need two Prices. They can be under the same Product or two separate ones; that's up to you. If both Prices are for the same thing they should be under the same Product.
Thanks! I have 2 fixed prices in one product with monthly and annual billing. The additional usage-based price shall only be optional. If I add the price under the same product, then the customer will see the price to change in the customer portal, right?
No, the Portal has some limitations when it comes to things like usage-based billing: https://stripe.com/docs/customer-management#customer-portal-limitations
Ah that's interesting, thanks! Last question: How can I give my customers the option in the customer portal to subscribe to an additional usage-based price in addition to their existing fixed subscription price?
You can't. The Customer Portal doesn't support usage-based bIlling beyond canceling existing usage-based Subscriptions.
Got it! Thanks a lot for your help! Have a nice evening 🙂