Ecommerce

View currency conversion rates

<img src="https://files.readme.io/d0d9414-convert_icon.png" alt="Convert" align="left"> 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.

<!-- theme: warning -->

⚠️ 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.

<div style="display:none;">

Response parameters

  • merchantId
  • rates
  • rates.currency
  • rates.rate
</div>
get/pay/v3/conversionRates

Response

Success

merchantIdMerchantId — unresolved $ref

Changes