#Nicolas Mille
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I believe they can use the Retrieve Balance API
https://stripe.com/docs/api/balance/balance_retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We already use this balance since we retrieve Available, Connect_reserved and Pending balances
But the amount "currently on the way to your bank account" is not taken into account in those balances
Do you make available this business object on the API ?
If it isn't in the balances endpoint, I am guessing you can see it by retrieving payouts on your account.
Can you try listing your payouts with a status of pending? https://stripe.com/docs/api/payouts/list#list_payouts-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is what I was looking for I guess! We could link the payout to better compute the account balance
Thanks a lot for you quick help!
Awesome! Glad we could help