Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Only one credit card can be accepted as the FOP. We presently do not accept multiple credit cards the same passenger or for different passengers eitherto pay for the same Order.

In some markets payment can be made in quotas. If and when it is available the information regarding quota payments is returned in the OfferPriceRS.

Expand
titleCash payment example
Code Block
languagexml
<Payments>
  <Payment>
      <Type>CA</Type>
      <Amount>
        <SimpleCurrencyPrice Code="EUR">2095.74</SimpleCurrencyPrice>
      </Amount>
      <Method>
        <CashMethod/>
      </Method>
  </Payment>
</Payments>

...