#Amer Bearat - Account Balance
1 messages · Page 1 of 1 (latest)
@high verge no way to retrieve total balance ?
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.
{
"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