#gabgab-subscriptions
1 messages · Page 1 of 1 (latest)
hi there! i think a tiered pricing model is what you're looking for? https://stripe.com/docs/products-prices/pricing-models#tiered-pricing
Hi,
I need linear pricing for my extras.
Is is correct to say that if my base price offer something and the extra price offer something else, then it should be 2 differents products?
Base price allow users to be on the platform. It also allow to manage one warehouse.
Then if the user want to manage more warehouses, he can pay 1 extra / additionnal warehouse.
It looks like it is this https://stripe.com/docs/products-prices/pricing-models#flat-rate-per-seat
the way i see it volume pricing provides that functionality too. For the first unit - you can charge $100, then for subsequent units, it would be charged at $30 per unit
but anyway, if you want to do standard pricing, that's fine also
either way works i.e. model 1 or model 2. But something you can keep in mind to help you decide is that coupons can only be restricted to a particular Product (and not to a specific Price) right now
so if in the future you want to be able to provide a coupon code to discount only extra warehouses, you should create the extras under a separate product
Ok thanks, I will think I will go for 2 products as it seems more flexible. Good point for the coupons. Also I could create other products to modelize other kind of extras.