Get Started
Tailor-Made ItinerariesTour & Cruise ItinerariesFIT Package ItinerariesRole Guides
Kaptio AdminSupplier ContractingProduct Design/BuildProduct ContentTraining ManagerData ExpertsDevelopersKaptio Platform Architecture
Architecture OverviewDevelopment GuidelinesFunctional DecompositionPlatform FAQNew to Salesforce?Security & ComplianceManage your EnvironmentsData Import & ExportGlobal Platform Setup
Getting Started with Core ConfigurationManage Global SettingsConfigure ChannelsManaging Users, Roles & AccessUnderstanding Your Sample DataPIM: Supplier Contracting
Managing SuppliersSetup LocationsManaging ServicesConfigure PricesBulk Import Service DataManage InventoryPromotion & Discount SetupPIM: Tour & Package Design
Getting Started with PackagesUnderstanding Departure TypesManage Package PricingSetup Package ContentConfigure Package DefaultingCRM Module
Customizing Kaptio TravelManage Account Record TypesSetup Trip & Itinerary WorkflowManage Salesforce FeaturesCONNECT: Land & Air Connectivity
Getting Started with ConnectivityPNR Import Setup & UsageIntegrating Amadeus Hotel Connectivity Setup & UsageDOCS Module
Getting Started: ContentManaging Content & MediaSetup Document StagesSetup TemplatesBuilding Custom Content ComponentsBulk Import Content DataUsing the Document Starter KitUsing the ATOL Certificate Starter KitPersonalizing DocumentsGenerating DocumentsCustomer Access to DocumentsEmail Setup & UsageAdvanced Sample Email TemplateCRS: Training Guides
Getting Started: TrainingTraining Reservation TeamsTraining Finance TeamsPAY: Payment Gateway Integrations
Getting Started: PaymentsImplementing Braintree/PayPalIntegrating Your Own GatewayData Migration
Guide to Booking MigrationPeripheral Integration Guides
Accounting IntegrationData Warehouse IntegrationWebsite IntegrationWelcome to the developer onboarding guide for website integration with Kaptio Travel. This document outlines the steps and resources necessary to integrate Kaptio's travel packages, services, and booking capabilities into your website.
Below, you will find a list of API endpoints and documentation to expose package search, departures, pricing, and individual service information. Additionally, you will find information on online booking capabilities, including creating and retrieving bookings, and selection apps.
Please reference the resources below and follow the steps outlined to achieve a successful integration with Kaptio's travel offerings.
Please be aware of the limits in place for the usage of these endpoints, which can be found here.
Website Integration
To integrate our website with Kaptio Travel, you can use the Kaptio Core APIs:
- To expose package search: /packages/search
- To expose package departures: /packages/{id}/departures
- To expose package pricing by departure: /packages/{id}/prices
- To bulk expose all package data: /package_extract_api
- To expose individual service information: /items/{id}
- To expose individual service availability: /items/inventory_bulk
- To expose individual service pricing: /items/prices_bulk
Online Bookings
You can use the following APIs to manage online bookings: