#ThinkPad
1 messages ยท Page 1 of 1 (latest)
Hi there
๐
So there is a 5 minute window after the end of the billing period where you can still report usage. See: https://stripe.com/docs/billing/subscriptions/usage-based#report
Mostly though you want to just batch your usage reporting so you don't make so many API requests
And you don't need to report every hour, just within the 5 minutes after end of billing period
I saw that but from my understanding it only work with "sum" metering and not "set" ?
oh, but if I only report once I don't care it's in "sum" mode ๐ค
Guess all I needed was a rubber duck ๐
Thank you!
Is there also a 5 minute window for the customer.subscription.deleted event ?
Hmm I'm actually not sure. I don't think so, but should be pretty easy to test.