#charlie
1 messages · Page 1 of 1 (latest)
Stripe doesn't provide an API to get the usage records. Alternatively, you may retrieve a customer’s upcoming invoice to review usage for each subscription item: https://stripe.com/docs/api/invoices/upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Perfect! Thank you very much