Api products
Capture Request

Capture 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="M1681999184802" timeStamp="2023-04-20T16:59:44.802+03:00">
      <CaptureRequest>
        <Authentication>
          <Mid>0101119349</Mid>
        </Authentication>
        <OrderInfo>
          <OrderId>O230419155347</OrderId>
          <OrderAmount>50.0</OrderAmount>
          <Currency>EUR</Currency>
        </OrderInfo>
      </CaptureRequest>
	</Message>
<Digest>5WdVnTF7+4B6HuluLi4vu9Xcz5suaAJayq2gw6xaCXA=</Digest>
</VPOS>

Canonicalized Part

XML
<Message xmlns="http://www.modirum.com/schemas/vposxmlapi41" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" messageId="M1681999184802" timeStamp="2023-04-20T16:59:44.802+03:00" version="2.1">
    <CaptureRequest>
        <Authentication>
            <Mid>0101119349</Mid>
        </Authentication>
        <OrderInfo>
            <OrderId>O230419155347</OrderId>
            <OrderAmount>50.0</OrderAmount>
            <Currency>EUR</Currency>
        </OrderInfo>
    </CaptureRequest>
</Message>

Capture Request’s 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="M1681999184802" timeStamp="2023-04-20T16:59:53.876+03:00">
        <CaptureResponse>
            <OrderId>O230419155347</OrderId>
            <OrderAmount>50.0</OrderAmount>
            <Currency>EUR</Currency>
            <PaymentTotal>50.0</PaymentTotal>
            <Status>CAPTURED</Status>
            <TxId>92639550455241</TxId>
            <PaymentRef>102959</PaymentRef>
            <Description>OK, CAPTURED response code 00</Description>
            <Attribute name="EXTACQUIRERID">026</Attribute>
        </CaptureResponse>
    </Message>
<Digest>dXvjI9lz6rTmzEEMs0Wz1aicyIZEU7aximjfryr6qt8=</Digest>
</VPOS>