WebHotelier supports displaying prices in many currencies. By default, we display the currency more relevant to the visitor using geolocation. Otherwise we display the hotel's default currency. Using the parameter described below you can preselect a desired currency to display the results in.

Currency Conversion

Currency conversion is done in real-time when the selected currency does not match the rate currency.

WebHotelier stores foreign exchange rates (forex) for over 200 worldwide and digital currencies with historic daily data going back to 2008.

Data are tracked and blended algorithmically from multiple reliable sources, ensuring fair and unbiased consistency.

Table of Contents
  1. Parameters
  2. Examples of POST requests
  3. Examples of GET requests

Parameters

NAME TYPE RANGE REQUIRED DEFAULT EXAMPLE NOTES
currency string ISO 4217 NO Auto-detected or property default currency=GBP You can also use cur as an alias to currency

⛔ CAUTION ⛔

Do not forget to replace example.reserve-online.net in the examples below with the real booking engine hostname.

If you don't know the hostname yet, please contact WebHotelier support.

Example of POST request using a standard HTML form

<form action="https://example.reserve-online.net/" method="post">
	<input type=hidden name=currency value=GBP>
	<button type=submit>Check Rates</button>
</form>

Examples of GET requests

https://example.reserve-online.net/?currency=GBP
https://example.reserve-online.net/?currency=GBP&checkin=today&adults=2
https://example.reserve-online.net/?cur=USD