BNY Mellon · Example Payload

Fundstransferresponse Example

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

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

Top-level fields

transferIdclientReferencestatusamountcurrencydebitAccountIdcreditAccountIdvalueDatecreatedAt

Example Payload

Raw ↑
{
  "transferId": "example-transferId",
  "clientReference": "example-clientReference",
  "status": "example-status",
  "amount": 0,
  "currency": "example-currency",
  "debitAccountId": "example-debitAccountId",
  "creditAccountId": "example-creditAccountId",
  "valueDate": "2026-04-19",
  "createdAt": "2026-04-19T12:00:00Z"
}