Preview:
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Body>
	<CreateTransaction xmlns=”http://www.agmo.eu/protocols/Payments/v2.3”>
		<client>
			<email>john.doe@email.com</email>
			<phone>+420123456789</phone>
			<fullName>Jan Novák</fullName><!-- nový parametr -->
			<emailNotification>true</emailNotification>
		</client>
		<product>
			<category>DIGITAL</category>
			<name>BEATLES</name>
			<label>Beatles - Help!</label>
			<description>320kbps MP3 song</description>
		</product>
		<payment>
			<price currency="CZK">100.00</price>
			<variableSymbol>2010102600</variableSymbol>
			<method id="BANK_CZ_FB_P"/>
			<method id="BANK_CZ_VB"/>
		</payment>
		<interface>
			<language>cs</language>
			<urlOk>https://go.to/ok?id=${id}</urlOk>
			<urlError>http://go.to/error?id=${id}</urlError>
			<urlPending>http://go.to/pending?id=${id}</urlPending>
		</interface>
	</CreateTransaction>
</env:Body>
</env:Envelope>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter