#Pete100
1 messages · Page 1 of 1 (latest)
Hi there, what do you mean by resetting a subscription? do you mean renewal?
correct. It auto-renews
OK. And what do you mean by reset the user's usage? are you using the usage reporting API https://stripe.com/docs/billing/subscriptions/usage-based#report ?
We are not using stripe's usage based billing because of our custom usage logic. Instead, we are using "recurring usage"
OK, you can listen to invoice.created event, this invoice tell you when a new billing cycle starts.