{
"account_id": "acct_7KpQ2mNv4XbR9dLc",
"balances": [
{
"currency": "NGN",
"available_balance": "250000.00",
"pending_balance": "15000.00"
}
],
"total_balance_usd": "1375.00",
"pending_settlements_by_day": []
}Balance
The balance object
A balance snapshot across every currency an account holds, separating what is spendable now from what is still settling.
Organization balance snapshot across currencies, including spendable and in-flight amounts.
Organization ID the returned balances belong to.
Example:
"acct_7KpQ2mNv4XbR9dLc"
One balance object per currency bucket.
Show child attributes
Show child attributes
Aggregate of available and pending balances converted to USD.
Example:
"1375.00"
Upcoming settlements grouped by day. Empty when no settlements are pending. Each entry describes settlements expected to become available on a given date.
Example:
[]

