Is it possible to display product prices in my local currency when accepting crypto payments?

1 min. readlast update: 04.16.2025

To achieve this, use the "currency" parameter in the API request you are sending to the invoice or white-label endpoints. This allows you to define the product price in a fiat currency (like USD, EUR, GBP, etc.), and OxaPay will automatically convert the amount to its equivalent in crypto at the time of payment, based on real-time rates.

Example:
If you want to charge 50 USD, you simply set "currency": "USD" when sending the API request. The system will handle the crypto conversion automatically for the customer.

Was this article helpful?