#youweilu_29767_76331
1 messages · Page 1 of 1 (latest)
Hello
We really don't know anything about the Dashboard here as we just focus on the API. Can you explain exactly what you are trying to do? You want the total amount of Charges per Customer?
Yes, I'd like to know the total charges amount and numbers to a customer
Gotcha then you want to use the List Charges API and filter using the Customer param: https://docs.stripe.com/api/charges/list#list_charges-customer
You can list Customers before that using https://docs.stripe.com/api/customers/list and then loop through each one to list their Charges
Ya
There is information here: https://docs.stripe.com/api/pagination
But yeah each List request will contain has_more as a property in the response