#antonio-giano_api

1 messages ยท Page 1 of 1 (latest)

sacred nestBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1247167725512429670

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

vernal stone
#

Hi, let me help you with this.

#

can only retrieve the available balance
How are you doing it now?

tidal sinew
#

of course i meant for connected account

vernal stone
#

Do you get the pending balance too?

tidal sinew
#

Yes, but i meant for the total balance. So, it should consider not only the available funds on the stripe platform but also those trasferred to the bank

vernal stone
#

I don't know how Dashboard calculates the total balance, but I assume it's pending + available.

tidal sinew
#

Pending, however, refers an other context. It refers the pending transactions. In fact, recovering the balance of a connected account, i have the pending quantity fixed at 0

pure siren
#

Hi there ๐Ÿ‘‹ jumping in as my teammate needs to step away soon.

So, it should consider not only the available funds on the stripe platform but also those transferred to the bank
We don't track the funds that have left the Stripe Account's balance, only the funds that are in it and on the way to it. If you'd like to track funds that have left the account as well, you will need to build logic to either track or calculate that.

tidal sinew
#

Got it. So the logic used by the dashboard is to do the sum of transfers, I guess?

pure siren
#

I'm not too sure. We focus on helping developers with the API in this forum, we aren't too familiar with everything in the dashboard though.