Skip to main content

Order Currencies

Order Currency & Automated Currency Conversion

Every API request requires an Order Currency. When the merchant-defined Order Currency differs from the required Payment Currency, our Automated Currency Conversion engine handles the exchange on the fly, ensuring a localized payment experience without manual intervention.

The Concept

In our processing flow, we distinguish between two mandatory fields:

  • Order Currency: Defined by the merchant in the API request. This sets the base value of the transaction.
  • Payment Currency: The currency in which the final transaction is processed and paid. Automated Currency Conversion is the core logic that bridges these two values. It allows you to maintain consistent pricing in your preferred Order Currency, while we manage the real-time FX conversion whenever the Payment Currency requires a different denomination.

How It Works

The conversion process is seamless and occurs instantly during the transaction initiation:

  • API Input: You send the API request with the amount and the mandatory order_currency.
  • On-the-Fly Conversion: If the order_currency is different from the payment_currency, the Automated Currency Conversion engine is triggered.
  • Real-Time Rate Application: The system applies the current market exchange rate to determine the final amount.
info

Payment Amount = Order Amount X FX Rate

  • Transaction Completion: The payer completes the transaction in the Payment Currency, while the transaction remains tied to your original Order Currency value for reporting.

Supported Order Currencies

The following currencies are supported as the order_currency value in your API requests:

CodeCurrency Name
BRLBrazilian Real
CADCanadian Dollar
CHFSwiss Franc
CLPChilean Peso
COPColombian Peso
CRCCosta Rican Colón
DOPDominican Peso
EUREuro
GBPBritish Pound
GTQGuatemalan Quetzal
HNLHonduran Lempira
MXNMexican Peso
PABPanamanian Balboa
PENPeruvian Sol
USDUS Dollar
UYUUruguayan Peso
info

Note: While order_currency sets the valuation of the request, it is independent of your settlement configuration. To review how these funds are deposited into your account, please refer to your Merchant Settlement Settings.