OrderChangeNotification 17.2

Functional Description

Iberia is happy to be able to offer the OCN (OrderChangeNotification) functionality.

This allows users of Iberia’s NDC API to receive notifications when a Service in an Order undergoes an involuntary change.

The following are the disruptions we will be notifying:

  1. Order cancellation due to PaymentTimeLimit expiry.

  2. Flight Time Change

  3. Change of Flight

  4. Cancelation of Flight

  5. Change of Seat Assignment

To learn more about which elements are sent to us in the OrderCreate, please visit the Involuntary Changes section in our Order Contacts & Communications page.

Registration

To receive the OCN messages you need to open a support ticket through our Support Portal providing us with certain information. To use this service you must also undergo a certification process with a series of tests, which will be advised when registering for the service.

For Iberia to send you the OCN messages, you must publish an endpoint, with the necessary security, to which we can send the messages. Presently Iberia has implemented the “Basic AUTH” and “OAUTH 2.0” security methods to connect to third parties.

In order to initiate the certification process a support ticket needs to be opened in our Support Portal, and the following information must be included in the request:

Example of a BASIC request to send the OCN:

curl --location --request POST 'https://miurl.com/v1/booking/travel-orders/ib-order-change-events' \ --header 'Content-Type: application/xml' \ --header 'Authorization: Bearer xxxxxxxxxxxxxxxxxx' \

Types of Change

The type of change impacting the Order is indicated in the ActionType Context and also reflected in the Remarks. The following are the values returned:

Remark

ActionType

ActionType Context*

Explanation

Remark

ActionType

ActionType Context*

Explanation

PaymentTimeLimit Expired

Delete

104

The Order has been cancelled as the PaymentTimeLimit has expired and the Order has not been paid for.

Flight number change

Update

1

The Flight Number has been changed. This means the passenger has been reallocated onto a different flight, and may also mean that the time of departure has changed.

Flight retimed

Update

2

The departure and/or arrival time of the flight has changed.

Flight cancelled

Cancel

3

The flight they had booked has been cancelled and an alternative could not been provided.

Seat change

Update

101

The pre-assigned seat has been changed. This could be due to a change of flight, change of equipment or a change of cabin configuration.

*The context code is as per the IATA Padis Code-set REA, except in the case of PaymentTimeLimit expiration.

Acknowledgement

The Seller or Aggregator receiving the OCN message responds with an Acknowledgment message.

<Acknowledgement xmlns="http://www.iata.org/IATA/EDIST/2017.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="5.000" xsi:schemaLocation="http://www.iata.org/IATA/EDIST/2017.2 Acknowledgement.xsd"> <Document/> <StatusCode>OK</StatusCode> </Acknowledgement>