#rjt
1 messages · Page 1 of 1 (latest)
Hi there!
I see there's a balances endpoint that has available, pending, and instant_available, but I'm not sure how those reconcile w/ the above image
"Future payouts" should map with pending, while "In transit to bank" refers to any payouts in flight
so that would map to the status of a payout object for a given account: https://stripe.com/docs/api/payouts/object#payout_object-status
So I would have to get all the payouts w/ that status and sum them?
as for "Debit negative balances", this is an attribute of an account's payout settings: https://stripe.com/docs/api/accounts/object#account_object-settings-payouts-debit_negative_balances
So I would have to get all the payouts w/ that status and sum them?
You could but, taking a step back, what are you trying to solve for exactly?
I literally need to show those three values on a different dashboard 😅