Api products
Sales MOTO

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="M1756991801493" timeStamp="2025-09-04T16:16:41.493+03:00">
		<SaleRequest>
			<Authentication>
				<Mid>0101118297</Mid>
			</Authentication>
			<OrderInfo>
				<OrderId>1756991782026</OrderId>
				<OrderDesc></OrderDesc>
				<OrderAmount>11.0</OrderAmount>
				<Currency>EUR</Currency>
				<MOTO>1</MOTO>
			</OrderInfo>
			<PaymentInfo>
				<PayMethod>visa</PayMethod>
				<CardPan>4016360000000010</CardPan>
				<CardExpDate>2512</CardExpDate>
				<CardCvv2>756</CardCvv2>
				<CardHolderName>John Smith</CardHolderName>
			</PaymentInfo>
		</SaleRequest>
	</Message>
	<Digest>kfVo3h6WJGQZg5J1E/u3tRbS05tPNrbm7MxXv3UIomA=</Digest>
</VPOS>

Canonicalized part

XML
<Message
	xmlns="http://www.modirum.com/schemas/vposxmlapi41"
	xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" messageId="M1756991801493" timeStamp="2025-09-04T16:16:41.493+03:00" version="2.1">
	<SaleRequest>
		<Authentication>
			<Mid>0101118297</Mid>
		</Authentication>
		<OrderInfo>
			<OrderId>1756991782026</OrderId>
			<OrderDesc></OrderDesc>
			<OrderAmount>11.0</OrderAmount>
			<Currency>EUR</Currency>
			<MOTO>1</MOTO>
		</OrderInfo>
		<PaymentInfo>
			<PayMethod>visa</PayMethod>
			<CardPan>4016360000000010</CardPan>
			<CardExpDate>2512</CardExpDate>
			<CardCvv2>756</CardCvv2>
			<CardHolderName>John Smith</CardHolderName>
		</PaymentInfo>
	</SaleRequest>
</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="M1756991801493" timeStamp="2025-09-04T16:16:41.882+03:00">
		<SaleResponse>
			<OrderId>1756991782026</OrderId>
			<OrderAmount>11.0</OrderAmount>
			<Currency>EUR</Currency>
			<PaymentTotal>11.0</PaymentTotal>
			<Status>CAPTURED</Status>
			<TxId>92639559020771</TxId>
			<PaymentRef>194269</PaymentRef>
			<RiskScore>0</RiskScore>
			<Description>OK, CAPTURED response code 00</Description>
			<Attribute name="EXTACQUIRERID">026</Attribute>
		</SaleResponse>
	</Message>
	<Digest>ELElTmVLkVi5UbPePD/jfQbA7i2hYzl9Zonl3gigHVs=</Digest>
</VPOS>