Skip Navigation

DCCI API Check In

Air
Check-In
REST API
Airline Carrier

What is it?

Digital Connect Check-In provides a group of services that can be performed to retrieve and reprint boarding passes and check in Passengers.

Why use it?

The /dcci/passenger service provides the following functionality:

  • POST /dcci/passenger/boardingpass

This service is used to retrieve boarding passes for Passengers that have already checked-in. It is a stateful version, which means that the PNR lookup must be invoked prior to the operation.

It returns a virtual representation of a boarding pass, such as XML, PNG, or PECTAB.

  • POST /dcci/passenger/boardingpass/reprint

This service is used to reprint boarding passes for Passengers that have already checked-in. It is a stateless version, which means that the flight must be passed in the Request (RQ).

Note The printer assignment or unassignment process is handled by the POS.

Note The service response resembles an existing stateful version of this service.

  • POST /dcci/passenger/checkin

This service is used to

  • POST /dcci/passenger/checkin/eligibilities

This serivice returns Passenger's eligibilities which can be used to make decision whether the Passenger can be checked in or not.