Sample AutoPay Deletion Request and Response in XML Format

Using the below example, you can delete an autopay request which has an incorrect data.

Sample AutoPay Deletion Request for an AccountId in XML Format

<C1-DeleteAutoPayService>
    <accountId>8889143815</accountId>
    <accountIdentifierType>ACCTNUM</accountIdentifierType>
    <accountNumber>2345678000</accountNumber>
    <division>D0301</division>
    <sourceSystem>DS01</sourceSystem>
    <c1ExternalTransactionId>787878</c1ExternalTransactionId>
    <externalSourceId>2240</externalSourceId>
</C1-DeleteAutoPayService>

Sample AutoPay Deletion Request for an AutoPayId in JSON Format

<C1-DeleteAutoPayService>
    <accountId>8889143815</accountId>
    <accountIdentifierType>ACCTNUM</accountIdentifierType>
    <accountNumber>2345679000</accountNumber>
    <division>D0401</division>
    <sourceSystem>ES01</sourceSystem>
    <c1ExternalTransactionId>989898</c1ExternalTransactionId>
    <externalSourceId>2250</externalSourceId>
    <accountautopaydata>
        <accountAutoPayId>7779143568</accountAutoPayId>
    </accountautopaydata>
</C1-DeleteAutoPayService>

Sample AutoPay Deletion Response for an AccountId in XML Format

<C1-DeleteAutoPayService>
    <accountautopayid>
        <AccountAutoPayId>8889143891,12333344554</AccountAutoPayId>
    </accountautopayid>
    <responseStatus>Success</responseStatus>
    <responseMessage>AutoPayIds are deleted successfully</responseMessage>
</C1-DeleteAutoPayService>

Sample AutoPay Deletion Response for an AutoPayId in XML Format

<C1-DeleteAutoPayService>
    <accountautopayid>
        <AccountAutoPayId>7779143568</AccountAutoPayId>
    </accountautopayid>
    <responseStatus>Success</responseStatus>
    <responseMessage>AutoPayId is deleted successfully</responseMessage>
</C1-DeleteAutoPayService>
Note: We have given the above sample to illustrate how the tags should be nested while sending an auto pay deletion 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 Deletion Request and Response - Tags in XML Format AutoPay Deletion Request and Response - Tags in XML Format