Bank of America · Example Payload

Paymentresponse Example

BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

Paymentresponse 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

paymentIdclientReferenceIdstatuspaymentTypeamountcurrencyvalueDatecreatedAtupdatedAtstatusMessage

Example Payload

Raw ↑
{
  "paymentId": "example-paymentId",
  "clientReferenceId": "example-clientReferenceId",
  "status": "example-status",
  "paymentType": "example-paymentType",
  "amount": 0,
  "currency": "example-currency",
  "valueDate": "2026-04-19",
  "createdAt": "2026-04-19T12:00:00Z",
  "updatedAt": "2026-04-19T12:00:00Z",
  "statusMessage": "example-statusMessage"
}