#cian54
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
There's a few questions 😅
What are you trying to do actually?
I want the users in my app to have more access, let see I have a certain number o item a user can create in my app using basics subscription, I want user to be able to buy more place as form of package like 10, 50, 100,... and be added to the user subscription while the recurrent total price payed by the user each month is the original subscription price + the pack of choice.
You can see here how to upgrade/downgrade the Subscriptions: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
it is not just a simple upgrade it is adding more items to the subscription if needed.
There's a per-seat pricing model with flat rate: https://stripe.com/docs/products-prices/pricing-models#usage-based-pricing
You will need to update the quantity.
and the price of items? like if the quantity is under 10 the price is *1 if it is more the price of items is *.5
You can use the Graduated pricing for this: https://dashboard.stripe.com/test/products/create
I understand thank you
Happy to help!