#flof-subcription-metered

1 messages · Page 1 of 1 (latest)

dense stumpBOT
lunar yarrow
#

flof-subcription-metered

soft atlas
#

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)

lunar yarrow
#

That's what the article explains in details. You report usage throughout the month and we calculate/aggregate it for you

soft atlas
#

Wow, thank you very much koopajah

#

I'll do it this way, thank again