#nobodylovesm3-subs
1 messages · Page 1 of 1 (latest)
heya @sweet jetty! Yes, we do support the ability to price on quantity, you can take a look here at the pricing models we support : https://stripe.com/docs/billing/subscriptions/example
yes, you can have different products / prices : https://stripe.com/docs/billing/prices-guide
regarding the different products - if we have let's say 10 products and 2 applications- can i configure which plans are visible per application? for example for application 1 - product 1,2,3,4,5,6,7 and for application 2 - product 8,9,10
that would be a restriction you would implement on your frontend i'd imagine
currently the frontend is using the customer portal/dashboard - we'll have to create a restriction there, i suppose?
and also about the quantity - since we're trying to make a plan that bills the person based on actions (for example 10 visits on specific address, 5 edits only and so on - is this possible to be adjusted in a single plan or is this supported?
(that's what i meant by the meter billing but i guess i didn't explain myself better 😄 )
aaah, okay, let me verify whether it's possible using the customer portal
The Customer would need to be already subscribed to a particular product before using the Customer portal to upgrade/downgrade a Price. So it's definitely something you manage on your own app, not on the Customer portal
regarding your question on meter billing, you're planning to group all the actions together? or each type of action is charged a different price?
i think we'll be trying to group all the actions together but it might change to the 2nd one u mentioned - each type of action on a different price
grouping all the actions together is pretty straightforward. If you charge differently for each type of action, i think you're going to subscribe the user to several different products e.g. product_a for visits, product_b for edits etc
i see, thanks ^^