Api products
Status Request

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="M1732711210395" timeStamp="2024-11-27T14:40:10.395+02:00">
        <StatusRequest>
            <Authentication>
                <Mid>0101119349</Mid>
            </Authentication>
            <TransactionInfo>
                <OrderId>O240918120933</OrderId>
            </TransactionInfo>
        </StatusRequest>
    </Message>
    <Digest>Q+MDuuvhbIjVV3zRXHBiD8lv/g8GuSHc+3JU+HgEuQY=</Digest>
</VPOS>

Canonicalized Part

XML
<Message xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" messageId="M1732711210395" timeStamp="2024-11-27T14:40:10.395+02:00" version="2.1">
    <StatusRequest>
        <Authentication>
            <Mid>0101119349</Mid>
        </Authentication>
        <TransactionInfo>
            <OrderId>O240918120933</OrderId>
        </TransactionInfo>
    </StatusRequest>
</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="M1732711210395" timeStamp="2024-11-27T14:40:10.459+02:00">
        <StatusResponse>
            <TransactionDetails>
                <OrderId>O240918120933</OrderId>
                <OrderAmount>12.0</OrderAmount>
                <Currency>EUR</Currency>
                <PaymentTotal>12.0</PaymentTotal>
                <Status>CAPTURED</Status>
                <TxId>92639555542791</TxId>
                <PaymentRef>786052</PaymentRef>
                <RiskScore>0</RiskScore>
                <Description>OK, CAPTURED response code 00</Description>
                <Attribute name="MERCHANT NO">0101119349</Attribute>
                <Attribute name="USER IP">136.226.199.71</Attribute>
                <Attribute name="CHANNEL">Redirection</Attribute>
                <Attribute name="3D STATUS">1 – Fully authenticated</Attribute>
                <Attribute name="SETTLEMENT STATUS">SENT</Attribute>
                <Attribute name="SETTLEMENT FILE">ECOMMER-20240919.txt</Attribute>
                <Attribute name="BATCH NO">1503</Attribute>
                <Attribute name="ISO response code">00</Attribute>
                <Attribute name="ORDER DESCRIPTION">Test order some items</Attribute>
                <Attribute name="CARD MASK PAN">518834########11</Attribute>
                <Attribute name="INSTALLMENT SEQUENCE">1</Attribute>
                <Attribute name="INSTALLMENT PERIOD">04</Attribute>
                <Attribute name="INSTALLMENT OFFSET">00</Attribute>
                <Attribute name="ECOM-FLG">5</Attribute>
                <Attribute name="ECI">02</Attribute>
                <Attribute name="PAYEREMAIL">test@test.gr</Attribute>
                <Attribute name="PAYERPHONE">30-698818511</Attribute>
                <Attribute name="BILLCOUNTRY">GR</Attribute>
                <Attribute name="BILLSTATE">Corinthia</Attribute>
                <Attribute name="BILLZIP">20004</Attribute>
                <Attribute name="BILLADDRESS">Agiou Nikolau 10-20</Attribute>
                <Attribute name="EXTACQUIRERID">026</Attribute>
                <TxType>PAYMENT</TxType>
                <TxDate>2024-09-18T12:10:32.072+03:00</TxDate>
                <TxStarted>2024-09-18T12:10:12.903+03:00</TxStarted>
                <TxCompleted>2024-09-18T12:10:32.755+03:00</TxCompleted>
                <PaymentMethod>mastercard</PaymentMethod>
            </TransactionDetails>
        </StatusResponse>
    </Message>
    <Digest>3rsjGSww0mCagFAGV4ziQZ8qp6QATD/WfCimUk4fmfg=</Digest>
</VPOS>