Api products
Preauthorization with 3D

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="M1707810018733" timeStamp="2024-02-13T09:40:18.733+02:00">
        <AuthorisationRequest>
            <Authentication>
                <Mid>0101118297</Mid>
            </Authentication>
            <OrderInfo>
                <OrderId>1707809900938</OrderId>
                <OrderDesc>
                </OrderDesc>
                <OrderAmount>16.0</OrderAmount>
                <Currency>EUR</Currency>
                <PayerEmail>info@test.gr</PayerEmail>
            </OrderInfo>
            <PaymentInfo>
                <PayMethod>visa</PayMethod>
                <CardPan>4016360000000010</CardPan>
                <CardExpDate>2512</CardExpDate>
                <CardCvv2>756</CardCvv2>
                <CardHolderName>John Smith</CardHolderName>
                <ThreeDSecure>
                    <EnrollmentStatus>Y</EnrollmentStatus>
                    <AuthenticationStatus>Y</AuthenticationStatus>
                    <CAVV>AJkBAUhZRwAAAAJsl4NFdUBiUAk=</CAVV>
                    <XID>VlBPUzM0MDMxNzEtY2I0OTAyMDA=</XID>
                    <ECI>5</ECI>
                    <Protocol>3DS2.2.0</Protocol>
                    <Attribute name="TDS2.dsTransID">7205089f-7de2-50ab-8000-00000a4ef19d</Attribute>
                </ThreeDSecure>
            </PaymentInfo>
        </AuthorisationRequest>
    </Message>
    <Digest>k33t8xRE91X7RWV5JFN+uGqnx+uD+bSI7rvv8r2Urxo=</Digest>
</VPOS>

Canonicalized

XML
<Message xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" messageId="M1707810018733" timeStamp="2024-02-13T09:40:18.733+02:00" version="2.1">
    <AuthorisationRequest>
        <Authentication>
            <Mid>0101118297</Mid>
        </Authentication>
        <OrderInfo>
            <OrderId>1707809900938</OrderId>
            <OrderDesc>
            </OrderDesc>
            <OrderAmount>16.0</OrderAmount>
            <Currency>EUR</Currency>
            <PayerEmail>info@test.gr</PayerEmail>
        </OrderInfo>
        <PaymentInfo>
            <PayMethod>visa</PayMethod>
            <CardPan>4016360000000010</CardPan>
            <CardExpDate>2512</CardExpDate>
            <CardCvv2>756</CardCvv2>
            <CardHolderName>John Smith</CardHolderName>
            <ThreeDSecure>
                <EnrollmentStatus>Y</EnrollmentStatus>
                <AuthenticationStatus>Y</AuthenticationStatus>
                <CAVV>AJkBAUhZRwAAAAJsl4NFdUBiUAk=</CAVV>
                <XID>VlBPUzM0MDMxNzEtY2I0OTAyMDA=</XID>
                <ECI>5</ECI>
                <Protocol>3DS2.2.0</Protocol>
                <Attribute name="TDS2.dsTransID">7205089f-7de2-50ab-8000-00000a4ef19d</Attribute>
            </ThreeDSecure>
        </PaymentInfo>
    </AuthorisationRequest>
</Message>