AutoPay Deletion Request in XML Format

The following code snippet illustrates how the tags should be nested while receiving an autopay deletion request in the XML format:
Note: You can delete an autopay request either for an accountId or autopayId.

Deleting the autopay information for an AccountId

<C1-DeleteAutoPayService>
    <accountId></accountId>
    <accountIdentifierType></accountIdentifierType>
    <accountNumber></accountNumber>
    <division></division>
    <sourceSystem></sourceSystem>
    <c1ExternalTransactionId></c1ExternalTransactionId>
    <externalSourceId></externalSourceId>
</C1-DeleteAutoPayService>

Deleting the autopay information for an AutoPayId

<C1-DeleteAutoPayService>
    <accountId></accountId>
    <accountIdentifierType></accountIdentifierType>
    <accountNumber></accountNumber>
    <division></division>
    <sourceSystem></sourceSystem>
    <c1ExternalTransactionId></c1ExternalTransactionId>
    <externalSourceId></externalSourceId>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
    </accountautopaydata>
</C1-DeleteAutoPayService>

Related Topics

For more information on... See...
AutoPay Deletion Response in XML Format AutoPay View Request and Response - Tags in XML Format
AutoPay Deletion Request and Response - Tags in XML Format AutoPay Deletion Request and Response - Tags in XML Format
Sample AutoPay Deletion Request and Response in XML Format Sample AutoPay Deletion Request and Response in XML Format