#zzawaideh
1 messages · Page 1 of 1 (latest)
There isn't. You would have to sum all the charges over the lifespan of the account
Oh okay, what is the end point for getting all of the charges then?
And can I filter successful vs canceled charges?
That info if available in the Dashboard, for what it's worth. I would recommend looking at Sigma for this, as doing it via the API is going to be a bit difficult
If you must get the data via the API, then you'd want to start by getting a list of all charges and then delineating by Connect account ID: https://stripe.com/docs/api/charges/object#charge_object-application
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.