Bank of America · Example Payload

Paymentrequest Example

BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

Paymentrequest 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

paymentTypeamountcurrencydebitAccountIdvalueDatereferencememobeneficiary

Example Payload

Raw ↑
{
  "paymentType": "example-paymentType",
  "amount": 0,
  "currency": "example-currency",
  "debitAccountId": "example-debitAccountId",
  "valueDate": "2026-04-19",
  "reference": "example-reference",
  "memo": "example-memo",
  "beneficiary": "example-beneficiary"
}