BNY Mellon · Example Payload

Fundstransferrequest Example

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

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

Top-level fields

amountcurrencydebitAccountIdcreditAccountIdvalueDatememoclientReference

Example Payload

Raw ↑
{
  "amount": 0,
  "currency": "example-currency",
  "debitAccountId": "example-debitAccountId",
  "creditAccountId": "example-creditAccountId",
  "valueDate": "2026-04-19",
  "memo": "example-memo",
  "clientReference": "example-clientReference"
}