Update a Wix site's payment currency (the ISO-4217 currency code used to bill customers) programmatically.
USD to EUR).paymentCurrency field is part of Site Properties (often shown in the dashboard under regional/business info).version.fields.paths) to indicate which fields you're updating.This is useful to understand the current snapshot version and other regional fields.
Use the PATCH /site-properties/v4/properties endpoint: put the new currency under properties.paymentCurrency and include a fields.paths mask.
A successful call returns an updated Site Properties snapshot version, for example:
fields.paths will fail with 400 and "Illegal request - No updates on request body".USD, CAD, EUR, GBP).POST https://www.wixapis.com/currency_converter/v1/currencies/amounts/{from}/convert/{to}