Bank of America · Example Payload

Account Example

BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

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

Top-level fields

accountIdaccountNumberaccountNameaccountTypecurrencyroutingNumberstatusopenDate

Example Payload

Raw ↑
{
  "accountId": "example-accountId",
  "accountNumber": "example-accountNumber",
  "accountName": "example-accountName",
  "accountType": "example-accountType",
  "currency": "example-currency",
  "routingNumber": "example-routingNumber",
  "status": "example-status",
  "openDate": "2026-04-19"
}