Payment View Request in JSON Format

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

{
    "C1-ViewPaymentService":
    {
       "accountIdentifierType": "",
       "accountNumber": "",
       "accountId": "",
       "tenderType": "",
       "checkNumber": "",
       "division": "",
       "sourceSystem": "",
       "c1ExternalTransactionId": "",
       "externalSourceId": ""
  }
}

Related Topics

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