#fabiano-connect-payouts
1 messages · Page 1 of 1 (latest)
Hello! What type of connected accounts are you using?
Custom
Hmm...
I don't think this info would be in Sigma.
I think your best bet would be to use the API to get the balance from each connected account: https://stripe.com/docs/api/balance
fabiano-connect-payouts
I thought about that, but this means making multiple calls to balance API right? I have around 14,000 connected accounts, so that would mean 14,000 requests to that endpoint :/
I would like to avoid that
Can you tell me more about your use case? Like, do you need the info in realtime, or would a delay be okay?
Well, for now, I need to grab that info for an initial report. In the future, I may need to get this info updated, not necessarily in real time. I think a delay would be acceptable.
Maybe one of the Balance reports? https://stripe.com/docs/reports/balance
The reason for this is, I want to know about people who are "forgetting" money on their connect accounts, so I would warn them about it, or even initiate a payout on their behalf to their bank accounts.
Does it look like those reports may be of help?