addison
addison
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Chandra on 6/6/2024 in #questions
How can we implement the /user/month plan for team.
they recommend using a queue of some kind, however say that you could do it as they come in if you want (however, rate limits might be an issue)
6 replies
TTCTheo's Typesafe Cult
Created by Chandra on 6/6/2024 in #questions
How can we implement the /user/month plan for team.
usage based pricing model, and the stripe api allows you to record usage, you just have to send a request to their api with the usage, docs here https://docs.stripe.com/billing/subscriptions/usage-based/recording-usage
6 replies