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

Data block for Currency Conversion.

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.

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.

Note:This is for the GNAPUK only.

CardHolderAmt optional amtType Simple Type

The charge amount in the cardholder currency.

ExchangeRateApplied optional exchangeRateType Simple Type

The exchange rate used for currency conversion.

MarkupFee optional amtType Simple Type

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>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
PosCreditTxnEditReqType Complex TypePortico Schema