Currency Codes/Names

Currency List

This call is intended for the Connectivity Partner to be able to retrieve a list of currency codes with their corresponding currency name that are used on Booking.com. The most current list as returned by this call should therefore be considered the authoritative source of currency codes and names for the API.

Endpoint

GET


Response

Sample Success Response

Response Body Elements

Status string

This field indicates the success of the request.


Data array

An array of currency objects, each containing the following fields:

currency_code string

The currency code.

circle-info

For example:

"EUR" and "USD"


currency_name string

The name of the currency.

circle-info

For example:

"Euro" and "U.S. dollar"


Message string

A message indicating the success or failure of the request.


Ruid string

A unique request identifier. This can be used for debugging or tracking purposes.

Last updated

Was this helpful?