.. _Condor:
******
Condor
******
.. toctree::
:maxdepth: 1
:caption: Contents:
:hidden:
:titlesonly:
.. raw:: html
Available Currencies
+-------+-----------------------+
| Value | Description |
+=======+=======================+
| CAD | Canadian Dollar |
+-------+-----------------------+
| CHF | Swiss Franc |
+-------+-----------------------+
| CNY | Chinese Yuan |
+-------+-----------------------+
| EUR | Euro |
+-------+-----------------------+
| GBP | Great Britain Pound |
+-------+-----------------------+
| USD | United States Dollar |
+-------+-----------------------+
.. raw:: html
Available Tariffs
The following tariffs are open to public use:
- SPO
- LM
- N
- BST
- BSN
- F
Whenever no tariff is explicitly provided in the request, offers of the following tariffs will be returned by default:
- SPO
- LM
- BST
Here you can find the explanation of the tariffs attached:
- :download:`Condor_Flight_Zones<../files/condor/Condor_flight_zones_EN.pdf>`
- :download:`Condor_Fare_Overview_Zones_1+2<../files/condor/Condor_Fare_overview_Light_Classic_Best_Zones_1_2.pdf>`
- :download:`Condor_Fare_Overview_Zones_3+4+5<../files/condor/Condor_Fare_overview_Light_Classic_Zones_3_4_5.pdf>`
.. raw:: html
Supported Forms of Payment
The current implementation allows the following forms of payment:
- Credit Card
- Cash Payment
- Voucher Payment
.. raw:: html
Card Brand Code Information
+-----------------+------------------+
| Card Brand Code | Vendor Name |
+=================+==================+
| AX | American Express |
+-----------------+------------------+
| CA | Master Card |
+-----------------+------------------+
| VI | Visa |
+-----------------+------------------+
| TP | UATP |
+-----------------+------------------+
| DC | Diner Club |
+-----------------+------------------+
| JC | JCB |
+-----------------+------------------+
| DS | Discover |
+-----------------+------------------+
.. raw:: html
3DS Indicator (AgentDutyText)
.. |check| image:: ../images/check.png
.. |error| image:: ../images/error.png
+------+----------------+---------+
| Code | Description | 3DS/SCA |
+======+================+=========+
| 1 | Agent terminal | |error| |
+------+----------------+---------+
| 2 | Web browser | |check| |
+------+----------------+---------+
| 3 | Airport kiosk | |check| |
+------+----------------+---------+
| 4 | Mobile device | |check| |
+------+----------------+---------+
| 5 | Other | |check| |
+------+----------------+---------+
| 6 | Unknown | |check| |
+------+----------------+---------+
.. raw:: html
Handling and types of optional bookings
The element BilateralTimeLimit shows the details of the optional booking:
.. code-block:: xml
hold booking will be cancelled automatically
Option Timelimit
2024-06-28T00:00:00
The optional bookings can have one of these two values which are shown in element DescText:
- hold booking will be confirmed automatically
- hold booking will be cancelled automatically
In element Name you’ll find (always the same) value:
- Option Timelimit
The element TimeLimitDateTime contains the timeframe of the optional booking:
- for example 2024-06-28T00:00:00
.. raw:: html
Convert an optional booking into a booking
- The workflow to convert an optional booking into a booking always starts with an IATA_OrderRetrieveRQ to show the current status of the respective booking.
- The booking will be shown in IATA_OrderViewRS with the parameter BilateralTimeLimit which contains the information, if it is an optional booking that will be cancelled automatically or confirmed automatically and after how many days. (see also the previous article)
- To confirm an optional booking (within the timeframe of an optional booking) an IATA_OrderChangeRQ including the parameter ChangeOrderChoice/AcceptRepricedOrder has to be executed:
.. code-block:: xml
confirm
- The answer is the IATA_OrderViewRS which contains the complete Order, in case the creation was successful, or an error message otherwise.
- NDC XML sample for conversion of an optional booking can be found :ref:`here`.
.. raw:: html
B2B Interface URL
Test-Environment: https://cfi-uat.ndcxplorer.com
Production-Environment: https://cfi.ndcxplorer.com