#miketimturner - metered billing
1 messages · Page 1 of 1 (latest)
No, that's not how usage records work. You'll need to specify the usage for each billing cycle. The idea is it's an accurate reflection of the use of your product/service
In my application I am billing per user so when a new user is added the usage is reported. Does this sound like the best approach or would you recommend something else?
Yeah, you would just need to keep track of the number of users and create a usage record at the start of each billing period based on that number.
Is there a Web hook for new cycle?