#constance_api

1 messages · Page 1 of 1 (latest)

onyx sandalBOT
#

👋 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/1428401673176350782

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

tulip mountain
#

If you're talking about something with metered consumption, this is already how that kind of pricing should already work with a metered price and tiered prices

#

If you're referring to a licensed product, then you do need to have a non-zero quantity, it sounds like you might need to reshape your price or split that into two prices for a base rate and other quantity

violet jacinth
#

I want my users to be able to subscribe to my product and optionally purchase credits if they want to.
It should be possible to subscribe to my product without having to buy any credits.
I was thinking of using a volume-based price with a flat_amount for that.

So, it’s not possible to handle this with a single price, and you recommend creating two separate prices to include in the lineItems?
One licensed price for the flat_amount, and another volume-based price — is that correct?

tulip mountain
#

If "credits" are a recurring optional purchase and not a metered usage amount then yes, two prices is likely better for this

#

some kind of "membership" base price with quantity 1 and a flat rate, plus some "premium credits" or whatever you call them with quantity 0 until the customer choose to increase that

violet jacinth
#

got it ! thanks

tulip mountain
#

NP!