BNY Mellon · Example Payload

Paymentrequest Example

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

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

Top-level fields

paymentTypeamountcurrencydebitAccountIdvalueDatecreditorNamecreditorAccountNumbercreditorBankCodecreditorSwiftCoderemittanceInfoclientReference

Example Payload

Raw ↑
{
  "paymentType": "example-paymentType",
  "amount": 0,
  "currency": "example-currency",
  "debitAccountId": "example-debitAccountId",
  "valueDate": "2026-04-19",
  "creditorName": "example-creditorName",
  "creditorAccountNumber": "example-creditorAccountNumber",
  "creditorBankCode": "example-creditorBankCode",
  "creditorSwiftCode": "example-creditorSwiftCode",
  "remittanceInfo": "example-remittanceInfo",
  "clientReference": "example-clientReference"
}