Sample AutoPay View Request and Response in XML Format

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

Sample AutoPay View Request in XML Format

<C1-ViewAutoPayService>
    <accountIdentifierType>ACCTNUM</accountIdentifierType>
    <accountNumber>2345678000</accountNumber>
    <division>D0301</division>
    <AccountId>5264526467</AccountId>
    <sourceSystem>DS01</sourceSystem>
    <c1ExternalTransactionId>787878</c1ExternalTransactionId>
    <externalSourceId>2240</externalSourceId>
    <autopaySource>CITIBANKCHK</autopaySource>
    <startDate>2010-09-06</startDate>
 </C1-ViewAutoPayService>

Sample AutoPay View Response in XML Format

<C1-ViewAutoPayService>
    <statusCd>Success</statusCd>
    <accountautopaydata>
        <accountId>5264526467</accountId>
        <accountAutoPayId>5966771784</accountAutoPayId>
        <startDate>2020-01-01</startDate>
        <autopaySource>Citibank, NA</autopaySource>
        <autopayRouteType>Automated Clearing House</autopayRouteType>
        <percent>100.00</percent>
        <priorityNum>1</priorityNum>
        <expiresOn>11-2030</expiresOn>
        <externalAccountId>77887765a2231</externalAccountId>
        <autopayMaxWithdrawalAmount>0.00</autopayMaxWithdrawalAmount>
        <autoPayMethod>Direct Debit</autoPayMethod>
        <entityName>xUpload Inc 250</entityName>
        <comments>Test</comments>
    </accountautopaydata>
    <accountautopaydata>
        <accountId>5264526467</accountId>
        <accountAutoPayId>5966771975</accountAutoPayId>
        <startDate>2020-01-01</startDate>
        <endDate>2020-03-31</endDate>
        <autopaySource>Citibank, NA</autopaySource>
        <autopayRouteType>Automated Clearing House</autopayRouteType>
        <percent>100.00</percent>
        <priorityNum>10</priorityNum>
        <expiresOn>11-2025</expiresOn>
        <externalAccountId>123456</externalAccountId>
        <autopayMaxWithdrawalAmount>12030.00</autopayMaxWithdrawalAmount>
        <autoPayMethod>Direct Debit</autoPayMethod>
        <entityName>Autopay Split, VQ</entityName>
        <comments>Test</comments>
        <accountautopaymentchar>
            <characteristicType>SIFS - Suffix Value</characteristicType>
            <sequence>1</sequence>
            <characteristicValue>MN</characteristicValue>
        </accountautopaymentchar>
    </accountautopaydata>
</C1-ViewAutoPayService>
Note: We have given the above sample to illustrate how the tags should be nested 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 - Tags in XML Format AutoPay View Request and Response - Tags in XML Format