#Aimer
1 messages ยท Page 1 of 1 (latest)
Hm interesting. Do you have multiple accounts or connect accounts? Wondering if you're unintentionally using the wrong API key or passing the wrong connect account id.
Ok can you share the request id and the account id
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Request id ^ and then the account id that you're looking at the balance for on the dashboard
wait
req_bDCXGa75x6AV8f
cant find request id
ok found it,
request id req_YqAzey83fxmN1S
account id : acct_1MFZa3I23ykdx5YC
I think it's because the dashboard includes pending (estimated future payouts)
The api shows currently available in one section and pending in the other
You asked why your balance is negative through the api. Are you looking at available balance? https://stripe.com/docs/api/balance/balance_object#balance_object-available That would be because that doesn't include the estimated future payouts that are shown on the dashboard
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah. Well the dashboard is also correct, but it just includes the estimated future payouts too. We itemize it
If you're looking at the available field, that is just what your current balance available to payout is
this is from dashboard
this is from api
so even if i put money in balance
theres a restriction on how much payout i can make?
Hello ๐
Taking over as codename_duchess needs to step away soon
Can you double check if you're making the API request using correct API keys? as the numbers showing up on dashboard aren't even close to what you're seeing on API level.
Can you share the raw response object that you're receiving from the API response?
my boss said he will try to change the future payout to manual
can it be that its negative because it was set to auto
could be, yes. Manual payout will accumulate the balance and reflect a positive balance
how to turn off the auto payout
In the balances window, you can click on "more" dropdown and change the payout schedule.
Also, I would suggest you reach out to our support about this as they're experts on this
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.