get https://api.nexiopaysandbox.com/pay/v3/conversionRates
For multi-currency pricing (MCP), use this endpoint to retrieve a list of currencies and their current conversion rates in order to convert your prices into the customer's local currency. This endpoint only works with a gateway connection that supports MCP. To enable your merchant account for retrieving the currency conversion rates, contact Integrations Support.
The rates are based on the settlement currency that is specified in the merchant account. To use this endpoint, take the price (in the based currency) and divide by the rate for the customer's currency.
Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user and have a gateway connection that supports MCP.
Recipes
💻
Configuring your backend server to listen for requests from the frontend
Open Recipe
🌍
Creating a product page that shows local currency and prices
Open Recipe