#gabrielarghiretapptitude_40899

1 messages · Page 1 of 1 (latest)

cosmic frigateBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

wispy kayak
#

Hi
What are the alues you are seeing in the API ? and what is the Account Id acct_...?

sharp portal
#

acct_1OJuCFQiio2HEkqR

#
balance [
  {
    amount: 31145369,
    currency: 'usd',
    source_types: { card: 31145369 }
  }
]
#

Maybe it is related to money movement?

#

But I suppose it should be substracted

#
balance {
  object: 'balance',
  available: [ { amount: 31145369, currency: 'usd', source_types: [Object] } ],
  instant_available: [ { amount: 0, currency:
 'usd', source_types: [Object] } ],
  livemode: false,
  pending: [ { amount: -31145369, currency: 'usd', source_types: [Object] } ]
}
#

Should I use the instant_available property instead of the available?

wispy kayak
#

Thanks for sharing this, checking...

sharp portal
#

You're welcome!

wispy kayak
#

The sum of available and pending is 0, that's why you are seeing 0$ in your dashboard, which is the result

sharp portal
#

I see

#

I have made an order and I see that the money are added to the instant_available
And until the daily payouts of stripe I think this is the property I should use.

Thank your for the help!