#plim
1 messages · Page 1 of 1 (latest)
Got it. Thanks!
We updated the code on our end to record the usage record POST response body on our end, every time we send a usage_record.
But we need a way to find all the previous usage records, and it looks like the only way to do that right now is to go to developer logs and iterate until we find the ones we need?
Hmm yeah overall that is the only way to specific usage POSTs
You can list sub items via period to see usage: https://stripe.com/docs/api/usage_records/subscription_item_summary_list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But that may not be what you want
Yeah, I saw that already and that doesn't do what we need.
We'll figure out a way around this right now, but it would still be nice to have this at some point in the future (ability to do GET /logs?filteres... via api)