#Dan (ClassFit) - Payouts
1 messages · Page 1 of 1 (latest)
Hello! When you retrieve this account's balance using the Balance API what do you see? Does it show a positive available balance and no negative pending balance?
Is this thread now private - can I share client details?
This thread is not private.
This is a public Discord server and everyone will be able to see your messages.
OK
I'll keep the info less personal then
Available soon balance is negative. No idea what can lead to this
Yeah, the Dashboard is not going to be useful here. Can you retrieve the balance via the API?
Stripe support thought it was a bug.
The API will show you more detail than the Dashboard.
Including balance types.
Can you tell me how to do that?
This is the documentation for retrieving the balance using the 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.
I'm jumping in as support - I'll likely need to ask our devs to get this for you tomorrow when they are back in. Just trying to do this quickly as she wants the money before Christmas and I wanted to help
So there's nothing I can get you from our Stripe account as a non-dev?
Or nothing you can see if I give you her Stripe ID?
No, this is a public server and I can't verify your identity.
My guess is one of the following is the problem:
- There's a negative pending balance
- There aren't enough funds available in the associated
source_type
You can confirm both of those by fetching the balance from the API.
How does one get a negative pending balance - with minimal refunds having been issues (around $40 only).
The balance has £374 available to payout. can you clarify what you mean by the source type?
I can't speculate on the negative pending balance, but Stripe account balances are separated into different source types. Typically most funds go into the card balance (it's named "card" for legacy reasons), but some funds also go into other balances, like a bank_account balance for ACH funds for example.
This is an express account. We only take any payments via debit/credit card. There is no wire/ACH options etc.
I'm not sure what might be causing the problem, but the next step is to get the balance details from the API.
OK will do thanks