Use Runa Embedded FX to pay for an order using your funds in another currency
/v2/order
endpoint. You can refer to the ordering guides or create order reference for detailed instructions.
To use embedded FX you should specify the desired billing currency in the payment_method
object.
payment_method
balance to cover the entire order amount. For example, if purchasing a $10 payout link using your GBP account balance, you must have at least $10 worth of GBP available.payment_method.currency
has been set to GBP
.items.products
array are US products priced in USD.GBP
balance.
To help you understand the costs involved in making this embedded FX order, we provide a transaction_detail
object that breaks down each component:
transaction_detail
value.fx.rate
) of 1.2 was applied for converting GBP to USD. (See below for more details on how our rates work.)fee
of £0.16 GBP was charged for the currency conversion. This fee is included in the total_price
of the order and is always charged in the currency specified for the payment_method
.fx.rate_symbol
to determine the equivalent amount in the other currency within the currency pair.
fx.rate
is 1.2 and the fx.rate_symbol
is GBPUSD
:payment_method
currency is GBP and you’re purchasing an item priced at $10 USD, the calculation is: $10 ÷ 1.2 = £8.33
payment_method
currency is USD and you’re purchasing an item priced at £10 GBP, the calculation is: £10 × 1.2 = $12