Skip to content

In a Nutshell

Here’s how we segment responsibility on Wink:

  • Extranet concerns itself with suppliers managing inventory.
  • Studio concerns itself with affiliates managing content.
  • Booking Engine concerns itself with making the content, created in Studio, that was based on the inventory created in Extranet and making it bookable.
  • Payment concerns itself with charging / refunding travelers that book [through platforms like Wink], and paying vendors.

The booking engine is at the core of our platform.

Its responsibilities include:

  • Managing currencies and keeping exchange rates up-to-date.
  • Giving rate providers a way to send us rate data.
  • Managing lookup data. e.g. regions, countries, destinations, properties etc.
  • Managing languages.
  • Generating analytics based on user interactions, events and API calls.
  • Serving up bookable inventory in the desired format, language and currency, such as:
  • Providing travelers with a way to:

The booking engine is a collection of re-usable functionality that we expose through https://ota.wink.travel; a highly customizable website for hotels and affiliates to sell their wares to travelers.

Integrators, that want even more freedom, have access to all the same features via our WordPress plugin, Web Components and APIs.

Continue on to the next sections to read more about what the booking engine has to offer.

Further reading