Su API Documentation
  • Su Overview
    • Su API Introduction
  • Su Channel Manager
    • Getting Started
      • Certification
      • Authentication
    • Content
      • Property
      • Room Type
      • Rate Plan
      • Listing
        • Property Listing
        • Room Type Listing
        • Rate Plan Listing
        • Delete Property Listing
      • Image API
        • Create Images
        • Retrieve Images
        • Associate Images
    • Booking.com Content API
      • Booking.com
        • Contract - Introduction
          • Create Contract
          • Link/Retrieve Contract
          • Update Contract
          • Resend Contract
        • Property Management
          • Property Statuses
          • Property Detail
            • Create Property
            • Retrieve Property
            • Update Property
          • Contact Details
            • Set Contact
            • Retrieve Contact
            • Contact Profile Types
          • Property Settings
            • Retrieve Property Settings
            • Retrieve Property Settings Damage Programme
            • Retrieve City Tax Category For Property Settings
            • Create / Update Property Settings
            • Create / Update Property Settings - Specific Setting
          • Property Profile
            • Set Profile
            • Retrieve Property Profile
            • Set Hotelier Message
            • Retrieve Hotelier Message
            • Remove Hotelier-Message
          • Booking.com Property Status
            • Property Status Check
            • Property Status Open
            • Property Status Closed
          • Property Key Collection
            • Set CheckIn Methods
            • Retrieve CheckIn Method
            • Retrieve All Stream Variation
        • Images
          • Create Image
          • Retrieve All Images
          • Update Image Tags
          • Delete Image
          • Retrieve Associate Images
          • Associate Image
          • Unassociate Image
          • Ordering Image
          • Smart Ordering Image
          • Show Image
          • Retrieve Property Pending Photos based on photo-batch-id
          • Retrieve Image Tags
        • Facilities
          • Create/Update Facility
          • Retrieve Set Facility of Property and Room
          • Retrieve Supported Facilities
        • Property/Room Charges
          • Retrieve Property Charge Meta
          • Retrieve Property Charges
          • Retrieve Room Charges
          • Create Property Charges
        • Rate Plan
          • Set Rateplan
          • Retrieve Rateplan
      • Room API
        • Room Meta API
        • Room Set (Create/Update) API
        • Room Retrieve API
        • Room Deactivate API
      • Policies API
        • Create/Update Policies
        • Retrieve Policies
      • Bathroom API
        • Set Bathroom (Create and Update)
        • Remove/Disable Bathroom
        • Retrieve Bathroom
      • Product API
        • Product Meta
        • Product List
        • Product Create
        • Product Modify
        • Product Remove
        • Product Map Create (Room Based)
        • Product Map Modify (Room Based)
        • Product Map Create (Occupancy Based)
        • Product Map Modify (Occupancy Based)
        • Product Unmap
      • Property and Room License
        • Property License Retrieve All Rule (Without property id)
        • Property License Retrieve Rule (With property id)
        • Sending License Information of Property
        • Retrieve License Information of Property
        • Sending License Information of Room
        • Retrieve License Information of Room
      • BCIO (Booking.com Check-In / Check-Out Times)
      • PCT (Property Class Type Codes)
      • BCJT (Booking.com Job Titles)
      • PTT (Phone Technology Type Codes)
      • BCL (Booking.com Language Codes)
      • Currency Codes/Names
      • Country Codes/Names
      • BCPT (Booking.com Payment Type Codes)
    • Rates and Availability
    • Inventory Control
    • Reservations
      • New/Modified/Requested/Cancelled Retrievals
        • Request for Reservation Information
        • Response of Reservation Information
      • Reservation Using Push API
        • Reservations Notification Push
        • PUSH API Method
      • Reservation Notification
      • Request Booking
        • Accept/Confirm Request Booking
        • Deny/Cancel Request Booking
      • Booking Repull
        • List of Bookings
        • Refetch Booking
    • Logs
      • Update Logs
      • Failed Channel Logs
      • Rates & Inventory Logs (Future Date)
      • Bulk Rates & Inventory Logs (Future Date)
      • Resync OTA Updates (Failed)
      • OTA Rateplan Pull API
    • Users
      • Global Users
      • Chain Users
    • Channel Mapping Widget API
      • Generate a Token
      • Mapping Script
    • Reviews
    • Messaging
    • Reporting
      • Reporting - No Show (Booking.com & Goibibo)
      • Reporting - Invalid CC (Booking.com)
      • Reporting - Cancellation Due to Invalid CC (Booking.com)
      • Bulk ARI Update
      • Marketing Insight API - Booking.com
    • AirBnB
      • Cancel Reservation
        • Retrieve AirBnB Cancel Reservation Details API
        • Final AirBnB Cancel Reservation API
      • Notification
      • Trip Issue
    • My Booking Site
      • Confirm Reservation
      • Cancel Reservation
  • Su Token
    • Su Token - Introduction
    • Su Token - Authentication
    • Partner
    • Card
      • Card API
      • Card View API
      • Charge API
      • Card Collection
        • Get CC Collection (Generate Link)
        • Check Status of CC Collection
      • WIDGET
        • CC Collection Using Widget
  • Codes
    • Room Type Codes
    • Language Codes
    • Country Codes
    • Phone Technology Type Codes
    • Meal Plan Codes
    • Currency Codes
    • Channel or OTA Codes
    • Credit Card Type Codes
    • Time Zones
    • Error Codes
  • Versioning
  • Glossary of Terms
