#Scott-connected-account-volume
1 messages · Page 1 of 1 (latest)
Hello! There's no one specific endpoint, no. What kind of connected account are they?
So it's just using Stripe Connect Accounts. I'd like to be able to display to my users the total volume their account has had.
Right now I am getting a list of balance transactions and adding up the net
Right, but are they Express or Standard accounts?
Express
That's basically the only way, yes
However the max limit is 100 correct?
Correct, you'd need to paginate through the requests, which our libraries help with: https://stripe.com/docs/api/pagination/auto
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.