#stefanmoona - Get Account Balance
1 messages · Page 1 of 1 (latest)
Hi. This should get you what you need: https://stripe.com/docs/api/balance/balance_retrieve
I saw that, but what I want to do is actually get the balance information on other accounts (not my account)
the one under connected accounts in the dashboard
the balance information
This section of the docs explains how you can do it with the retrieve balance API call. You'll pass in the connected account ID. https://stripe.com/docs/connect/account-balances#accounting-for-negative-balances
ah must have missed that sorry. Thank you for the help