Api products
Recurring cancel

Request

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<VPOS xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#">
    <Message version="2.1" messageId="M1730822974343" timeStamp="2024-11-05T18:09:34.343+02:00">
        <RecurringOperationRequest>
            <Authentication>
                <Mid>70000477</Mid>
            </Authentication>
            <TransactionInfo>
                <OrderId>1730817724666</OrderId>
            </TransactionInfo>
            <Operation>Cancel</Operation>
        </RecurringOperationRequest>
    </Message>
    <Digest>OCbkGh+S7B6VsHxQsVco08OSwlnauM3EZD1tFfH+M2s=</Digest>
</VPOS>

Canonicalized

XML
<Message xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" messageId="M1730822974343" timeStamp="2024-11-05T18:09:34.343+02:00" version="2.1">
    <RecurringOperationRequest>
        <Authentication>
            <Mid>70000477</Mid>
        </Authentication>
        <TransactionInfo>
            <OrderId>1730817724666</OrderId>
        </TransactionInfo>
        <Operation>Cancel</Operation>
    </RecurringOperationRequest>
</Message>

Response

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<VPOS xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#">
    <Message version="2.1" messageId="M1730822974343" timeStamp="2024-11-05T18:09:34.485+02:00">
        <RecurringOperationResponse>
            <OrderId>1730817724666</OrderId>
            <Status>CANCELED</Status>
            <TxId>92639555750471</TxId>
            <Description>Recurring canceled txid 92639555750471</Description>
        </RecurringOperationResponse>
    </Message>
    <Digest>hgemdkgB09f2i1nSyfG7GaGfKUk1UZ+wBpeDbYmziCg=</Digest>
</VPOS>