Nok OTA API icon

Nok OTA API

(0 reviews)

home

Overview

This portal has been prepared for authorized developers, including online travel agents and partner websites. It is intended to serve as a reference document for developers to use when accessing NokAir's reservation system via REST APIs.

OTA Booking and Payment Flow

  1. v1/available-flight-fare

    • This endpoint provides information about available flights and fares. You can specify the number of passengers for adults, children, and infants, along with the travel details including origin airport, destination airport, and departure dates.
  2. v1/pricing-details

    • This endpoint provides fares, along with taxes, fees, surcharges, and the list of extra services, for the chosen preferred flights and fares.
  3. v1/seat-map

    • This endpoint provides information about seat maps, seat charges, and seat assignments.
  4. v1/submit-hold-booking

    • This endpoint offers two action types: one to view the price summary, which includes fares, taxes, and fees for each passenger, and another to create the hold booking record (PNR).
  5. v1/confirm-payment

    • Send payment confirmation to NokAir, a payment record will be added to booking and bookingwill be in completed status.
  6. v1/booking/{confirmationNumber}

    • Get booking details from reservation system.
  7. v1/account-balance

    • Check agencyโ€™s account status and balance.
  8. v1/apis-info

    • After acquiring the PNR from the response of the submit-hold-booking endpoint, you can utilize this endpoint to update passport details.
  9. v1/token

    • If the token has expired, you may request a new security token.

API URL

EnvironmentInstanceURL
PRODProductionhttps://ota.nokair.com/v1
UATTesthttps://uat-ota.nokair.com/v1

Scenario case - Postman API

https://documenter.getpostman.com/view/4907293/2s9Y5R36sT

System Diagram

resources/OTA%20experience%20API-474a5a62-f4eb-4407-9bd4-aff40b8f23cb.png


Reviews