#bjbjbjbj
1 messages · Page 1 of 1 (latest)
Hi there!
You can get all balances of your account with this https://stripe.com/docs/api/balance/balance_retrieve
i get document api url is same GET
/v1/balance what is the param of balance_retrieve
There is not parameter, and in the response you will get all your balances (available, pending, connect_reserved, etc.)
i try is still not the total amount,just get me the available, pending, connect_reserved(it is 0), where i can get the real total amount
@humble furnace
What do you mean by "real total amount"?
That's probably something that you will have to compute yourself, like by adding pending and available (depending on what you mean exactly)
in my case such as available is 500,pending is 2000,reserve is 500, api return me 2000+500,but dashborad show is 3000 and reserve 500, i can not get 3000 with any api
@humble furnace
maybe you're looking at the wrong account?
correct one, because available and pending is same as dashborad, just api not get me reserve
can you share some specific details like a screenshot of the page in the dashboard, your account ID acct_xxx, and the exact JSON response from calling the balance_retrieve endpoint?
can you post the account ID acct_xxx?
account id is the same, because i just has the one and sk_live
not sure what you mean.
the account ID acct_xxx of your account is on https://dashboard.stripe.com/settings/account
please go there, copy it, and paste it here
17xxxx is not your reserves. It's your "estimated future payouts"
how can i get this number
there's no one field in the API for that amount. As far as I know, to calculate that you need to list all your status:pending Payouts and sum up their amount, and I think add your pending balance to that
what did you try exactly? what is "last pending"?
deleting your screenshot because your livemode secret key was in it.
ok then, I guess I don't know the answer to your question of how to calculate that amount, sorry!
if you can't figure it out please contact https://support.stripe.com/?contact=true for a guaranteed reply
i just want to get 17xxx in my case..
yes, I understand, I don't know how to get that though, sorry.
thx, i try to ask other one