BNY Mellon · Example Payload

Transaction Example

example-description

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

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

Top-level fields

transactionIdaccountIdamountcurrencydebitCreditdescriptionreferenceNumbervalueDatebookingDatestatus

Example Payload

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