---
title: "getCurrencySettings"
method: GET
path: "/getCurrencySettings"
tags: ["Currency"]
---

# getCurrencySettings

`GET /getCurrencySettings`

Get currency settings

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetCurrencySettingsResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object — Currency Settings
    - `default` string — Default Currency ISO CODE
    - `acceptable` string[] — Acceptable Currency ISO CODEs
    - `format` object — Currency Format
      - `decimal` string — Decimal separator
      - `thousand` string — Thousand separator
    - `rates` object — Currency rates
      - `fixed` object[] — Fixed currency rates (configured by the property)
        - `currency` string, nullable — Currency ISO CODE
        - `rate` number, nullable — Currency rate
  - `message` string, nullable — To be used in case any error occurs (if success = false). If success = true, it does not exist.

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
