Best fares, easy and straightforward integration

Designed with for developers

Introduction

Learn more about FaresAPI

In the following pages you will learn how to successfully implement our API and offer our flights.

Our API supports two flows: Redirection and Direct Booking

For additional information please navigate via the sidebar. If anything is unclear, please do not hesitate to contact us.

Redirection

  • Search to find the best fares
  • Save a reference to the ID of each Flight
  • Redirect your customer to our website(s) using the selected Flight ID(s)

    Please note that the landing website depends on the flight. Each flight contains the information required. You only need to redirect to our public redirection API endpoint and then our API will do the redirect to the appropriate website where the end customer will book.

Upon successful redirection, your customer will get a cookie with your affiliate ID. Upon successful booking, you will get a commission. Commissions are paid at the beginning of each month.

Direct Booking

  • Search to find the best fares
  • Save a reference to the ID of each Flight
  • Create Booking via our API
    This will create a reservation in our database, but will NOT make any reservations with the airline(s)
  • Issue Booking will do the following, all at once in a single call:
    • Create reservations
    • Make payments
    • Ticket reservations

After a successful call to Issue Booking , you will get a commission. Commissions are paid at the beginning of each month.