---
title: "Get fiscalization tax for a property"
method: GET
path: "/fiscal-document/v1/fiscalization/tax"
tags: ["Fiscalization"]
---

# Get fiscalization tax for a property

`GET /fiscal-document/v1/fiscalization/tax`

Returns the fiscalization tax configuration for the given property

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- FiscalizationTaxResponse
  - `taxes` TaxMapping[]
    - `taxId` integer, required — Tax ID from the accounting system
    - `category` string, required — Tax category code (e.g., VAT, ISR)
    - `key` string, required — Tax key describing the tax situation (e.g., standard, exempt)
    - `rate` string, required — Rate within the category and key (e.g., general, reduced)
    - `description` string, nullable — Exemption reason text (e.g. VAT Act article reference). Required when key=exempt.

## Other responses

- `404` — Fiscalization tax config not found for property

---

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