Sample AutoPay Add/Update Request and Response in XML Format

Using the below example, you can add/update an autopay request for the 7652701564 account.

Sample AutoPay Add/Update Request in XML Format

<C1-AddUpdateAutoPayService>
    <accountIdentifierType></accountIdentifierType>
    <accountNumber></accountNumber>
    <division></divisionCode>
    <accountId>7652701564</accountId>
    <sourceSystem></sourceSystem>
    <c1ExternalTransactionId></externalTransactionId>
    <externalSourceId></externalSourceId>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
        <startDate>2011-12-07</startDate>
        <endDate>2014-12-07</endDate>
        <autopaySource>CITIBANKCHK</autopaySource>
        <autopayRouteType>ACH2</autopayRouteType>
        <percent>35</percent>
        <priorityNum>4</priorityNum>
        <expirationMonth>01</expirationMonth>
        <expirationYear>2020</expirationYear>
        <externalAccountId>444444</externalAccountId>
        <autopayMaxWithdrawalAmount>100</autopayMaxWithdrawalAmount>
        <entityName>RJDas</entityName>
        <comments>Testing</comments>
        <autoPayMethod>C1DD</autoPayMethod>
        <accountautopaymentchar>
            <characteristicType>CMSIFSSF</characteristicType>
            <characteristicValue>MN</characteristicValue>
        </accountautopaymentchar>
    </accountautopaydata>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
        <startDate>2011-12-07</startDate>
        <endDate>2014-12-07</endDate>
        <autopaySource>CITIBANKCHK</autopaySource>
        <autopayRouteType>NEFT</autopayRouteType>
        <percent>15</percent>
        <priorityNum>4</priorityNum>
        <expirationMonth>02</expirationMonth>
        <expirationYear>2020</expirationYear>
        <externalAccountId>789654</externalAccountId>
        <autopayMaxWithdrawalAmount>10</autopayMaxWithdrawalAmount>
        <entityName>GKDas</entityName>
        <comments>Testing</comments>
        <autoPayMethod>C1DD</autoPayMethod>
        <accountautopaymentchar>
            <characteristicType>CMSIFSSF</characteristicType>
            <characteristicValue>MN</characteristicValue>
        </accountautopaymentchar>
    </accountautopaydata>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
        <startDate>2011-12-07</startDate>
        <endDate>2014-12-07</endDate>
        <autopaySource>CITIBANKCHK</autopaySource>
        <autopayRouteType>ACH</autopayRouteType>
        <percent>50</percent>
        <priorityNum>4</priorityNum>
        <expirationMonth>01</expirationMonth>
        <expirationYear>2019</expirationYear>
        <externalAccountId>456321</externalAccountId>
        <autopayMaxWithdrawalAmount>100</autopayMaxWithdrawalAmount>
        <entityName>MKDas</entityName>
        <comments>Testing</comments>
        <autoPayMethod>C1DD</autoPayMethod>
    </accountautopaydata>
</C1-AddUpdateAutoPayService>

Sample AutoPay Add/Update Response in XML Format

<C1-AddUpdateAutoPayService>
    <responseStatus>Success</responseStatus>
    <responseMessage>AutoPay Id Added/Updated Successfully</responseMessage>
    <accountIdentifierType></accountIdentifierType>
    <accountNumber></accountNumber>
    <division></divisionCode>
    <accountId>7652701564</accountId>
    <sourceSystem></sourceSystem>
    <c1ExternalTransactionId></externalTransactionId>
    <externalSourceId></externalSourceId>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
        <startDate>2011-12-07</startDate>
        <endDate>2014-12-07</endDate>
        <autopaySource>CITIBANKCHK</autopaySource>
        <autopayRouteType>ACH2</autopayRouteType>
        <percent>35</percent>
        <priorityNum>4</priorityNum>
        <expirationMonth>01</expirationMonth>
        <expirationYear>2020</expirationYear>
        <externalAccountId>444444</externalAccountId>
        <autopayMaxWithdrawalAmount>100</autopayMaxWithdrawalAmount>
        <entityName>RJDas</entityName>
        <comments>Testing</comments>
        <autoPayMethod>C1DD</autoPayMethod>
        <accountautopaymentchar>
            <characteristicType>CMSIFSSF</characteristicType>
            <characteristicValue>MN</characteristicValue>
        </accountautopaymentchar>
    </accountautopaydata>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
        <startDate>2011-12-07</startDate>
        <endDate>2014-12-07</endDate>
        <autopaySource>CITIBANKCHK</autopaySource>
        <autopayRouteType>NEFT</autopayRouteType>
        <percent>15</percent>
        <priorityNum>4</priorityNum>
        <expirationMonth>02</expirationMonth>
        <expirationYear>2020</expirationYear>
        <externalAccountId>789654</externalAccountId>
        <autopayMaxWithdrawalAmount>10</autopayMaxWithdrawalAmount>
        <entityName>GKDas</entityName>
        <comments>Testing</comments>
        <autoPayMethod>C1DD</autoPayMethod>
        <accountautopaymentchar>
            <characteristicType>CMSIFSSF</characteristicType>
            <characteristicValue>MN</characteristicValue>
        </accountautopaymentchar>
    </accountautopaydata>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
        <startDate>2011-12-07</startDate>
        <endDate>2014-12-07</endDate>
        <autopaySource>CITIBANKCHK</autopaySource>
        <autopayRouteType>ACH</autopayRouteType>
        <percent>50</percent>
        <priorityNum>4</priorityNum>
        <expirationMonth>01</expirationMonth>
        <expirationYear>2019</expirationYear>
        <externalAccountId>456321</externalAccountId>
        <autopayMaxWithdrawalAmount>100</autopayMaxWithdrawalAmount>
        <entityName>MKDas</entityName>
        <comments>Testing</comments>
        <autoPayMethod>C1DD</autoPayMethod>
    </accountautopaydata>
</C1-AddUpdateAutoPayService>
Note: We have given the above sample to illustrate how the tags should be nested while sending an auto pay add or update 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 Add/Update Request and Response - Tags in XML Format AutoPay Add/Update Request and Response - Tags in XML Format