Aptra Advance Ndc Developer-s Guide |top| May 2026
APTRA Advance NDC Developer’s Guide is a technical manual for engineers and developers deploying and managing NCR's ATM software. It provides the specifications needed to configure, customize, and troubleshoot the Advance NDC application within financial self-service networks. Core Developer Features
The guide details several technical capabilities essential for ATM software development: APTRA Advance NDC Developer Guide | PDF - Scribd
5. Handling NDC Specifics: Offer Expiry, Ancillaries, and Bundles
Unlike legacy GDS workflows, NDC offers are dynamic and time-sensitive. The developer guide stresses two critical aspects: aptra advance ndc developer-s guide
3.1 Workflow A: Air Shopping (Offer Discovery)
Endpoint: POST /v1/ndc/shopping
Request Body (Simplified):
The guide provides a mapping table showing how to translate your internal SearchCriteria object into the NDC AirShoppingRQ. APTRA Advance auto-injects the PartyID and Sender details from the tenant configuration. APTRA Advance NDC Developer’s Guide is a technical
// Abridged request as per Section 4.2 of the guide
"core":
"travelers": [ "id": 1, "type": "ADT", "count": 1 ],
"slices": [
"origin": "JFK",
"destination": "LHR",
"departureDate": "2025-06-15"
]
,
"shoppingCriteria": "lowestFareOnly": false
Response Handling:
APTRA Advance returns a normalized Offer object. The guide emphasizes how to handle OfferItems with bundled ancillaries (bags, seats, wifi). Use the offerId from this response in the next step.
Introduction: The Shift to NDC and Intelligent Offer Management
The airline industry is undergoing its most significant technological transformation since the advent of e-ticketing. At the heart of this shift is NDC (New Distribution Capability) — an XML-based data transmission standard developed by IATA. NDC enables airlines to move beyond legacy EDIFACT limitations, offering rich content, dynamic ancillaries, and personalized retailing. Response Handling: APTRA Advance returns a normalized Offer
Yet, implementing NDC is not trivial. This is where Aptra Advance enters the scene. Developed by Hitit Computer Services, Aptra Advance is a next-generation airline retailing platform. For developers, the Aptra Advance NDC Developer’s Guide is the essential blueprint for integrating, customizing, and scaling NDC-powered solutions.
This article serves as a deep-dive companion to that guide. Whether you are building a travel agency portal, an OTA connection, or a direct NDC gateway for a corporate buyer, this resource will walk you through the architecture, API workflows, security protocols, and best practices.
3. Key Sections Typically Covered
| Section | Description |
|---------|-------------|
| Getting Started | API endpoints (sandbox/production), authentication (API keys / JWT), versioning, and rate limits. |
| NDC Message Flows | Standard NDC transactions: AirShopping, OfferPrice, SeatAvailability, OrderCreate, OrderRetrieve, OrderChange, OrderCancel. |
| Schema & Data Dictionaries | XML/JSON schemas for each message pair (request/response). |
| Ancillary Management | How to request, book, and price extras (bags, seats, meals, priority boarding). |
| Payment & Ticketing | Supported payment methods, IATA’s EasyPay or direct card integration, issuance of NDC orders (vs. e-tickets). |
| Error Handling | Standard NDC error codes, fault messages, and retry logic. |
| Best Practices | Caching offer validity, handling timeouts, asynchronous order fulfillment. |
| Post-Booking Servicing | Changes, cancellations, refunds, and voluntary/involuntary rebooking flows. |
Social Plugin