Powered by GitBook

STAAH Limited. 2024 © All Rights Reserved.

On this page
  • Currency List
  • Endpoint
  • Response

Was this helpful?

Export as PDF
  1. Su Channel Manager
  2. Booking.com Content API

Currency Codes/Names

PreviousBCL (Booking.com Language Codes)NextCountry Codes/Names

Last updated 2 months ago

Was this helpful?

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

https://connect-sandbox.su-api.com/SUAPI/jservice/bdc/currency

Response

Sample Success Response

{
    "Status": "Success",
    "Data": [
        {
            "currency_code": "EUR",
            "currency_name": "Euro"
        },
        {
            "currency_code": "USD",
            "currency_name": "U.S. dollar"
        },
        {
            "currency_code": "BHD",
            "currency_name": "Bahrain dinar"
        },
        {
            "currency_code": "BWP",
            "currency_name": "Botswana pula"
        },
        {
            "currency_code": "BND",
            "currency_name": "Brunei dollar"
        },
        {
            "currency_code": "CLP",
            "currency_name": "Chilean peso"
        },
        {
            "currency_code": "INR",
            "currency_name": "Indian rupee"
        },
        {
            "currency_code": "LYD",
            "currency_name": "Libyan dinar"
        },
        {
            "currency_code": "MUR",
            "currency_name": "Mauritian rupee"
        },
        {
            "currency_code": "NPR",
            "currency_name": "Nepalese rupee"
        },
        {
            "currency_code": "PKR",
            "currency_name": "Pakistan rupee"
        },
        {
            "currency_code": "QAR",
            "currency_name": "Qatar riyal"
        },
        {
            "currency_code": "SAR",
            "currency_name": "Saudi Arabian riyal"
        },
        {
            "currency_code": "SIT",
            "currency_name": "Slovenian tolar"
        },
        {
            "currency_code": "LKR",
            "currency_name": "Sri Lanka rupee"
        },
        {
            "currency_code": "AED",
            "currency_name": "U.A.E. dirham"
        },
        {
            "currency_code": "BRL",
            "currency_name": "Brazilian real"
        },
        {
            "currency_code": "COP",
            "currency_name": "Colombian peso"
        },
        {
            "currency_code": "IRR",
            "currency_name": "Iranian rial"
        },
        {
            "currency_code": "ILS",
            "currency_name": "Israeli new sheqel"
        },
        {
            "currency_code": "MXN",
            "currency_name": "Mexican peso"
        },
        {
            "currency_code": "OMR",
            "currency_name": "Omani rial"
        },
        {
            "currency_code": "KWD",
            "currency_name": "Kuwaiti dinar"
        },
        {
            "currency_code": "TTD",
            "currency_name": "Trinidad & Tobago dollar"
        },
        {
            "currency_code": "ARS",
            "currency_name": "Argentine peso"
        },
        {
            "currency_code": "VEB",
            "currency_name": "Venezuelan bolivar"
        },
        {
            "currency_code": "TWD",
            "currency_name": "New Taiwan Dollar"
        },
        {
            "currency_code": "KHR",
            "currency_name": "Cambodia Riel"
        },
        {
            "currency_code": "MOP",
            "currency_name": "Macanese pataca"
        },
        {
            "currency_code": "VND",
            "currency_name": "Vietnam Dong"
        },
        {
            "currency_code": "JPY",
            "currency_name": "Japanese yen"
        },
        {
            "currency_code": "CYP",
            "currency_name": "Cyprus pound"
        },
        {
            "currency_code": "CZK",
            "currency_name": "Czech koruna"
        },
        {
            "currency_code": "DKK",
            "currency_name": "Danish krone"
        },
        {
            "currency_code": "GBP",
            "currency_name": "Pound sterling"
        },
        {
            "currency_code": "HUF",
            "currency_name": "Hungarian forint"
        },
        {
            "currency_code": "MTL",
            "currency_name": "Maltese lira"
        },
        {
            "currency_code": "PLN",
            "currency_name": "Polish zloty"
        },
        {
            "currency_code": "SEK",
            "currency_name": "Swedish krona"
        },
        {
            "currency_code": "CHF",
            "currency_name": "Swiss franc"
        },
        {
            "currency_code": "ISK",
            "currency_name": "Icelandic krona"
        },
        {
            "currency_code": "NOK",
            "currency_name": "Norwegian krone"
        },
        {
            "currency_code": "AUD",
            "currency_name": "Australian dollar"
        },
        {
            "currency_code": "CAD",
            "currency_name": "Canadian dollar"
        },
        {
            "currency_code": "HKD",
            "currency_name": "Hong Kong Dollar"
        },
        {
            "currency_code": "IDR",
            "currency_name": "Indonesian rupiah"
        },
        {
            "currency_code": "KRW",
            "currency_name": "Korean won"
        },
        {
            "currency_code": "MYR",
            "currency_name": "Malaysian ringgit"
        },
        {
            "currency_code": "NZD",
            "currency_name": "New Zealand dollar"
        },
        {
            "currency_code": "PHP",
            "currency_name": "Philippine Peso"
        },
        {
            "currency_code": "SGD",
            "currency_name": "Singapore dollar"
        },
        {
            "currency_code": "THB",
            "currency_name": "Thai baht"
        },
        {
            "currency_code": "ZAR",
            "currency_name": "South African rand"
        },
        {
            "currency_code": "RUB",
            "currency_name": "Russian Ruble"
        },
        {
            "currency_code": "UAH",
            "currency_name": "Ukraine Hryvnia"
        },
        {
            "currency_code": "PEN",
            "currency_name": "Peruvian Nuevo Sol"
        },
        {
            "currency_code": "CNY",
            "currency_name": "Chinese yuan"
        },
        {
            "currency_code": "BGN",
            "currency_name": "Bulgarian lev"
        },
        {
            "currency_code": "EEK",
            "currency_name": "Kroon"
        },
        {
            "currency_code": "EGP",
            "currency_name": "Egyptian pound"
        },
        {
            "currency_code": "HRK",
            "currency_name": "Croatian kuna"
        },
        {
            "currency_code": "JOD",
            "currency_name": "Jordanian dinar"
        },
        {
            "currency_code": "LBP",
            "currency_name": "Lebanese pound"
        },
        {
            "currency_code": "LTL",
            "currency_name": "Lithuanian litas"
        },
        {
            "currency_code": "LVL",
            "currency_name": "Latvian lats"
        },
        {
            "currency_code": "MAD",
            "currency_name": "Moroccan dirham"
        },
        {
            "currency_code": "RON",
            "currency_name": "Romanian new leu"
        },
        {
            "currency_code": "RSD",
            "currency_name": "Serbian dinar"
        },
        {
            "currency_code": "SKK",
            "currency_name": "Slovak koruna"
        },
        {
            "currency_code": "TND",
            "currency_name": "Tunisian dinar"
        },
        {
            "currency_code": "TRY",
            "currency_name": "New Turkish lira"
        },
        {
            "currency_code": "BYR",
            "currency_name": "Belarusian Ruble"
        },
        {
            "currency_code": "FJD",
            "currency_name": "Fijian dollar"
        },
        {
            "currency_code": "MKD",
            "currency_name": "Macedonian denar"
        },
        {
            "currency_code": "VEF",
            "currency_name": "Venezuelan bolívar"
        },
        {
            "currency_code": "ADP",
            "currency_name": "Andorran peseta"
        },
        {
            "currency_code": "AFN",
            "currency_name": "Afghan afghani"
        },
        {
            "currency_code": "ALL",
            "currency_name": "Albania, Leke"
        },
        {
            "currency_code": "AMD",
            "currency_name": "Armenian dram"
        },
        {
            "currency_code": "ANG",
            "currency_name": "Netherlands Antilles, Guilders (also called Florin"
        },
        {
            "currency_code": "AOA",
            "currency_name": "Angolan kwanza"
        },
        {
            "currency_code": "ATS",
            "currency_name": "Austrian schilling"
        },
        {
            "currency_code": "AWG",
            "currency_name": "Aruba, Guilders (also called Florins)"
        },
        {
            "currency_code": "AZN",
            "currency_name": "Azerbaijan, New Manats"
        },
        {
            "currency_code": "BAM",
            "currency_name": "Bosnia and Herzegovina, Convertible Marka"
        },
        {
            "currency_code": "BBD",
            "currency_name": "Barbados, Dollars"
        },
        {
            "currency_code": "BDT",
            "currency_name": "Bangladeshi Taka"
        },
        {
            "currency_code": "BEF",
            "currency_name": "Belgian franc"
        },
        {
            "currency_code": "BGL",
            "currency_name": "Bulgarian lev A/99"
        },
        {
            "currency_code": "BIF",
            "currency_name": "Burundian franc"
        },
        {
            "currency_code": "BMD",
            "currency_name": "Bermuda, Dollars"
        },
        {
            "currency_code": "BOB",
            "currency_name": "Boliviano"
        },
        {
            "currency_code": "BSD",
            "currency_name": "Bahamas, Dollars"
        },
        {
            "currency_code": "BTN",
            "currency_name": "Bhutanese ngultrum"
        },
        {
            "currency_code": "BZD",
            "currency_name": "Belize, Dollars"
        },
        {
            "currency_code": "CDF",
            "currency_name": "Congolese franc"
        },
        {
            "currency_code": "CRC",
            "currency_name": "Costa Rica, Colón"
        },
        {
            "currency_code": "CUP",
            "currency_name": "Cuba, Pesos"
        },
        {
            "currency_code": "CVE",
            "currency_name": "Cape Verde escudo"
        },
        {
            "currency_code": "DEM",
            "currency_name": "German mark"
        },
        {
            "currency_code": "DJF",
            "currency_name": "Djiboutian franc"
        },
        {
            "currency_code": "DOP",
            "currency_name": "Dominican Republic, Pesos"
        },
        {
            "currency_code": "DZD",
            "currency_name": "Algerian dinar"
        },
        {
            "currency_code": "ECS",
            "currency_name": "Ecuadorian sucre"
        },
        {
            "currency_code": "ESP",
            "currency_name": "Spanish peseta"
        },
        {
            "currency_code": "ETB",
            "currency_name": "Ethiopian birr"
        },
        {
            "currency_code": "FIM",
            "currency_name": "Finnish markka"
        },
        {
            "currency_code": "FRF",
            "currency_name": "French franc"
        },
        {
            "currency_code": "GEL",
            "currency_name": "Georgian lari"
        },
        {
            "currency_code": "GHC",
            "currency_name": "Ghana, Cedis"
        },
        {
            "currency_code": "GHS",
            "currency_name": "Ghana Cedi"
        },
        {
            "currency_code": "GMD",
            "currency_name": "Gambian dalasi"
        },
        {
            "currency_code": "GNF",
            "currency_name": "Guinean franc"
        },
        {
            "currency_code": "GRD",
            "currency_name": "Greek drachma"
        },
        {
            "currency_code": "GTQ",
            "currency_name": "Guatemala, Quetzales"
        },
        {
            "currency_code": "GYD",
            "currency_name": "Guyana, Dollars"
        },
        {
            "currency_code": "HNL",
            "currency_name": "Honduras, Lempiras"
        },
        {
            "currency_code": "HTG",
            "currency_name": "Haitian gourde"
        },
        {
            "currency_code": "IEP",
            "currency_name": "Irish pound"
        },
        {
            "currency_code": "IQD",
            "currency_name": "Iraqi dinar"
        },
        {
            "currency_code": "ITL",
            "currency_name": "Italian lira"
        },
        {
            "currency_code": "JMD",
            "currency_name": "Jamaica, Dollars"
        },
        {
            "currency_code": "KES",
            "currency_name": "Kenyan shilling"
        },
        {
            "currency_code": "KGS",
            "currency_name": "Kyrgyzstani som"
        },
        {
            "currency_code": "KMF",
            "currency_name": "Comoro franc"
        },
        {
            "currency_code": "KYD",
            "currency_name": "Cayman Islands, Dollars"
        },
        {
            "currency_code": "KZT",
            "currency_name": "Kazakhstani tenge"
        },
        {
            "currency_code": "LAK",
            "currency_name": "Laos, Kips"
        },
        {
            "currency_code": "LRD",
            "currency_name": "Liberia, Dollars"
        },
        {
            "currency_code": "LSL",
            "currency_name": "Lesotho loti"
        },
        {
            "currency_code": "LUF",
            "currency_name": "Luxembourg franc"
        },
        {
            "currency_code": "MDL",
            "currency_name": "Moldovan leu"
        },
        {
            "currency_code": "MGA",
            "currency_name": "Malagasy ariary"
        },
        {
            "currency_code": "MMK",
            "currency_name": "Myanma kyat"
        },
        {
            "currency_code": "MNT",
            "currency_name": "Mongolia, Tugriks"
        },
        {
            "currency_code": "MRO",
            "currency_name": "Mauritanian ouguiya"
        },
        {
            "currency_code": "MVR",
            "currency_name": "Maldivian rufiyaa"
        },
        {
            "currency_code": "MWK",
            "currency_name": "Malawian kwacha"
        },
        {
            "currency_code": "MZM",
            "currency_name": "Mozambican metical"
        },
        {
            "currency_code": "MZN",
            "currency_name": "Mozambique, Meticais"
        },
        {
            "currency_code": "NAD",
            "currency_name": "Namibian Dollar"
        },
        {
            "currency_code": "NGN",
            "currency_name": "Nigeria, Nairas"
        },
        {
            "currency_code": "NIO",
            "currency_name": "Nicaragua, Cordobas"
        },
        {
            "currency_code": "NLG",
            "currency_name": "Netherlands guilder"
        },
        {
            "currency_code": "PAB",
            "currency_name": "Panama, Balboa"
        },
        {
            "currency_code": "PGK",
            "currency_name": "Papua New Guinean kina"
        },
        {
            "currency_code": "PTE",
            "currency_name": "Portuguese escudo"
        },
        {
            "currency_code": "PYG",
            "currency_name": "Guarani"
        },
        {
            "currency_code": "ROL",
            "currency_name": "Romanian leu A/05"
        },
        {
            "currency_code": "RWF",
            "currency_name": "Rwandan franc"
        },
        {
            "currency_code": "SBD",
            "currency_name": "Solomon Islands, Dollars"
        },
        {
            "currency_code": "SCR",
            "currency_name": "Seychelles, Rupees"
        },
        {
            "currency_code": "SDD",
            "currency_name": "Sudanese dinar"
        },
        {
            "currency_code": "SDG",
            "currency_name": "Sudanese pound"
        },
        {
            "currency_code": "SDP",
            "currency_name": "Sudanese old pound"
        },
        {
            "currency_code": "SLL",
            "currency_name": "Sierra Leonean leone"
        },
        {
            "currency_code": "SOS",
            "currency_name": "Somalia, Shillings"
        },
        {
            "currency_code": "SRD",
            "currency_name": "Suriname, Dollars"
        },
        {
            "currency_code": "SRG",
            "currency_name": "Suriname guilder"
        },
        {
            "currency_code": "STD",
            "currency_name": "São Tomé and Príncipe dobra"
        },
        {
            "currency_code": "SVC",
            "currency_name": "El Salvador, Colones"
        },
        {
            "currency_code": "SYP",
            "currency_name": "Syria, Pounds"
        },
        {
            "currency_code": "SZL",
            "currency_name": "Lilangeni"
        },
        {
            "currency_code": "TJS",
            "currency_name": "Tajikistani somoni"
        },
        {
            "currency_code": "TMM",
            "currency_name": "Turkmenistani manat"
        },
        {
            "currency_code": "TOP",
            "currency_name": "Tongan paʻanga"
        },
        {
            "currency_code": "TRL",
            "currency_name": "Turkey, Liras"
        },
        {
            "currency_code": "TZS",
            "currency_name": "Tanzanian shilling"
        },
        {
            "currency_code": "UGX",
            "currency_name": "Ugandan shilling"
        },
        {
            "currency_code": "UYU",
            "currency_name": "Uruguayan Peso"
        },
        {
            "currency_code": "UZS",
            "currency_name": "Uzbekistan, Sums"
        },
        {
            "currency_code": "VUV",
            "currency_name": "Vanuatu vatu"
        },
        {
            "currency_code": "WST",
            "currency_name": "Samoan tala"
        },
        {
            "currency_code": "XAF",
            "currency_name": "CFA franc BEAC"
        },
        {
            "currency_code": "XAG",
            "currency_name": "Silver (one troy ounce)"
        },
        {
            "currency_code": "XAU",
            "currency_name": "Gold (one troy ounce)"
        },
        {
            "currency_code": "XCD",
            "currency_name": "East Caribbean, Dollars"
        },
        {
            "currency_code": "XEU",
            "currency_name": "European Currency Unit"
        },
        {
            "currency_code": "XOF",
            "currency_name": "CFA Franc BCEAO"
        },
        {
            "currency_code": "XPD",
            "currency_name": "Palladium (one troy ounce)"
        },
        {
            "currency_code": "XPF",
            "currency_name": "CFP franc"
        },
        {
            "currency_code": "XPT",
            "currency_name": "Platinum (one troy ounce)"
        },
        {
            "currency_code": "YER",
            "currency_name": "Yemen, Rials"
        },
        {
            "currency_code": "ZMK",
            "currency_name": "Zambian kwacha"
        },
        {
            "currency_code": "ZMW",
            "currency_name": "Zambian kwacha"
        },
        {
            "currency_code": "SSP",
            "currency_name": "South Sudanese pound"
        },
        {
            "currency_code": "BYN",
            "currency_name": "Belarusian Ruble"
        },
        {
            "currency_code": "VES",
            "currency_name": "Venezuelan Bolivar"
        },
        {
            "currency_code": "AZM",
            "currency_name": "Azerbaijani manat"
        },
        {
            "currency_code": "MRU",
            "currency_name": ""
        },
        {
            "currency_code": "STN",
            "currency_name": ""
        }
    ],
    "Message": "Currencies fetched successfully",
    "Ruid": ""
}

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.

For example:

"EUR" and "USD"


currency_name string

The name of the currency.

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.