Download OpenAPI specification:
Visa API endpoints converted from Postman collection.
Get a list of available visas based on destination, category, and guest nationality.
Visa search parameters
| country_code
required
|
string
Destination country code (e.g., TH, AE, BD). Set null to search all. |
| visa_category
required
|
string
Type of visa (e.g., tourist-visa, business-visa). Set null for all. |
| guest_nationality
required
|
string
The nationality of the traveler (e.g., BD, IN). |
{- "country_code": "TH",
- "visa_category": "business-visa",
- "guest_nationality": "BD"
}
{- "status": "success",
- "reason": "1 category visa service available",
- "data": [
- {
- "visa_seo_code": "medical-visa",
- "visa_title": "Medical Visa",
- "country_name": "Bangladesh",
- "country_code": "BD",
- "visa_category": "business-visa",
- "visa_category_title": "Business Visa",
- "basic_info": "<p>none</p>\n\n<p>none</p>\n",
- "last_update": "Tuesday, 2026-03-03 2:43 PM +06:00",
- "starting_price": {
- "sale": {
- "amount": 9000,
- "currency": "BDT"
}, - "purchase": {
- "amount": 9000,
- "currency": "BDT"
}, - "fmg": {
- "amount": 9000,
- "currency": "BDT"
}, - "supplier": {
- "amount": 9000,
- "currency": "BDT"
}
}
}
]
}
Fetch all information about a specific visa category and country using its unique SEO code.
| visa_seo_code
required
|
string
The unique SEO friendly slug for the visa type. |
{- "visa_seo_code": "medical-visa"
}
{- "status": "success",
- "reason": "1 category visa service available",
- "summery": {
- "visa_seo_code": "medical-visa",
- "visa_title": "Medical Visa",
- "country_name": "Bangladesh",
- "country_code": "BD",
- "visa_category": "business-visa",
- "visa_category_title": "Business Visa",
- "basic_info": "<p>none</p>\n\n<p>none</p>\n",
- "last_update": "Tuesday, 2026-03-03 2:43 PM +06:00",
- "meta_title": "",
- "meta_description": "",
- "meta_keywords": "",
- "meta_robots": "index,follow",
- "meta_googlebot": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
- "meta_canonical_link": "",
- "meta_og_title": "",
- "meta_ogurl": "",
- "meta_ogdescription": "",
- "starting_price": {
- "sale": {
- "amount": 9000,
- "currency": "BDT"
}, - "purchase": {
- "amount": 9000,
- "currency": "BDT"
}, - "fmg": {
- "amount": 9000,
- "currency": "BDT"
}, - "supplier": {
- "amount": 9000,
- "currency": "BDT"
}
}
}, - "visa_options": [
- {
- "visa_option_title": "Business Visa",
- "visa_option_code": "business-visa",
- "validation_doc": [ ],
- "required_doc": [
- {
- "title": "Passport",
- "code": "passport",
- "data": [
- "none"
]
}, - {
- "title": "Photo",
- "code": "photo",
- "data": [
- "none"
]
}
], - "processing_time": {
- "title": "Visa Processing Time",
- "notes": "Visa processing time refers to the duration required for authorities to review and make a decision on a visa application. This period can vary depending on several factors, including the type of visa, the applicant's nationality, and the efficiency of the processing country's immigration department. Generally, processing times can range from a few days to several weeks or even months. It is advisable for applicants to apply well in advance of their intended travel date to accommodate any potential delays. During this time, applicants may be required to attend interviews, submit additional documentation, or undergo background checks.",
- "duration": "7",
- "type": "Days"
}, - "visa_validity": {
- "title": "Visa Validity",
- "notes": "Visa valid from the date of issue. You must enter within the validity of visa",
- "duration": "90",
- "type": "Days"
}, - "visa_validity_arrival": {
- "title": "Visa Validity From Arrival Date",
- "notes": "Visa valid from the date of arrival, the permitted length of stay",
- "duration": "60",
- "type": "Days"
}, - "contacts": {
- "email": null,
- "number": null
}, - "age": {
- "adult_min": "25",
- "child_min": "12"
}, - "fees": {
- "sell": {
- "total": 10500,
- "currency": "BDT",
- "service_charge": 1500,
- "visa_fees": 9000,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 10500,
- "currency": "BDT",
- "service_charge": 1500,
- "visa_fees": 9000,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 10500,
- "currency": "BDT",
- "service_charge": 1500,
- "visa_fee": 9000,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 10500,
- "currency": "BDT",
- "service_charge": 1500,
- "visa_fee": 9000,
- "service_charge_currency": "BDT"
}
}, - "adult": {
- "sell": {
- "total": 6000,
- "currency": "BDT",
- "service_charge": 1000,
- "visa_fees": 5000,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 6000,
- "currency": "BDT",
- "service_charge": 1000,
- "visa_fees": 5000,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 6000,
- "currency": "BDT",
- "service_charge": 1000,
- "visa_fee": 5000,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 6000,
- "currency": "BDT",
- "service_charge": 1000,
- "visa_fee": 5000,
- "service_charge_currency": "BDT"
}
}, - "child": {
- "sell": {
- "total": 4500,
- "currency": "BDT",
- "service_charge": 500,
- "visa_fees": 4000,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 4500,
- "currency": "BDT",
- "service_charge": 500,
- "visa_fees": 4000,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 4500,
- "currency": "BDT",
- "service_charge": 500,
- "visa_fee": 4000,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 4500,
- "currency": "BDT",
- "service_charge": 500,
- "visa_fee": 4000,
- "service_charge_currency": "BDT"
}
}
}
], - "holiday_data": {
- "weekend_days": [
- "Fri",
- "Sat"
], - "public_holidays": [ ]
}, - "visa_faq": [ ],
- "country_profile": {
- "country_code": "BD",
- "country_name": "Bangladesh",
- "country_flags": null,
- "phoneCode": "880",
- "map_photo": null,
- "capital": "Dhaka",
- "currency": "Bangladeshi taka (BDT)",
- "language": "Bengali",
- "religion": "Islam, Hinduism",
- "weather": "Bangladesh has a tropical monsoon climate with three distinct seasons: a hot, humid summer, a cool, dry winter, and a rainy monsoon season.",
- "major_cities": "Dhaka, Chittagong, Khulna, Rajshahi",
- "about_country": "Bangladesh is a country in South Asia. It is known for its lush green landscapes, a vast network of rivers, and rich cultural heritage. The country is one of the most densely populated in the world.",
- "available_timezone": [
- {
- "timezone_name": "Asia/Dhaka"
}
]
}, - "airport_list": [
- {
- "IataCode": "LLJ",
- "AirportName": "Lalmonirhat Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Indonesia",
- "CityName": "Lalmonirhat",
- "CityCode": "LLJ"
}, - {
- "IataCode": "ZYL",
- "AirportName": "Osmani International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sylhet",
- "CityCode": "ZYL"
}, - {
- "IataCode": "ZHM",
- "AirportName": "Shamshernagar Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Shamshernagar",
- "CityCode": "ZHM"
}, - {
- "IataCode": "TKR",
- "AirportName": "Thakurgaon Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Thakurgaon",
- "CityCode": "TKR"
}, - {
- "IataCode": "SPD",
- "AirportName": "Saidpur Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Saidpur",
- "CityCode": "SPD"
}, - {
- "IataCode": "SDW",
- "AirportName": "Sandwip Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sandwip",
- "CityCode": ""
}, - {
- "IataCode": "SAJ",
- "AirportName": "Sirajganj Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sirajganj",
- "CityCode": ""
}, - {
- "IataCode": "RJH",
- "AirportName": "Shah Makhdum Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Rajshahi",
- "CityCode": "RJH"
}, - {
- "IataCode": "RAU",
- "AirportName": "Rangpur Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Rangpur",
- "CityCode": ""
}, - {
- "IataCode": "BZL",
- "AirportName": "Barisal Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Barisal",
- "CityCode": "BZL"
}, - {
- "IataCode": "KHL",
- "AirportName": "Khulna Khan Jahan Ali Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Khulna",
- "CityCode": ""
}, - {
- "IataCode": "JSR",
- "AirportName": "Jessore Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Jashore (Jessore)",
- "CityCode": "JSR"
}, - {
- "IataCode": "IRD",
- "AirportName": "Ishurdi Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Ishurdi",
- "CityCode": "IRD"
}, - {
- "IataCode": "DAC",
- "AirportName": "Hazrat Shahjalal International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Dhaka",
- "CityCode": "DAC"
}, - {
- "IataCode": "CXB",
- "AirportName": "Cox's Bazar Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Cox's Bazar",
- "CityCode": "CXB"
}, - {
- "IataCode": "CLA",
- "AirportName": "Comilla Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Comilla",
- "CityCode": "CLA"
}, - {
- "IataCode": "CGP",
- "AirportName": "Shah Amanat International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Chattogram (Chittagong)",
- "CityCode": "CGP"
}
]
}
This API validates the visa availability, guest eligibility, and travel dates based on the selected SEO and option codes.
| visa_seo_code
required
|
string
The unique SEO code for the visa category. |
| visa_option_code
required
|
string
Specific option/type code for the selected visa. |
| guest_nationality
required
|
string
ISO code of the guest's nationality. |
| guest_visite
required
|
string
ISO code of the destination country (e.g., Iraq). |
|
checkIn
required
|
string
<date>
Expected travel/check-in date. |
|
total_adult
required
|
integer
Number of adult travelers. |
| total_child |
integer
Number of child travelers. |
{- "visa_seo_code": "test-category-visa",
- "visa_option_code": "visit-visa",
- "guest_nationality": "BD",
- "guest_visite": "IQ",
- "checkIn": "2026-03-10",
- "total_adult": 2,
- "total_child": 0
}
{- "status": "success",
- "reason": "Validation create successfully.",
- "tracking_id": "31177468832226194WXVDD",
- "session_expire": {
- "timestamp": 1774690122,
- "datetime": "2026-03-28 15:28:42 +06",
- "message": "The booking process should be completed by no later than 2026-03-28 15:28:42 +06."
}, - "search_parameter": {
- "visa_seo_code": "medical-visa",
- "visa_option_code": "business-visa",
- "guest_nationality": "BD",
- "guest_visite": "BD",
- "checkIn": "2026-04-30",
- "total_adult": 2,
- "total_child": 0
}, - "data": {
- "summery": {
- "visa_seo_code": "medical-visa",
- "visa_title": "Medical Visa",
- "country_name": "Bangladesh",
- "country_code": "BD",
- "visa_category": "business-visa",
- "visa_category_title": "Business Visa",
- "basic_info": "<p>none</p>\n\n<p>none</p>\n",
- "last_update": "Tuesday, 2026-03-03 2:43 PM +06:00",
- "meta_title": "",
- "meta_description": "",
- "meta_keywords": "",
- "meta_robots": "index,follow",
- "meta_googlebot": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
- "meta_canonical_link": "",
- "meta_og_title": "",
- "meta_ogurl": "",
- "meta_ogdescription": "",
}, - "applicant": {
- "total": 2,
- "adult": 2,
- "child": 0
}, - "visa_options": {
- "visa_option_title": "Business Visa",
- "visa_option_code": "business-visa",
- "validating_doc": [ ],
- "required_doc": [
- {
- "title": "Passport",
- "code": "passport",
- "data": [
- "none"
]
}, - {
- "title": "Photo",
- "code": "photo",
- "data": [
- "none"
]
}
], - "processing_time": {
- "title": "Visa Processing Time",
- "notes": "Visa processing time refers to the duration required for authorities to review and make a decision on a visa application. This period can vary depending on several factors, including the type of visa, the applicant's nationality, and the efficiency of the processing country's immigration department. Generally, processing times can range from a few days to several weeks or even months. It is advisable for applicants to apply well in advance of their intended travel date to accommodate any potential delays. During this time, applicants may be required to attend interviews, submit additional documentation, or undergo background checks.",
- "duration": "7",
- "type": "Days"
}, - "visa_validity": {
- "title": "Visa Validity",
- "notes": "Visa valid from the date of issue. You must enter within the validity of visa",
- "duration": "90",
- "type": "Days"
}, - "visa_validity_arrival": {
- "title": "Visa Validity From Arrival Date",
- "notes": "Visa valid from the date of arrival, the permitted length of stay",
- "duration": "60",
- "type": "Days"
}, - "contacts": {
- "email": null,
- "number": null
}, - "age": {
- "adult_min": "25",
- "child_min": "12"
}, - "fees": {
- "sell": {
- "total": 12000,
- "currency": "BDT",
- "visa_fees": 10000,
- "service_charge": 2000,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 10500,
- "currency": "BDT",
- "visa_fees": 9000,
- "service_charge": 1500,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 10500,
- "currency": "BDT",
- "visa_fees": 9000,
- "service_charge": 1500,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 10500,
- "currency": "BDT",
- "visa_fees": 9000,
- "service_charge": 1500,
- "service_charge_currency": "BDT"
}
}, - "adult": {
- "sell": {
- "total": 6000,
- "currency": "BDT",
- "visa_fees": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 6000,
- "currency": "BDT",
- "visa_fees": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 6000,
- "currency": "BDT",
- "visa_fee": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 6000,
- "currency": "BDT",
- "visa_fee": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}
}, - "child": {
- "sell": {
- "total": 4500,
- "currency": "BDT",
- "visa_fees": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 4500,
- "currency": "BDT",
- "visa_fees": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 4500,
- "currency": "BDT",
- "visa_fee": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 4500,
- "currency": "BDT",
- "visa_fee": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}
}
}, - "visa_faq": [ ],
- "holiday_data": {
- "weekend_days": [
- "Fri",
- "Sat"
], - "public_holidays": [ ]
}
}, - "country_profile": {
- "country_code": "BD",
- "country_name": "Bangladesh",
- "country_flags": null,
- "phoneCode": "880",
- "map_photo": null,
- "capital": "Dhaka",
- "currency": "Bangladeshi taka (BDT)",
- "language": "Bengali",
- "religion": "Islam, Hinduism",
- "weather": "Bangladesh has a tropical monsoon climate with three distinct seasons: a hot, humid summer, a cool, dry winter, and a rainy monsoon season.",
- "major_cities": "Dhaka, Chittagong, Khulna, Rajshahi",
- "about_country": "Bangladesh is a country in South Asia. It is known for its lush green landscapes, a vast network of rivers, and rich cultural heritage. The country is one of the most densely populated in the world.",
- "available_timezone": [
- {
- "timezone_name": "Asia/Dhaka"
}
]
}, - "airport_list": [
- {
- "IataCode": "LLJ",
- "AirportName": "Lalmonirhat Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Indonesia",
- "CityName": "Lalmonirhat",
- "CityCode": "LLJ"
}, - {
- "IataCode": "ZYL",
- "AirportName": "Osmani International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sylhet",
- "CityCode": "ZYL"
}, - {
- "IataCode": "ZHM",
- "AirportName": "Shamshernagar Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Shamshernagar",
- "CityCode": "ZHM"
}, - {
- "IataCode": "TKR",
- "AirportName": "Thakurgaon Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Thakurgaon",
- "CityCode": "TKR"
}, - {
- "IataCode": "SPD",
- "AirportName": "Saidpur Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Saidpur",
- "CityCode": "SPD"
}, - {
- "IataCode": "SDW",
- "AirportName": "Sandwip Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sandwip",
- "CityCode": ""
}, - {
- "IataCode": "SAJ",
- "AirportName": "Sirajganj Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sirajganj",
- "CityCode": ""
}, - {
- "IataCode": "RJH",
- "AirportName": "Shah Makhdum Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Rajshahi",
- "CityCode": "RJH"
}, - {
- "IataCode": "RAU",
- "AirportName": "Rangpur Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Rangpur",
- "CityCode": ""
}, - {
- "IataCode": "BZL",
- "AirportName": "Barisal Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Barisal",
- "CityCode": "BZL"
}, - {
- "IataCode": "KHL",
- "AirportName": "Khulna Khan Jahan Ali Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Khulna",
- "CityCode": ""
}, - {
- "IataCode": "JSR",
- "AirportName": "Jessore Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Jashore (Jessore)",
- "CityCode": "JSR"
}, - {
- "IataCode": "IRD",
- "AirportName": "Ishurdi Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Ishurdi",
- "CityCode": "IRD"
}, - {
- "IataCode": "DAC",
- "AirportName": "Hazrat Shahjalal International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Dhaka",
- "CityCode": "DAC"
}, - {
- "IataCode": "CXB",
- "AirportName": "Cox's Bazar Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Cox's Bazar",
- "CityCode": "CXB"
}, - {
- "IataCode": "CLA",
- "AirportName": "Comilla Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Comilla",
- "CityCode": "CLA"
}, - {
- "IataCode": "CGP",
- "AirportName": "Shah Amanat International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Chattogram (Chittagong)",
- "CityCode": "CGP"
}
]
}
Retrieve the previously validated visa information, pricing, and guest selection using the unique tracking ID.
|
tracking_id
required
|
string
The unique tracking ID received from the validate-details API. |
{- "tracking_id": "1177235201788128GTBLA"
}
{- "status": "success",
- "tracking_id": "31177468832226194WXVDD",
- "session_expire": {
- "timestamp": 1774690122,
- "datetime": "2026-03-28 15:28:42 +06",
- "message": "The booking process should be completed by no later than 2026-03-28 15:28:42 +06."
}, - "search_parameter": {
- "visa_seo_code": "medical-visa",
- "visa_option_code": "business-visa",
- "guest_nationality": "BD",
- "guest_visite": "BD",
- "checkIn": "2026-04-30",
- "total_adult": 2,
- "total_child": 0
}, - "data": {
- "summery": {
- "visa_seo_code": "medical-visa",
- "visa_title": "Medical Visa",
- "country_name": "Bangladesh",
- "country_code": "BD",
- "visa_category": "business-visa",
- "visa_category_title": "Business Visa",
- "basic_info": "<p>none</p>\n\n<p>none</p>\n",
- "last_update": "Tuesday, 2026-03-03 2:43 PM +06:00",
- "meta_title": "",
- "meta_description": "",
- "meta_keywords": "",
- "meta_robots": "index,follow",
- "meta_googlebot": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
- "meta_canonical_link": "",
- "meta_og_title": "",
- "meta_ogurl": "",
- "meta_ogdescription": "",
}, - "applicant": {
- "total": 2,
- "adult": 2,
- "child": 0
}, - "visa_options": {
- "visa_option_title": "Business Visa",
- "visa_option_code": "business-visa",
- "validating_doc": [ ],
- "required_doc": [
- {
- "title": "Passport",
- "code": "passport",
- "data": [
- "none"
]
}, - {
- "title": "Photo",
- "code": "photo",
- "data": [
- "none"
]
}
], - "processing_time": {
- "title": "Visa Processing Time",
- "notes": "Visa processing time refers to the duration required for authorities to review and make a decision on a visa application. This period can vary depending on several factors, including the type of visa, the applicant's nationality, and the efficiency of the processing country's immigration department. Generally, processing times can range from a few days to several weeks or even months. It is advisable for applicants to apply well in advance of their intended travel date to accommodate any potential delays. During this time, applicants may be required to attend interviews, submit additional documentation, or undergo background checks.",
- "duration": "7",
- "type": "Days"
}, - "visa_validity": {
- "title": "Visa Validity",
- "notes": "Visa valid from the date of issue. You must enter within the validity of visa",
- "duration": "90",
- "type": "Days"
}, - "visa_validity_arrival": {
- "title": "Visa Validity From Arrival Date",
- "notes": "Visa valid from the date of arrival, the permitted length of stay",
- "duration": "60",
- "type": "Days"
}, - "contacts": {
- "email": null,
- "number": null
}, - "age": {
- "adult_min": "25",
- "child_min": "12"
}, - "fees": {
- "sell": {
- "total": 12000,
- "currency": "BDT",
- "visa_fees": 10000,
- "service_charge": 2000,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 10500,
- "currency": "BDT",
- "visa_fees": 9000,
- "service_charge": 1500,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 10500,
- "currency": "BDT",
- "visa_fees": 9000,
- "service_charge": 1500,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 10500,
- "currency": "BDT",
- "visa_fees": 9000,
- "service_charge": 1500,
- "service_charge_currency": "BDT"
}
}, - "adult": {
- "sell": {
- "total": 6000,
- "currency": "BDT",
- "visa_fees": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 6000,
- "currency": "BDT",
- "visa_fees": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 6000,
- "currency": "BDT",
- "visa_fee": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 6000,
- "currency": "BDT",
- "visa_fee": 5000,
- "service_charge": 1000,
- "service_charge_currency": "BDT"
}
}, - "child": {
- "sell": {
- "total": 4500,
- "currency": "BDT",
- "visa_fees": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}, - "purchase": {
- "total": 4500,
- "currency": "BDT",
- "visa_fees": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}, - "fmg": {
- "total": 4500,
- "currency": "BDT",
- "visa_fee": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}, - "supplier": {
- "total": 4500,
- "currency": "BDT",
- "visa_fee": 4000,
- "service_charge": 500,
- "service_charge_currency": "BDT"
}
}
}, - "visa_faq": [ ],
- "holiday_data": {
- "weekend_days": [
- "Fri",
- "Sat"
], - "public_holidays": [ ]
}
}, - "country_profile": {
- "country_code": "BD",
- "country_name": "Bangladesh",
- "country_flags": null,
- "phoneCode": "880",
- "map_photo": null,
- "capital": "Dhaka",
- "currency": "Bangladeshi taka (BDT)",
- "language": "Bengali",
- "religion": "Islam, Hinduism",
- "weather": "Bangladesh has a tropical monsoon climate with three distinct seasons: a hot, humid summer, a cool, dry winter, and a rainy monsoon season.",
- "major_cities": "Dhaka, Chittagong, Khulna, Rajshahi",
- "about_country": "Bangladesh is a country in South Asia. It is known for its lush green landscapes, a vast network of rivers, and rich cultural heritage. The country is one of the most densely populated in the world.",
- "available_timezone": [
- {
- "timezone_name": "Asia/Dhaka"
}
]
}, - "airport_list": [
- {
- "IataCode": "LLJ",
- "AirportName": "Lalmonirhat Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Indonesia",
- "CityName": "Lalmonirhat",
- "CityCode": "LLJ"
}, - {
- "IataCode": "ZYL",
- "AirportName": "Osmani International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sylhet",
- "CityCode": "ZYL"
}, - {
- "IataCode": "ZHM",
- "AirportName": "Shamshernagar Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Shamshernagar",
- "CityCode": "ZHM"
}, - {
- "IataCode": "TKR",
- "AirportName": "Thakurgaon Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Thakurgaon",
- "CityCode": "TKR"
}, - {
- "IataCode": "SPD",
- "AirportName": "Saidpur Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Saidpur",
- "CityCode": "SPD"
}, - {
- "IataCode": "SDW",
- "AirportName": "Sandwip Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sandwip",
- "CityCode": ""
}, - {
- "IataCode": "SAJ",
- "AirportName": "Sirajganj Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Sirajganj",
- "CityCode": ""
}, - {
- "IataCode": "RJH",
- "AirportName": "Shah Makhdum Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Rajshahi",
- "CityCode": "RJH"
}, - {
- "IataCode": "RAU",
- "AirportName": "Rangpur Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Rangpur",
- "CityCode": ""
}, - {
- "IataCode": "BZL",
- "AirportName": "Barisal Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Barisal",
- "CityCode": "BZL"
}, - {
- "IataCode": "KHL",
- "AirportName": "Khulna Khan Jahan Ali Airport",
- "airport_timezone": null,
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Khulna",
- "CityCode": ""
}, - {
- "IataCode": "JSR",
- "AirportName": "Jessore Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Jashore (Jessore)",
- "CityCode": "JSR"
}, - {
- "IataCode": "IRD",
- "AirportName": "Ishurdi Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Ishurdi",
- "CityCode": "IRD"
}, - {
- "IataCode": "DAC",
- "AirportName": "Hazrat Shahjalal International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Dhaka",
- "CityCode": "DAC"
}, - {
- "IataCode": "CXB",
- "AirportName": "Cox's Bazar Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Cox's Bazar",
- "CityCode": "CXB"
}, - {
- "IataCode": "CLA",
- "AirportName": "Comilla Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Comilla",
- "CityCode": "CLA"
}, - {
- "IataCode": "CGP",
- "AirportName": "Shah Amanat International Airport",
- "airport_timezone": "Asia/Dhaka",
- "CountryCode": "BD",
- "CountryName": "Bangladesh",
- "CityName": "Chattogram (Chittagong)",
- "CityCode": "CGP"
}
]
}
Submit applicant details, passport information, and documents to create a visa booking for one or multiple travelers.
|
member_id
required
|
string
The unique ID of the agency or member placing the order. |
|
tracking_id
required
|
string
The unique tracking ID obtained from the 'validate-details' step. |
| payment_type
required
|
string
Enum: "account_balance"
"card"
Mode of payment. Choose 'account_balance' for instant deduction or 'card' for gateway payment. |
| redirect_url |
string
The URL where the user will be redirected after a successful card payment. |
|
required
|
Array of
objects
A list of one or more applicants applying for the visa. |
{- "member_id": "1",
- "tracking_id": "1177468979868881A2U8M",
- "payment_type": "account_balance",
- "visa_applicant": [
- {
- "visa_option_code": "medical-visa",
- "pax_id": "1",
- "gender": "M",
- "title": "Mr",
- "first_name": "test",
- "last_name": "Ali",
- "dob": "1995-10-24",
- "doc_country": "BD",
- "doc_no": "ER1212121",
- "doc_dateofexpiry": "2030-04-25",
- "isd_code": "880",
- "contact_no": "1966330000",
- "attachment": [
- {
- "name": "passport",
}, - {
- "name": "photo",
}
]
}, - {
- "visa_option_code": "medical-visa",
- "pax_id": "2",
- "gender": "M",
- "title": "Mr",
- "first_name": "Mahade Hasan",
- "last_name": "test",
- "dob": "2001-07-11",
- "doc_country": "BD",
- "doc_no": "AE12525090",
- "doc_dateofexpiry": "2030-01-25",
- "isd_code": "880",
- "contact_no": "1966330000",
- "attachment": [
- {
- "name": "photo",
}
]
}
]
}
{- "status": "success",
- "result": "Application successfully created with application ID VISA111260328152418",
- "reason": "The application has been successfully recorded, and it is associated with the Application Id VISA111260328152418.",
- "tracking_id": "1177468979868881A2U8M",
- "application_id": "VISA111260328152418",
- "data": [
- {
- "Id": "393",
- "timestamp": "1774689858",
- "last_update": "1774689858",
- "entry": "1",
- "entry_n": "Demo test Admin",
- "last_modify_member_id": null,
- "ip": "192.168.88.1",
- "ftm_partner_id": "1",
- "master_partner_id": "1",
- "zone_id": "1",
- "zone_title": "Headquarter",
- "tracking_id": "1177468979868881A2U8M",
- "flight_key": null,
- "isImportPNR": "0",
- "booking_platform": "B2B",
- "booking_id": "VISA111260328152418",
- "supplier_confirmation_id": "VISA111260328152418",
- "splitPNRref": null,
- "order_id_ndc": null,
- "order_id_Farelogix": null,
- "supplier_others_id_a": null,
- "supplier_others_id_b": null,
- "supplier_booking_pcc": null,
- "supplier_ticketing_pcc": null,
- "supplier_provider_code": null,
- "airlines_pnr": null,
- "supplier_voucher_link": null,
- "service_type": "VISA",
- "status": "success",
- "booking_status": "applied",
- "booking_supplier_status": "confirm",
- "booking_supplier_set_status": "initiated",
- "payment_status": "pending",
- "pay_tracking_id": null,
- "ticket_status": "issued",
- "supplier_timezone": null,
- "partner_timezone": null,
- "ticket_issue_date": null,
- "ticket_issue_timestamp": null,
- "ticket_issue_delay_alert": "pending",
- "auto_cancel_status": "pending",
- "auto_cancel": null,
- "auto_cancel_timestamp": null,
- "syncTimeLimit": "1",
- "supplierTimeLimit": null,
- "supplierTimeLimitTimezone": null,
- "manualActionRequired": "no",
- "manualActionRequiredCategory": "",
- "manualActionRequiredNotes": "",
- "reason": null,
- "reason_admin": null,
- "generated_date": "2026-03-28",
- "checkin_departure_date": "2026-04-30",
- "checkout_arrival_date": "2026-04-30",
- "primary_guest_nationality": "BD",
- "primary_guest_name": "test Ali",
- "primary_guest_isd_code": null,
- "primary_guest_contact_no": "8801966330000",
- "carrier_hotel": "India",
- "departure_airport": null,
- "arrival_airport": null,
- "journey_type": "medical-visa",
- "totalPax": "0",
- "travelers_adult": "0",
- "travelers_child": "0",
- "travelers_infants": "0",
- "TotalSegment": "0",
- "flightSegment": null,
- "journeyStartTime": null,
- "journeyEndTime": null,
- "bookingSource": "{\"platform\":\"B2B\",\"domain\":\"postman\",\"user_os\":null,\"browser_name\":null,\"browser_version\":null}",
- "isDomestic_Flight": "0",
- "cabinPriceClass": null,
- "cabinCode": null,
- "bookingCode": null,
- "supplier_code": null,
- "supplier_uid": null,
- "supplier_partner_code": null,
- "currency": "BDT",
- "total_amount": "5000",
- "sell_total_price": "5000",
- "sell_margin": "5000",
- "sell_paid_amount": "0.00",
- "sell_paid_status": "Unpaid",
- "sell_invoice_due_date": null,
- "supplier_currency": "BDT",
- "supplier_cost": "0",
- "supplier_validation_price": "0.00",
- "supplier_validation_price_currency": null,
- "fmg_price": "0",
- "discount_comission_ratio": "0",
- "discount_comission_type": "general",
- "discountPromoCode": null,
- "discountPromoCodeApplied": "pending",
- "margin": "0.00",
- "payment_type": "account_balance",
- "isPartialPay": "no",
- "isPartialPayPossible": "no",
- "isPartialDuePaid": "no",
- "partial_pay_now": "0.00",
- "partial_rest_payment_amount": "0.00",
- "partial_rest_payment_date": null,
- "partial_rest_payment_timestamp": null,
- "partial_pay_now_supplier": null,
- "partial_pay_now_supplier_currency": null,
- "partial_pay_now_charges": null,
- "penalty_info_data": null,
- "hotel_flight_confirmation_status": "pending",
- "ticket_numbers": null,
- "fmg_id": null,
- "customer_markup_policy": null,
- "branch_id": "BDHE001",
- "service_details": "medical-visa visa application from test Ali for country India",
- "booking_remarks": null,
- "special_requests_data": null,
- "email_send": "pending",
- "email_send_timestamp": null,
- "email_meta_title": null,
- "supplier_price_validation": "pending",
- "sales_closed": "pending",
- "agency_isd_code": "88",
- "agency_contact_no": "01901402814",
- "partner_name": "Demo test Admin",
- "flight_group_json": null,
- "search_parameter_json": null,
- "supplier_invoice_company": null,
- "supplier_invoice_number": null,
- "IsCardPayBooking": "no",
- "CardPayBookingJSON": null,
- "CardPayStatus": "pending",
- "CardPayBookingStatus": "processing",
- "CardPayBookingStatusExecute": "pending",
- "isAnyIssueTicket": "0",
- "discountPromoAmount": "0",
- "postBookingProcess": "auto",
- "book_now_pay_later": "0",
- "OnlineCheckIn": null,
- "OnlineCheckInText": null
}
]
}
|
member_id
required
|
string
Logged-in user member ID |
|
tracking_id
required
|
string
eSIM or booking tracking ID |
|
booking_id
required
|
string
Booking ID for the eSIM package |
| property
name*
additional
property
|
any
|
{- "member_id": "2",
- "tracking_id": "11176276126126194RHSGI",
- "booking_id": "ES2510NOKJAAFK"
}
{ }