Payment View Response in JSON Format

The following code snippet illustrates how the tags should be nested while sending the payment view response in the JSON format:

{
    "C1-ViewPaymentService":
    {
       "accountIdentifierType": "",
       "accountNumber": "",
       "accountId": "",
       "tenderType": "",
       "checkNumber": "",
       "division": "",
       "sourceSystem": "",
       "c1ExternalTransactionId": "",
       "externalSourceId": "",
       "getPayHistResponse": ""
       {
           "statusCd": "",
           "payHistList":
           [
               {
                   "paymentEventId": "",
                   "paymentId": "",
                   "paymentDate": "",
                   "paymentAmount": "",
                   "currency": "",
                   "matchTypeDescription": "",
                   "paymentStatusDesc": ""
               }
           ]
       }
    }
}

Related Topics

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