#miketimturner - metered billing

1 messages · Page 1 of 1 (latest)

normal pulsar
#

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

dapper osprey
#

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?

normal pulsar
#

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.

dapper osprey
#

Is there a Web hook for new cycle?

normal pulsar
#

There is a webhook for upcoming invoice that can alert you to when a new billing cycle is about to occur.

#

As well as the invoice.sent and other invoice related events