Payment Creation Request in JSON Format

The following code snippet illustrates how the tags should be nested while receiving the payment creation request in the JSON format:

{
    "C1-CreatePaymentService":
    {
        "accountNumberPayee": "",
        "accountNumberTypeCdPayee": "",
        "divisionCodePayee": "",
        "matchType": "",
        "matchTypeValue": "",
        "statementId": "",
        "currencyCd": "",
        "paymentDt": "",
        "sourceSystem": "",
        "externalTransactionId": "",
        "externalSourceId": "",
        "tenderList":
        [
            {
                "tenderType": "",
                "tenderCurrency": "",
                "tenderAmount": ,
                "checkNumber": "",
                "payorAccount": "",
                "accountNumber": "",
                "accountNumberTypeCd": "",
                "divisionCode": "",
                "micrId": "",
                "externalReferenceId": "",
                "name": "",
                "paymentTenderCharacteristic":
                [
                    {
                        "characteristicType": "",
                        "characteristicValue": ""
               }
                ],
           "paymentTenderCharacteristic":
                [
                    {
                        "characteristicType": "",
                        "characteristicValue": ""
                    }
                ]
            }
        ],
     "tenderList":
       [
           {
               "tenderType": "",
               "tenderCurrency": "",
               "tenderAmount": ,
               "checkNumber": "",
               "payorAccount": "",
               "accountNumber": "",
               "accountNumberTypeCd": "",
               "divisionCode": "",
               "micrId": "",
               "externalReferenceId": "",
               "name": "",
               "paymentTenderCharacteristic":
               [
                   {
                       "characteristicType": "",
                       "characteristicValue": ""
                   }
               ]
           }
       ],
       "paymentCharacteristic":
       [
           {
               "characteristicType": "",
               "characteristicValue": ""
           }
       ],
       "paymentCharacteristic":
       [
          {
              "characteristicType": "",
         "characteristicValue": ""
     }
       ]
   }
} 

Related Topics

For more information on... See...
Payment Creation Response in JSON Format Payment Creation Response in JSON Format
Payment Creation Request and Response - Attribute/Value Pairs in JSON Format Payment Creation Request and Response - Attribute/Value Pairs in JSON Format
Sample Payment Creation Request and Response in JSON Format Sample Payment Creation Request and Response in JSON Format