Bank of America · Example Payload

Statement Example

BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

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

Top-level fields

statementIdaccountIdstatementDateopeningBalanceclosingBalancecurrencytotalCreditstotalDebitstransactionCount

Example Payload

Raw ↑
{
  "statementId": "example-statementId",
  "accountId": "example-accountId",
  "statementDate": "2026-04-19",
  "openingBalance": 0,
  "closingBalance": 0,
  "currency": "example-currency",
  "totalCredits": 0,
  "totalDebits": 0,
  "transactionCount": 0
}