Payment Creation Response in JSON Format

The following code snippet illustrates how the tags are nested while sending the payment creation response in the JSON format:

{
    "C1-CreatePaymentService":
    {
        "accountNumberPayee": "",
        "accountNumberTypeCdPayee": "",
        "divisionCodePayee": "",
        "matchType": "",
        "matchTypeValue": "",
        "statementId": "",
        "paymentDt": "",
        "tenderList":
        [
            {
                "tenderType": "",
                "tenderCurrency": "",
                "tenderAmount": "",
                "checkNumber": "",
                "payorAccount": "",
                "micrId": "",
                "externalReferenceId": "",
                "paymentTenderCharacteristic":
                [
                    {
                        "characteristicType": "",
                        "characteristicValue": ""
                    },
                    {
                        "characteristicType": "",
                        "characteristicValue": ""
                    }
                ]
            },
            {
                "tenderType": "",
                "tenderCurrency": "",
                "tenderAmount": "",
                "checkNumber": "",
                "payorAccount": "",
                "micrId": "",
                "externalReferenceId": "",
                "paymentTenderCharacteristic":
                {
                    "characteristicType": "",
                    "characteristicValue": ""
                }
            }
        ],
        "paymentCharacteristic":
        [
            {
                "characteristicType": "",
                "characteristicValue": ""
            },
            {
                "characteristicType": "",
                "characteristicValue": ""
            }
        ],
        "paymentsDtls":
        {
            "paymentEventId": "",
            "paymentId": "",
            "messageValue": "",
            "paymentStatusDesc": "",
            "paymentStatus": ""
        }
    }
} 

Related Topics

For more information on... See...
Payment Creation Request in JSON Format Payment Creation Request 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