Bank of America · Example Payload

Transaction Example

example-description

BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

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

Top-level fields

transactionIdaccountIdtypeamountcurrencydescriptionreferenceNumbervalueDatepostDatestatus

Example Payload

Raw ↑
{
  "transactionId": "example-transactionId",
  "accountId": "example-accountId",
  "type": "example-type",
  "amount": 0,
  "currency": "example-currency",
  "description": "example-description",
  "referenceNumber": "example-referenceNumber",
  "valueDate": "2026-04-19",
  "postDate": "2026-04-19",
  "status": "example-status"
}