Ndc Developer-s Guide — Aptra Advance
A significant portion of the Developer’s Guide (Chapter 7) covers webhook subscriptions. NDC is inherently asynchronous—airlines may update orders minutes or hours after booking.
Once your integration passes all self-tests, you export an Integration Report from APTRA Advance Admin Console. NCR’s certification team reviews the logs and typically responds within 5 business days. aptra advance ndc developer-s guide
After the user selects an offer, you send: A significant portion of the Developer’s Guide (Chapter
POST /ndc/order
"selectedOfferID": "OFF-JFK-LHR-001",
"passengerDetails": [
"firstName": "John", "lastName": "Doe", "dob": "1985-04-12"
],
"contactInfo": "email": "john@example.com", "phone": "+123456789"
Aptra Advance validates the offer (still bookable) and creates an OrderView with a pending status. After the user selects an offer, you send: