- Scanners
- Accessories
- Antennas
- Books
- Software
- Programming
- SportSync
- Resources
- Rangecast
- On Sale
Developing for APTRA Advance NDC generally involves updating host configurations, modifying states, and building custom client-side extensions. Configuring the State Flow
Send a POST /v1/webhook/subscribe with your endpoint URL and the events you care about:
When standard NDC logical states are insufficient, developers can program custom "Exit States." These states hand over execution control from the main NDC engine to a localized object-oriented script or compiled C#/.NET library. aptra advance ndc developer-s guide
The sandbox environment includes a “Chaos Mode” (Section 8.4). Set header X-APTRA-Simulate: NDC-2015 to test how your app handles offer expiration.
The APTRA Advance NDC system provides mechanisms for diagnostics and troubleshooting. Developing for APTRA Advance NDC generally involves updating
Aptra Advance acts as a between your application (e.g., a B2B booking engine) and one or multiple airline NDC gateways. The architecture follows a request-reply model over HTTPS, with JSON/XML payloads.
Key Takeaway: The guide assumes you understand NDC schemas ( AirShoppingRQ , OrderCreateRQ ). Its value lies in showing you how APTRA Advance wraps these schemas with proprietary headers and security artifacts. Set header X-APTRA-Simulate: NDC-2015 to test how your
When troubleshooting, the primary source of truth is the local application logs.