#brometheus_billing-model
1 messages · Page 1 of 1 (latest)
👋 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/1276586264639836254
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Yep! It's possible to bill in arrears with the usage-based model, and just report a single unit of usage to represent that month's bill.
This is the only product that bills at the end of a billing cycle, so you'd have to integrate with it to bill in arrears: https://docs.stripe.com/billing/subscriptions/usage-based/pricing-models#:~:text=Commonly referred to as “in,the end of the period.
Is there a way to automatically add 1 usage per month?
or would I need to set up something on my side to call in to report that usage
This kind of already describes how to do that, so you should only have to specify a quantity if I understand correctly: https://docs.stripe.com/billing/subscriptions/usage-based/pricing-models?dashboard-or-api=api#fixed-fee-and-overage-model
brometheus_billing-model