Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

In some markets (Only for Point of Sale Argentina and Chile today), you can choose between two currencies. In Argentina: ARS or USD. In Chile: CLP or USD.

USD currency is only available in cash and voucher payments. If you try to pay by credit card, an error will appear: “Invalid currency”.

The OverrideCurrency only works in AirShoppingRQ and OfferPriceRQ-Direct on initial Order, not in servicing flow.

If you use OverrideCurrency, the CurrencyMetadata will always be ignored.

 

There are these options in the OverrideCurrency attribute:

If you choose another currency instead of ARS, CLP or USD, an error will appear: “Invalid currency”.

If you leave the OverrideCurrency attribute empty, the currency will be the default market currency.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:Version 17.2 COMBINED (v1 and v2)'.

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Parameters>

Pricing / OverrideCurrency

Currencies available for some markets.

Alphabetical

Three characters.

Parameters / OverrideCurrency example:

 OverrideCurrency example
<Parameters>
    <Pricing>
        <OverrideCurrency>USD</OverrideCurrency>
    </Pricing>
</Parameters>

  • No labels