Currencies

Since users of the back office system in Zaui can configure currencies, based on the sale dates in the system, the API will return:

<currencies>
	<currency>
		<currencyName></currencyName>
		<currencySymbol></currencySymbol>
		<isoCode></isoCode>
		<paymentGatewayId></paymentGatewayId>
		<rateId></rateId>
		<rate></rate>
		<totalConvertedWithRate></totalConvertedWithRate>
	</currency>
</currencies>

Last updated