Last Update | |
Created | 24 March 15 |
Products | WP Plugin,White Labels,Mobile Apps,B2B Software,Trip Composer,Corporate/Self Booking Tool |
Documentation | Well Documented |
FAQs | Travel API Integration,Hotels API Integration,Flights API Integration,Payment Gateway Integration |
-
HTML Template Designs
Save Time With Pre-Made HTML Templates
-
WordPress Travel Plugin
The ultimate solution to enhance your WordPress website
-
Crossplatform Widgets
Integrated travel booking features in your existing site
-
White Label Travel Portal
Predefined HTML Templates to Build Stunning Travel Websites
-
B2B Travel Software
Offer a platform to your agencies to book and sell travel services.
-
Travel Agency APP Builder
Create your own Mobile APP and host it on your Play Store.
-
Itinerary BuilderNEW
Create Amazing Itineraries. In A Few Minutes.
-
Corporate Booking Tool
Let your business travelers book and manage their trips online.
-
Travel XML APIs
Have something unique in mind? Take total control!
-
Travel Marketplace
Platform for your agencies to buy and sell FD/Series allotments.
-
GDS/OTA Solutions
Best for IATA travel agencies with direct contracting.
-
Travel Chatbot
Chatbot service offers a convenient for travelers.
-
Testimonials
Voices That Speak Our Success Story
-
Gift Cards and Loyality
Launch a Loyalty Program, Store Credit & Rewards.
-
Documentations
Key aspects of adivaha's travel technology offerings
-
Blogs
Travel Portal Solutions - Travel Technology News and Updates
-
FAQ-Frequently Asked Questions
Ask your questions here!
Important Implementations
Student Fare and Senior Citizen and Armed Force Fare
We have implemented Student Fare for 6E(Indigo), SG(SpiceJet), I5(AirAsia) & GDS:
Client need to pass 'ResultFareType' node to get the Student fare and below are the enums for the same-
How to Pass in Search Request
POST: { "action": "flightSearch", "adults": "1", "children": "0", "infants": "0", "isoneway": "Yes", "From_IATACODE": "DEL", "To_IATACODE": "BOM", "departure_date": "2023-10-09", "return_date": "2023-10-10", "Flights_category": "Economy", "ResultFareType": "5" }
How to Pass in Ticket Request
POST: { "action": "ticketForLcc", "IsLCC": "1", "isoneway": "Yes", "isDomestic": "Yes", "IsDomesticReturn": "No", "TraceId": "1116e17e-6205-457d-aeaa-9e10868f10f4", "ResultIndex": "OB1", "Passengers": [ { "Title": "Mr", "FirstName": "Test", "LastName": "Booking", "PaxType": "1", "DateOfBirth": "1950-07-17T00:00:00", "Gender": 1, "AddressLine1": "D-88 Ground Floor Sector 17 Vashi, Navi mumbai", "AddressLine2": "", "City": "Navi Mumbai", "CountryCode": "IN", "CountryName": "India", "Nationality": "IN", "ContactNo": "8882198033", "Email": "praveen@thewebconz.com", "IsLeadPax": true, "PassportNo": "", "PassportExpiry": "", "Fare": { "Currency": "INR", "BaseFare": 3870, "Tax": 787, "YQTax": 0, "AdditionalTxnFeePub": 0, "AdditionalTxnFeeOfrd": 0, "OtherCharges": 59, "Discount": 0, "PublishedFare": 4657, "OfferedFare": 4571.57, "TdsOnCommission": 34.17, "TdsOnPLB": 0, "TdsOnIncentive": 0, "ServiceFee": 0 }, "DocumentDetails": [ { "PaxId": 0, "ResultFareType": 0, "DocumentTypeId": "StudentId", //SeniorCitizenId "DocumentNumber": "12774" } ], "GSTCompanyAddress": null, "GSTCompanyContactNumber": null, "GSTCompanyName": null, "GSTNumber": null, "GSTCompanyEmail": null } ] }