Api products
Unscheduled Recurring child

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="M1730817862963" timeStamp="2024-11-05T16:44:22.963+02:00">
        <RecurringOperationRequest>
            <Authentication>
                <Mid>70000477</Mid>
            </Authentication>
            <TransactionInfo>
                <OrderId>1730817724666</OrderId>
            </TransactionInfo>
            <Operation>RecurringChild</Operation>
            <OrderInfo>
                <OrderId>1730817724666</OrderId>
                <OrderDesc></OrderDesc>
                <OrderAmount>16.0</OrderAmount>
                <Currency>EUR</Currency>
            </OrderInfo>
        </RecurringOperationRequest>
    </Message>
    <Digest>3e5zdIyj9zP4Jq3NgbEaJZikO2AlSWNEvNwn0Vi1Zyo=</Digest>
</VPOS>

Canonicalized

XML
<Message xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" messageId="M1730817862963" timeStamp="2024-11-05T16:44:22.963+02:00" version="2.1">
    <RecurringOperationRequest>
        <Authentication>
            <Mid>70000477</Mid>
        </Authentication>
        <TransactionInfo>
            <OrderId>1730817724666</OrderId>
        </TransactionInfo>
        <Operation>RecurringChild</Operation>
            <OrderInfo>
            <OrderId>1730817724666</OrderId>
            <OrderDesc></OrderDesc>
            <OrderAmount>16.0</OrderAmount>
            <Currency>EUR</Currency>
        </OrderInfo>
    </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="M1730817862963" timeStamp="2024-11-05T16:44:26.965+02:00">
        <RecurringOperationResponse>
            <OrderId>1730817724666/2</OrderId>
            <OrderAmount>16.0</OrderAmount>
            <Currency>EUR</Currency>
            <PaymentTotal>16.0</PaymentTotal>
            <Status>CAPTURED</Status>
            <TxId>92639555750481</TxId>
            <Sequence>2</Sequence>
            <PaymentRef>230419</PaymentRef>
            <RiskScore>77</RiskScore>
            <Description>OK, CAPTURED response code 00</Description>
        </RecurringOperationResponse>
    </Message>
    <Digest>U6qDjXrCdjQMNIvSOVPiO5GbNQdDojyF+hJWWYA50yY=</Digest>
</VPOS>