Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT Client billing model #4655

Open
Tracked by #1350
knolleary opened this issue Oct 16, 2024 · 1 comment
Open
Tracked by #1350

MQTT Client billing model #4655

knolleary opened this issue Oct 16, 2024 · 1 comment
Labels
area:billing Anything related to Stripe integration size:XL - 8 Sizing estimation point task A piece of work that isn't necessarily tied to a specific Epic or Story.
Milestone

Comments

@knolleary
Copy link
Member

knolleary commented Oct 16, 2024

This task is to cover the billing enablement of the MQTT Client feature #1350

This first iteration being delivered includes the ability to limit a Team Type to a given number of clients. From a billing perspective, this is the 'free' allocation that is included in the base team type cost.

Unlike our runtime billing model, which is based on realtime usage, the intended model is to allow users to pre-purchase additional 'blocks' of clients.

This task is to implement this billing model. It will require:

  1. provide an API and UX flow for a user to purchase additional client blocks
  2. track how many clients a team has purchased
  3. update the 'create client' checks to ensure usage keeps within the combined free allowance and purchased allowance
@knolleary knolleary added task A piece of work that isn't necessarily tied to a specific Epic or Story. size:XL - 8 Sizing estimation point area:billing Anything related to Stripe integration labels Oct 16, 2024
@knolleary knolleary added this to the 2.11 milestone Oct 16, 2024
@hardillb
Copy link
Contributor

I ask the following question just to get it out of my head.

What happens if a user stop paying for extra clients?

Or do they need to reduce down to included number before they can?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:billing Anything related to Stripe integration size:XL - 8 Sizing estimation point task A piece of work that isn't necessarily tied to a specific Epic or Story.
Projects
Status: Todo
Development

No branches or pull requests

2 participants