New Features
PNR Remarks – New API Method
We introduced a new API method that allows airlines using the IBE API to create PNR Remarks directly through their website or integrated systems. This gives partners, who use our API, the ability to add or update PNR-level remarks using a dedicated API call, supporting smoother operational workflows and reducing the need for manual CRS updates.
The new createRemark API, allows adding a text remark on the PNR level, using the booking confirmation ID. For example:
"bookingconfirmation": "54C2DCF8-E1C1-4521-89AB-2550534A6E83",
"remark": "Test remark!"You can insert multiple PNR remarks. Duplicate remarks are automatically rejected.
Full details of this API method are available here. You may also need to ask the Support or Implementation team to enable this API method for your API user.
Enhancements & Fixes
Hepstar – Security Protocol Upgrade to TLS 1.3
Hepstar announced a mandatory upgrade to TLS 1.3 by January 2026. TLS 1.3 is already active on both their UAT and production environments, and TLS 1.2 will be retired at the end of December 2025.
We updated our integration to ensure continuous and secure connectivity with Hepstar services. The transition to TLS 1.3 is complete.
Multileg Flights – Accurate STD/STA Values for Email Notification Parameters
Many customers use our Email Notification tool to keep passengers informed about schedule updates and other important details. For multileg flights, the parameters {DEPARTURETIME} and {LANDINGTIME} now display the correct STD and STA for the specific leg booked by the passenger.
Comments