Api products
Cancel

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="M1681999515815" timeStamp="2023-04-20T17:05:15.815+03:00">
        <CancelRequest>
            <Authentication>
                <Mid>0101119349</Mid>
            </Authentication>
            <OrderInfo>
                <OrderId>O230420170325</OrderId>
                <OrderAmount>3.0</OrderAmount>
                <Currency>EUR</Currency>
            </OrderInfo>
        </CancelRequest>
    </Message>
    <Digest>YshopcLjpOsUWH0IYGx1X4Yk0gqDp4Uq3onM9xMWPnM=</Digest>
</VPOS>

Canonicalized Part

XML
<Message xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" messageId="M1681999515815" timeStamp="2023-04-20T17:05:15.815+03:00" version="2.1">
    <CancelRequest>
        <Authentication>
            <Mid>0101119349</Mid>
        </Authentication>
        <OrderInfo>
            <OrderId>O230420170325</OrderId>
            <OrderAmount>3.0</OrderAmount>
            <Currency>EUR</Currency>
        </OrderInfo>
    </CancelRequest>
</Message>

Cancel 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="M1681999515815" timeStamp="2023-04-20T17:05:23.491+03:00">
        <CancelResponse>
            <OrderId>O230420170325</OrderId>
            <OrderAmount>3.0</OrderAmount>
            <Currency>EUR</Currency>
            <PaymentTotal>3.0</PaymentTotal>
            <Status>AUTHORIZED</Status>
            <TxId>92639550455331</TxId>
            <PaymentRef>102963</PaymentRef>
            <Description>OK, AUTHORIZED response code 00</Description>
            <Attribute name="EXTACQUIRERID">026</Attribute>
        </CancelResponse>
    </Message>
    <Digest>FbD2RxyWKwrvPn2G0WqD+owxEBsKPIU5lP6qM+zdWrA=</Digest>
</VPOS>