Flight Delay Pass API
Flight Delay Pass Protection
Provide your customers with peace of mind by offering flight delay pass coverage. Our API enables seamless integration of delay pass issuance, pricing, and management into your booking flow.
Overview
The Flight Delay Pass API allows travel agents and platforms to offer flight delay insurance to passengers. This service provides compensation coverage for flight delays, enhancing customer satisfaction and generating additional revenue.
Key Features
Real-time Pricing
Get instant pricing for delay pass products with transparent cost breakdown and currency conversion.
Instant Issuance
Issue passes in real-time with immediate confirmation and unique pass codes for each passenger.
Complete Management
Access detailed booking information, track status changes, and manage cancellations effortlessly.
Flexible Cancellation
Request cancellations when needed with automated processing and refund handling.
API Endpoints
1. Get Price
Retrieve current pricing for delay pass products and obtain a unique transaction ID.
View Documentation →2. Issue Pass
Issue a flight delay pass for passengers with complete booking details.
View Documentation →Quick Start Guide
Step 1: Get Pricing
POST /api/flight-delay-pass/get-price
Authorization: Bearer YOUR_TOKENThis returns a uniqueTransId that you'll use in the next step.
Step 2: Issue Pass
POST /api/v1/flight-delay-pass/issue-pass
Authorization: Bearer YOUR_TOKEN
{
"uniqueTransId": "NZFDP2510129830",
"productCode": "GMAT60MINS",
"passengerCount": 1,
"passenger_name": "John Doe",
"passenger_email": "john.doe@example.com",
"passenger_mobile": "1234567890",
"passenger_country_code": "+60"
}Step 3: Verify Booking
GET /api/flight-delay-pass/agent/booking-details/{uniqueTransId}
Authorization: Bearer YOUR_TOKENProducts Available
| Product Code | Coverage | Description |
|---|---|---|
| GMAT60MINS | 60 Minutes | Flight delay coverage for delays of 60 minutes or more |
Integration Benefits
- ✓Revenue Generation: Earn additional commission on delay pass sales
- ✓Customer Satisfaction: Provide valuable protection that enhances travel experience
- ✓Easy Integration: Simple REST API with comprehensive documentation
- ✓Real-time Processing: Instant confirmation and pass code generation
- ✓Complete Support: Full booking lifecycle management with cancellation support
Authentication
All Flight Delay Pass API endpoints require authentication using Bearer tokens.
For authentication details, see the Authentication Guide.
Support & Resources
Need help integrating the Flight Delay Pass API? Our support team is here to assist you.