#kikhm2022 - metered billing
1 messages ยท Page 1 of 1 (latest)
hey there, I'm not sure metered billing is the best fit here
To answer your question: you could do this, but it requires splitting into two subscription items, and you can't assign a custom label.
You should use the model that work for your business, but this seems like it might be a better fit for a monthly price & prorations
I trust you know your business though, so if you say thats not a fit then so be it ๐
But usage it's aggregated as the subscription item level.
Thanks so much for the answer. So in this case are you saying in order to have a breakdown at the client level with metered billing, we would need to have the subscriptions at the client level? In the meantime I'll take a closer look at price and proration.
Yes that's right -- it's not possible to have two usage totals within a single subscription item
Got it. Thanks again!
https://stripe.com/docs/billing/subscriptions/multiple-products to see how two subscriptions items is used ๐
NP!
Thanks for the link there. Helpful! We are thinking that our product will be something like "$10 / user / month" and a coach will have multiple line items for that product...each corresponding to a different client. Can we "item" to denote the clients?
Hello! I'm taking over... what do you mean by "item" in your last question?
I'm looking at this link: https://stripe.com/docs/billing/subscriptions/multiple-products
I'm generally wondering how we could create itemized billing for a coach subscription that includes the usage or number of active days for each client
i want to create a line item for each client
You would need to create a different Product for each client then, yep.
I see.
So clients would need to be different products, but they could have a common pricing scheme.
like $10 / month
which could then be prorated
What do you mean by "common pricing scheme?" You can certainly have various Products that have similar Prices, but multiple Products can't share the same Price.
To clarify, you want the Invoice to have line items like "Pearl - 15 days" and "Steven - 30 days" where the 15 and 30 days are metered quantities, right?
Sorry, got called away. You are correct about the line items.
No worries!
Yeah, you would need separate Products (one for Pearl, one for Steven) and each Product needs a Price to define how to bill for it.
And then you can use either metered or licensed billing, whatever makes sense for your use case.
Ok
hmmm
The thing that gives me pause with that approach is that we do want to have a common price (that is specified globally) for all clients. E.g. a client should cost $10 / month.
and if we change that at some later date, we want to make the change in one place so that it applies to all clients.
Once a Price is created its amount cannot be modified, so you can't do that regardless.
You would need to update the existing Subscriptions with new Prices that define the new amount.
No, a Price is a child of a single Product. You cannot have a single Price associated with multiple Products.
i see
ok, i think i understand the constraints we'll discuss internally. thanks a lot for your help Rubeus!
No problem!
Some links that might be useful as well:
- Products and prices guide: https://stripe.com/docs/billing/prices-guide
- Common pricing models: https://stripe.com/docs/billing/subscriptions/examples