#Josh.P
1 messages · Page 1 of 1 (latest)
It would be the same as if you do analytic with your own account, but with the Stripe Account header to the connected account
Have you tried the Report API, and Balance Transactions .... with stripe account header?
I have not.. The only thing I tried so far was pulling charges with the stripe account header, but it limited me to 100 charges per pull.. So that wouldnt work as im trying to show how much someone has made over any given period of time.. So if they want to see analytics for the past month, and they have lets say 1000 charges, i would have to pull that 10 times just to add up all the charges to display how much they made
Will the analytics or report API allow me to do somthing like this?
I believe yes, but you would want to try. Btw the API returns 100 is because it's paginated. You have https://stripe.com/docs/api/pagination/auto to get around that limit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Gotcha. I'll check out the things you suggested and see if that works out for me. I appreciate your help!
Sure good luck!
Would it be possible to provide me a link for the API for analytics?
Thank you!