#slobodan.loncar
1 messages · Page 1 of 1 (latest)
Hi 👋 did you try using set as the action for the Usage Records that you create? I think that sounds like it would align with what you're describing.
https://stripe.com/docs/api/usage_records/create#usage_record_create-action
That needs to be used in conjunction with setting the recurring.aggregate_usage to a supported value when creating your Price object:
https://stripe.com/docs/api/prices/create#create_price-recurring-aggregate_usage
Thank you Toby. I have used 'set' but it did not work. So will try recurring.aggregate_usage using 'last_ever'