BNY Mellon · JSON Structure

Paymentresponse Structure

Type: record Properties: 0
Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

Paymentresponse Structure is a JSON Structure definition published by BNY Mellon. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/bank-of-new-york-mellon/json-structure/paymentresponse-structure.json",
  "title": "PaymentResponse",
  "type": "record",
  "members": [
    {
      "name": "paymentId",
      "type": "string",
      "description": ""
    },
    {
      "name": "clientReference",
      "type": "string",
      "description": ""
    },
    {
      "name": "status",
      "type": "string",
      "description": ""
    },
    {
      "name": "paymentType",
      "type": "string",
      "description": ""
    },
    {
      "name": "amount",
      "type": "number",
      "description": ""
    },
    {
      "name": "currency",
      "type": "string",
      "description": ""
    },
    {
      "name": "valueDate",
      "type": "string",
      "description": ""
    },
    {
      "name": "createdAt",
      "type": "string",
      "description": ""
    },
    {
      "name": "statusMessage",
      "type": "string",
      "description": ""
    }
  ]
}