#sandy.nozaki
1 messages · Page 1 of 1 (latest)
Hello! We have available_on on Balance Transactions for when the funds will become available in your Stripe balance: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on
Once funds are available you can pay them out. Payouts have an arrival_date: https://stripe.com/docs/api/payouts/object#payout_object-arrival_date
how about the amount tho
The amount of what?
Sorry, I'm not sure I understand. Where are you seeing "future payout and in transit to bank"?
on the connected accounts balance activity
we want to show those details on our side as well for our vendors
We don't have a direct API mapping available for those values. The closest would be the afoementioned totals of Payouts in flight and also the Balance object: https://stripe.com/docs/api/balance
hmm
can you verify if these formulas are correct?
Total balance = Future payouts + In transit to bank
Future payouts = Available to pay out + Available soon
I can't, no. This server is focused on developer/code/API questions. If you need help with the Dashboard you should contact Stripe support: https://support.stripe.com/contact/email
ok then next question
when we query a balance we receive the following values: available, instant available, and pending
is the instant available equaled to the total balances? and is the future payouts the sum of available and pending?
hopefully you can answer but let me know if i need to revert to support
No. Those properties are documented here: https://stripe.com/docs/api/balance/balance_object#balance_object-available
ok thank you