Infrastructure for the AI Era
Airlines are trapped between 40-year-old EDIFACT and ATPCO stacks and modern retail expectations. NDC Direct is the read-only adapter that turns legacy fares and NDC content into a single, AI-ready Unified Fare Model — with no mainframe migration.
// The live demo runs on a lightweight illustrative database that mirrors this architecture. Our full EDIFACT + ATPCO models remain private and offline.
// GET /api/v1/offers/unified
{
"flight": "LH400",
"origin": "FRA",
"destination": "JFK",
"legacy_edifact": {
"carrier": "LH", // PNRGOV / TVL / TKT
"base_fare": "600.00",
"tax_amount": "120.00",
"currency": "EUR"
},
"atpco_pricing": {
"fare_basis": "Y26NR", // From ATPCO-like tables
"cabin": "Y",
"tariff": "001",
"rule_number": "1000"
},
"ndc_content": {
"wifi": true, // From modern NDC DB
"meal": "Gourmet Dining",
"seat_image": "https://..."
},
"source": "demo-simulated" // Live demo uses a lightweight illustrative DB
}
EDIFACT, ATPCO and NDC all speak different dialects of “fare”. NDC Direct unifies them.
Airlines fear breaking the PSS. Our adapter uses Method Locking tokens and field-level contracts. It is architected to be read-only — no DELETE, no UPDATE, no surprises.
Beneath the demo, Omnifier can model EDIFACT PNRGOV segments and ATPCO-style fares into a single, canonical schema — preserving legacy fidelity while exposing modern JSON your teams can actually work with.
Deploy the adapter as a sidecar to your existing SQL mirrors or read replicas. No mainframe rewrite, no PSS refactor — just a controlled, unified view of your fare brain.
NDC Direct runs on Omnifier — a hardened PHP middleware designed for air-gapped, high-security airline environments. It turns complex EDIFACT, ATPCO and NDC joins into flat, governed APIs.
Our live endpoint merges simulated EDIFACT-style and NDC tables to demonstrate the architecture of the Unified Fare Model in real-time.
Launch Live Demo