For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?