Condor

Available Currencies

Value

Description

CAD

Canadian Dollar

CHF

Swiss Franc

CNY

Chinese Yuan

EUR

Euro

GBP

Great Britain Pound

USD

United States Dollar

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:

Supported Forms of Payment

The current implementation allows the following forms of payment:

  • Credit Card

  • SEPA

  • Cash Payment

  • Voucher Payment

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

3DS Indicator (AgentDutyText)

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

Handling and types of optional bookings

The element BilateralTimeLimit shows the details of the optional booking:

<BilateralTimeLimit>
    <DescText>hold booking will be cancelled automatically</DescText>
    <Name>Option Timelimit</Name>
    <TimeLimitDateTime>2021-11-01T00:00:00</TimeLimitDateTime>
</BilateralTimeLimit>

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 2021-11-01T00:00:00

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 ChangeOrder/AcceptRepricedOrder has to be executed:

<ChangeOrder>
    <AcceptRepricedOrder/>
</ChangeOrder>
  • 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 here.

B2B Interface URL

Test-Environment: https://cfi-uat.ndcxplorer.com

Production-Environment: https://cfi.ndcxplorer.com