---
title: "Get a tax status's details"
method: GET
path: "/api/cl/tax-status/{id}/"
tags: ["Tax Status Chile"]
---

# Get a tax status's details

`GET /api/cl/tax-status/{id}/`

Get the details of a specific tax status.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `omit` string
- `fields` string

## Response `200`

Ok

- TaxStatusSii
  - `id` string, uuid — Belvo's unique identifier for the current item.
  - `link` string, uuid, nullable — The `link.id` the data belongs to.
  - `collected_at` string, date-time — The ISO-8601 timestamp when the data point was collected.
  - `created_at` string, date-time — The ISO-8601 timestamp of when the data point was created in Belvo's database.
  - `entity_details` TaxStatusSiiEntityDetails — Details regarding the fiscal entity's (key dates and identification information).
    - `incorporation_date` string, date, required — The date that the fiscal entity was incorporated, in `YYYY-MM-DD` format.
    - `start_date` string, date, required — The date that the fiscal entity started operating, in `YYYY-MM-DD` format.
    - `end_date` string, date, nullable, required — The date that the fiscal entity ceased operations, in `YYYY-MM-DD` format. If the entity is still operating, this field will return `null`
    - `document_id_type` string, required — The type of document ID that the fiscal entity has. For Chile, this will be the `RUT`.
    - `document_id_number` string, required — The document ID number of the fiscal entity.
    - `name` string, required — The name of the fiscal entity.
  - `addresses` TaxStatusSiiAddress[] — An array of addresses for the fiscal entity.
    - `type` 'PRIMARY' | 'SECONDARY' | 'MAILING_ADDRESS' | 'NOTIFICATION_ADDRESS', required — The type of address. Can be either: - `PRIMARY` (*domicilio*) - `SECONDARY` (*sucursal*) - `MAILING_ADDRESS` (*DOM. POSTAL*) - `NOTIFICATION_ADDRESS` (*DOM. URBANO_VALIDO_NOTIFICACIONES*)
    - `date` string, date, required — The date that the address was added to the fiscal entity's records, in `YYYY-MM-DD` format.
    - `address` string, required — The address of the fiscal entity.
  - `emails` TaxStatusSiiEmails[] — An array of email addresses for the fiscal entity.
    - `type` 'CONTACT' | 'NOTIFICATION' | 'OTHER', required — The type of email. Can be either: - `CONTACT` (*Correo electrónico de contacto*) - `NOTIFICATION` (*Correo electrónico para notificaciones*) - `OTHER`.
    - `email` string, email, required — The email address of the fiscal entity.
  - `phone_numbers` TaxStatusSiiPhone[] — An array of phone numbers for the fiscal entity.
    - `type` 'LANDLINE' | 'MOBILE' | 'OTHER' | 'null', nullable, required — The type of phone number. Can be either: - `LANDLINE` - `MOBILE` - `OTHER`
    - `number` string, required — The phone number of the fiscal entity.
  - `economic_activities` TaxStatusSiiEconomicActivity[] — An array of economic activities for the fiscal entity.
    - `type` string, required — The overall economic activity type, according to Servicio de Impuestos Internos (SII).
    - `activity` string, required — The specific economic activity, according to Servicio de Impuestos Internos (SII).
    - `code` string, required — The economic activity code, according to Servicio de Impuestos Internos (SII).
    - `tax_category` integer, required — The tax category of the economic activity, according to Servicio de Impuestos Internos (SII).
    - `vat_affected` boolean, required — Indicates whether the economic activity is VAT-affected.
    - `start_date` string, date, required — The date that the fiscal entity started this economic activity, in `YYYY-MM-DD` format.
  - `legal_representative` TaxStatusSiiLegalRepresentative[] — An array of legal representatives for the fiscal entity.
    - `is_current` boolean, required — Indicates whether the legal representative is the current legal representative of the fiscal entity.
    - `name` string, required — The name of the legal representative.
    - `document_id_type` 'RUT', required — The type of document ID of the legal representative. For Chile, this will be always set to `RUT`.
    - `document_id_number` string, required — The document ID number of the legal representative. For Chile, this will be the RUT number.
    - `start_date` string, date, required — The date that the legal representative started representing the fiscal entity, in `YYYY-MM-DD` format.
    - `end_date` string, date, nullable — The date that the legal representative ceased representing the fiscal entity, in `YYYY-MM-DD` format. If the legal representative is still representing the fiscal entity, this field will return `null`.
  - `equity_holders` TaxStatusSiiEquityHolder[] — An array of equity holders for the fiscal entity.
    - `is_current` boolean, required — Indicates whether the equity holder is currently active.
    - `name` string, required — The name of the equity holder.
    - `document_id_type` 'RUT', required — The type of document ID of the equity holder. For Chile, this will be always set to `RUT`.
    - `document_id_number` string, required — The document ID number of the equity holder. For Chile, this will be the RUT number.
    - `inactive` boolean, required — Indicates whether the equity holder is currently inactive.
    - `start_date` string, date, required — The date that the equity holder started holding equity in the fiscal entity, in `YYYY-MM-DD` format.
    - `end_date` string, date, nullable — The date that the equity holder ceased holding equity in the fiscal entity, in `YYYY-MM-DD` format. If the equity holder is still holding equity in the fiscal entity, this field will return `null`.
    - `capital_contributed` number, required — The amount of capital contributed by the equity holder.
    - `capital_contribution_outstanding` number, required — The amount of capital contribution outstanding by the equity holder.
    - `ownership_share` number, required — The percentage of ownership share of the equity holder.
    - `profit_share` number, required — The percentage of profit share of the equity holder.
  - `company_partnership_stakes` TaxStatusSiiCompanyStake[] — An array of company partnership stakes for the fiscal entity.
    - `name` string, required — The name of the entity that this fiscal entity.
    - `document_id_type` 'RUT', required — The type of document ID of the business. For Chile, this will be always set to `RUT`.
    - `document_id_number` string, required — The document ID number of the business. For Chile, this will be the RUT number.
    - `inactive` boolean, required — Indicates whether the business is currently active.
    - `start_date` string, date, required — The date that the company started holding equity in the fiscal entity, in `YYYY-MM-DD` format.
    - `end_date` string, date, nullable — The date that the company holder ceased holding equity in the fiscal entity, in `YYYY-MM-DD` format. If the equity holder is still holding equity in the fiscal entity, this field will return `null`.
    - `capital_contributed` number, float, required — The amount of capital contributed by the company.
    - `capital_contribution_outstanding` number, float, required — The amount of capital contribution outstanding by the company.
    - `ownership_share` number, float, required — The percentage of ownership share of the company.
    - `profit_share` number, float, required — The percentage of profit share of the company.
  - `regimes` TaxStatusSiiRegime[], nullable — A list of tax regimes for the fiscal entity.
    - `type` string, required — The tax regime type, as defined by the Servicio de Impuestos Internos (SII).
    - `start_date` string, date, required — The date that the fiscal entity started this tax regime, in `YYYY-MM-DD` format.
  - `authorized_tax_documents` TaxStatusSiiAuthorizedTaxDocument[], nullable — A list of authorized tax documents for the fiscal entity.
    - `type` string, required — The type of authorized tax document, as defined by the Servicio de Impuestos Internos (SII).
    - `document_limit` integer, required — The maximum number of documents that can be issued under this authorization.
    - `authorization_date` string, date, required — The date that the tax document and limit were established, in `YYYY-MM-DD` format.
  - `property_tax_liabilities` TaxStatusSiiPropertyTaxLiabilities[], nullable — A list of tax liabilities of a property that the entity is associated with.
    - `property_id` string, required — The unique identifier of the property, according to the Servicio de Impuestos Internos (SII).
    - `district` string, required — The district where the property is located.
    - `address` string, required — The address of the property.
    - `type` string, required — The type of property associated with the tax liability.
    - `overdue_tax_payments` object[], required — A list of overdue tax payments for the property.
      - `year` integer, required — The year for which the tax payment is overdue.
      - `installment` integer, required — The instalment number of the overdue tax payment.
      - `due_date` string, date, required — The due date of the overdue tax payment, in `YYYY-MM-DD` format.
      - `amount_due` number, float, required — The amount due for the overdue tax payment.
    - `scheduled_tax_payments` object[], required — A list of scheduled tax payments for the property.
      - `year` integer, required — The year for which the tax payment is scheduled.
      - `installment` integer, required — The instalment number of the scheduled tax payment.
      - `due_date` string, date, required — The due date of the scheduled tax payment, in `YYYY-MM-DD` format.
      - `amount_due` number, float, required — The amount due for the scheduled tax payment.
  - `fiscal_office` TaxStatusSiiFiscalOffice — Details regarding fiscal office where the fiscal entity is registered.
    - `name` string, required — The name of the fiscal office where the fiscal entity is registered.
    - `address` string, required — The address of the fiscal office where the fiscal entity is registered.

## Other responses

- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `500` — Unexpected Error

---

[API](https://skmtc.net/belvo/apis/belvo-api-docs.md) · [All operations](https://skmtc.net/belvo/apis/belvo-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/belvo/belvo-api-docs/versions/3423c786ece5/schema)
