TransactionCurrencyDetails

  • currency
    Type: string · Currency nullable

    Currency code for the transaction amounts (e.g., USD, EUR). If not USD, amounts are also reported in USD via exchange_rate_info.

  • exchange_rate_info
    Type: object · ExchangeRateInfoResponse nullable

    Full currency conversion details including converted amounts and the rate source

    • final_transaction_amount_in_target_currency
      Type: string · Final Transaction Amount In Target CurrencyFormat: decimal nullable

      Final transaction amount (post-discount, pre- or post-tax depending on is_tax_inclusive) converted to the target currency

    • from_currency
      Type: string · From Currency nullable

      Currency code of the original transaction (e.g., EUR, GBP)

    • fx_rate
      Type: string · Fx RateFormat: decimal nullable

      The exchange rate applied to convert from_currency to to_currency

    • is_exchange_rate_estimated
      Type: boolean · Is Exchange Rate Estimated nullable

      True if the exchange rate is based on an estimate (e.g., cached daily rate) rather than a real-time market rate

    • source
      Type: stringenum nullable

      Where the exchange rate came from: complyt = system-sourced market rate, client = caller-provided manual_exchange_rate override

      values
      • complyt
      • client
    • to_currency
      Type: string · To Currency nullable

      Target currency code, derived from the shipping address country

    • total_items_amount_in_target_currency
      Type: string · Total Items Amount In Target CurrencyFormat: decimal nullable

      Sum of all line item total_price_after_discounts converted from the transaction currency to the target currency

    • transaction_sales_tax_in_target_currency
      Type: string · Transaction Sales Tax In Target CurrencyFormat: decimal nullable

      Total calculated tax amount converted to the target currency

  • manual_exchange_rate
    Type: string · Manual Exchange RateFormat: decimal nullable

    Manual exchange rate override that was applied to this transaction, if provided