BNY Mellon · Example Payload

Paymentresponse Example

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

Paymentresponse 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

paymentIdclientReferencestatuspaymentTypeamountcurrencyvalueDatecreatedAtstatusMessage

Example Payload

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