#Amer Bearat - Account Balance

1 messages · Page 1 of 1 (latest)

high verge
#

Hi the Balance returned will always be the available balance AFAIK

queen wraith
#

@high verge no way to retrieve total balance ?

high verge
#

The total balance shown on the Dashboard includes funds that are not actually credited to your account yet. The API call will only return the funds actually on your account balance.

queen wraith
#

{
"object": "balance",
"available": [
{
"amount": 360,
"currency": "usd",
"source_types": {
"card": 360
}
}
],
"instant_available": [
{
"amount": 450,
"currency": "usd",
"source_types": {
"card": 450
}
}
],
"livemode": true,
"pending": [
{
"amount": 90,
"currency": "usd",
"source_types": {
"card": 90
}
}
]
}

#

i do see the total

#

instant_available

high verge
#

Right, sorry.

#

I need to test that API out more often