FX Transaction Object

Object Structure

{
  "exchange_rate": 1,
  "final": {
    "amount": 10000000,
    "currency": "USD"
  },
  "id": "fx_d35tfigo4p2dt2hh0",
  "initial": {
    "amount": 10000000,
    "currency": "USD"
  },
  "object": "fx_transaction"
},

Object Parameters

FieldTypeDescription
exchange_ratenumberThe exchange rate applied for FX.
final.amountnumberThe final amount after FX conversion.
final.currencystringThe currency of the final amount.
initial.amountnumberThe initial amount before FX conversion.
initial.currencystringThe currency of the initial amount.
idstringThe FX transaction ID.