---
title: "Get property accounting settings"
method: GET
path: "/accounting/v1.0/settings"
tags: ["Settings"]
---

# Get property accounting settings

`GET /accounting/v1.0/settings`

Retrieve the accounting settings for a property. Use this endpoint to check the current configuration, such as the deposit consumption policy. Settings control how certain accounting behaviors work across the property.

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- SettingResponse
  - `settings` SettingValues
    - `depositConsumption` 'MANUAL' | 'CHECK_IN' | 'CHECK_OUT' — Controls when deposit transactions are automatically transferred to the guest ledger. MANUAL means deposits are only transferred when explicitly requested. CHECK_IN means deposits are automatically transferred when the guest checks in. CHECK_OUT means deposits are automatically transferred when the guest checks out.

## Other responses

- `400` — Bad Request
- `404` — Not found

---

[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)
