#alpamayo - metered subscription
1 messages · Page 1 of 1 (latest)
Hi there!
You can get a summary of the usage record with https://stripe.com/docs/api/usage_records/subscription_item_summary_list?lang=node
This is about SI, is there the reversed logic according to a metered price ?
price xxx --> for june, sum € generated ?
Oh I see! Unfortunately we don't have an endpoint for this.
So you would need to list all subscription for a given price using https://stripe.com/docs/api/subscriptions/list, and then for each subscription retrieve the summary of usage record (as I mentioned in my previous message)
I see, thanks !