FX Optimizer
Overview
FX Optimizer is a financial service which allows businesses to price goods and services in a variety of foreign currencies, while continuing to receive settlement and reporting in the merchant’s default currency. FX Optimizer allows cardholders to shop, view prices, and pay in the currency of their choice.
How it works
-
The merchant makes a SDK or GraphQL call to generate the
exchangeRateQuoteId
for the requested currency pairs (e.g., EUR to USD) -
The
exchangeRateQuoteId
returns exchange rates used to list prices on the merchant's website in the buyer’s local currency, which can be determined automatically if your website is set up to detect buyers' locations, or by providing buyers options to select their own currency
-
Once the buyer from a different country, such as someone from the EU visiting a merchant's US website, checks out and submits the payment to place the order, the transaction details are sent to the Braintree SDK for processing along with the
exchangeRateQuoteId
. This identifier makes sure that the exchange rate used for displaying prices in their local currency is honored at the time of settlement in the merchant account -
Braintree processes the payment upon receiving the transaction details, including going through checks to approve or decline the transaction. During this time, the Braintree gateway's transaction status will be in the
settling
state. If approved, the buyer’s card is then charged in their local currency for the amount displayed to them when the transaction was submitted -
Braintree then converts the funds from the buyer's local currency to the merchant's business currency (for example, EUR to USD) using the same exchange rate that was obtained in the
exchangeRateQuoteId
result, and includes the Braintree transaction and FX fees. The final amount will be disbursed to the merchant account in their default currency -
The Braintree gateway transaction status will change from a
settling
tosettled
status
Funding Options
Next Page: Server-side →