An event-driven core with read-through fare caches, idempotent booking workflows, and a clean, well-documented API contract.
Card data tokenized at the gateway. PAN never touches our servers.
TLS 1.2+ in transit, AES-256 at rest. Key rotation built in.
Designed to meet India’s Digital Personal Data Protection Act 2023 from day one.
SAML, OIDC, and row-level entitlements down to PCC on the roadmap.
POST /v1/shopping/search
{
"origin": "DEL",
"destination": "DXB",
"depart": "2026-06-12",
"passengers": { "adt": 1 },
"sources": ["GDS","NDC","LCC"]
}
200 OK
{
"search_id": "shp_8u2j..",
"offers": [
{ "id":"of_AI9151", "src":"GDS",
"price":{"total":182,"ccy":"USD"},
"fare_basis":"Y1RT", "baggage":"23kg" }
]
}