#smilelari-spent-month-customer
1 messages ยท Page 1 of 1 (latest)
๐ I don't think there's an endpoint that would return this specific information.
You likely want to list all charges by the customer ID and calculate monthly spend on your end
https://stripe.com/docs/api/charges/list#list_charges-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great. Thank you