BNY Mellon · Example Payload

Account Example

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

Account 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

accountIdaccountNumberaccountNameaccountTypecurrencystatusbankCode

Example Payload

Raw ↑
{
  "accountId": "example-accountId",
  "accountNumber": "example-accountNumber",
  "accountName": "example-accountName",
  "accountType": "example-accountType",
  "currency": "example-currency",
  "status": "example-status",
  "bankCode": "example-bankCode"
}