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

# Get a tax compliance status's details

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

Get the details of a specific Tax compliance status.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `omit` string
- `fields` string

## Response `200`

Ok

- TaxComplianceStatus
  - `id` string, uuid — Belvo's unique identifier for the current item.
  - `collected_at` string, date-time, required — 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.
  - `internal_identification` string, nullable — The institution’s internal identification number for the document.
  - `pdf` string, binary, nullable, required — Tax compliance status PDF as a binary.
  - `rfc` string, nullable — The account holder's RFC (Registro Federal de Contribuyentes) number.
  - `outcome` 'POSITIVE' | 'NEGATIVE' | 'NO_OBLIGATIONS', nullable — Indicates whether the taxpayer is complying to all their tax obligations (`POSITIVE`), if they are not (`NEGATIVE`), or have none to comply to (`NO_OBLIGATIONS`).

## Other responses

- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `428` — MFA Token Required
- `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)
