Open the Portico Developer Guide site
PosGateway Schema
CurrencyConversion Element
PosGateway Schema > CreditAuthReqBlock1Type Complex Type : CurrencyConversion Element
Description

Data block for Currency Conversion.

Integration must be through GP-API

Namespace http://Hps.Exchange.PosGateway
Type
CurrConversionDataType Complex Type
Diagram
MarkupFee Element ExchangeRateApplied Element CardHolderAmt Element CardHolderCurrCode Element RateLookupTxnId Element CurrConvOptOutFlag Element All CurrencyConversion Element
Overview
CurrencyConversion optional CurrConversionDataType Complex Type

Data block for Currency Conversion.

Integration must be through GP-API

All
CurrConvOptOutFlag booleanType Simple Type

This setting indicates if the Customer has decided Opt Out of currency conversion and have the amount remain in the Merchants currency. If the customer does not opt out, the amount will be converted to currency associated with the card.

RateLookupTxnId optional guidType Simple Type

The Retrieval Reference Number (RRN) of the RateLookup or Incremental Authorization that provided the rate used for the calculations in this transaction, if it is different from the original Authorization.

CardHolderCurrCode optional currCodeType Simple Type

Indicates the currency associated with the cardholder card.

CardHolderAmt optional amtTypeGlobal Simple Type

The charge amount in the cardholder currency.

ExchangeRateApplied optional exchangeRateType Simple Type

The exchange rate used for currency conversion.

MarkupFee optional Restriction of xs:decimal

The mark up percentage applied to the transaction, resulting in the commission fee.

Source
<xs:element name="CurrencyConversion" type="CurrConversionDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Data block for Currency Conversion.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Integration must be through GP-API</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CreditAuthReqBlock1Type Complex TypePosGateway Schema