#flof-subcription-metered
1 messages · Page 1 of 1 (latest)
Exactly what i was looking for, thank you.
Just one quick question, supposing I want to bill users monthly, should I run the following call only once monthly:
await stripe.subscriptionItems.createUsageRecord(
Or there's a way I can execute this multiple times and Stripe sums and groups all the call, before the final billing (at the end of the month)
That's what the article explains in details. You report usage throughout the month and we calculate/aggregate it for you