#multi-thread
1 messages · Page 1 of 1 (latest)
yup! You would just list all balance transactions: https://stripe.com/docs/api/balance_transactions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh cool, I might be totally blind, but where would I specify for which connected account?
You would make the call as the account: https://stripe.com/docs/connect/authentication
Essentially saying "hey, pretend I'm my Connect account instead of my platform account" when the call is made by providing stripe_account='{{SOME_CONNECTED_ACCOUNT_ID}}' in your API call