Flight booking api for website integration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ksmuhssin
Forum Newbie
Posts: 1
Joined: Wed Jun 14, 2017 5:58 am

Flight booking api for website integration

Post by ksmuhssin »

One of my client need a travel portal with flight booking service.The exact requirement is
1) When search with arrival departure dates and destination, number of persons, list available flights
2) When selecting one flight display details of it.
3) At the time of payment, payment done through api providers payment gateway.
4) Receipt should be printed with our company details.
5) Api provider has to give commission on each booking.

This is what i need.please give some suggestions to implement this
Post Reply