Bank of America · Example Payload

Balance Example

BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

Balance Example is an example object payload from Bank of America, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdledgerBalanceavailableBalancecollectedBalancecurrencyasOfDate

Example Payload

Raw ↑
{
  "accountId": "example-accountId",
  "ledgerBalance": 0,
  "availableBalance": 0,
  "collectedBalance": 0,
  "currency": "example-currency",
  "asOfDate": "2026-04-19T12:00:00Z"
}