Sample AutoPay View Request and Response in JSON Format

Using the below example, you can view the autopay information for the 5264526467 account.

Sample AutoPay View Request in JSON Format

{
    "C1-ViewAutoPayService":
    {
        "accountIdentifierType": "ACCTNUM",
        "accountNumber": "2345678000",
        "division": "D0301",
        "AccountId": "5264526467",
        "sourceSystem": "DS01",
        "c1ExternalTransactionId": "787878",
        "externalSourceId": "2240",
        "AutoPaySource": "CITIBANKCHK",
        "StartDate": "2010-09-06"
    }
}

Sample AutoPay View Response in JSON Format

{
    "C1-ViewAutoPayService":
    {
        "statusCd": "Success",
        "accountautopaydata":
        [
            {
                "accountId": "5264526467",
                "accountAutoPayId": "5966771784",
                "startDate": "2020-01-01",
                "autopaySource": "CitiBank, NA",
                "autopayRouteType": "Automated Clearing House",
                "percent": "100.00",
                "priorityNum": "1",
                "expiresOn": "11-2030",
                "externalAccountId": "77887765a2231",
                "autopayMaxWithdrawalAmount": "0.00",
                "autoPayMethod": "Direct Debit",
                "entityName": "xUpload Inc 250",
                "comments": "Test"
            },
            {
                "accountId": "5264526467",
                "accountAutoPayId": "5966771975",
                "startDate": "2020-01-01",
                "endDate": "2020-03-31",
                "autopaySource": "Citibank, NA",
                "autopayRouteType": "Automated Clearing House",
                "percent": "100.00",
                "priorityNum": "10",
                "expiresOn": "11-2025",
                "externalAccountId": "123456",
                "autopayMaxWithdrawalAmount": "12030.00",
                "autoPayMethod": "Direct Debit",
                "entityName": "Autopay Split, VQ",
                "comments": "Test Comments",
                "accountautopaymentchar":
                {
                    "characteristicType": "SIFS - Suffix Value",
                    "sequence": "1",
                    "characteristicValue": "MN"
                }
            }
        ]
    }
}
Note: We have given the above sample to illustrate how the attribute value pairs should be structured while sending an auto pay view request from the external system. However, you should not seamlessly use this sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.

Related Topics

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