#blackhole_best-practices

1 messages ¡ Page 1 of 1 (latest)

warm zincBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1232621358848933908

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

low sableBOT
gritty remnant
#

hi there!

echo jasper
#

hi

#

i want to know what is suitalbe pricing model for my app

gritty remnant
#

to me that sounds like a regular Subscription with two product/prices: Project ($3 each) and Item ($0.1 each). and you can adjust the quantity of each price when needed.

echo jasper
#

But my bussiness is more complicated than that.
When user create a new project, they must be enter number of items for this project (ex 50) and must pay immediately on 1th day in month. But in the next month if user just create 25 items on this project -> then they just paid 3$ * 1 + 25 * 0.01$ (not 3$ * 1+ 0.01$ * 50)

#

so create 2 prices with type per-seat pricing ( one for project, one for item) is not correct

gritty remnant
#

so you want the number of Project to be pre-defined and paid at the beginning of the month, but the number of item is paid at the end of the month depending on their usage?

echo jasper
#

yes