---
title: "Retrieve tax compliance statuses for a link"
method: POST
path: "/api/tax-compliance-status/"
tags: ["Tax compliance status"]
---

# Retrieve tax compliance statuses for a link

`POST /api/tax-compliance-status/`

Retrieve the Tax compliance status information for a specific fiscal link.

## Query parameters

- `omit` string
- `fields` string

## Request body

- object
  - `link` string, uuid, required — The `link.id` you want to retrieve information for.
  - `attach_pdf` boolean — When set to `true`, you will receive the PDF in binary format in the response.
  - `save_data` boolean — Indicates whether or not to persist the data in Belvo. By default, this is set to `true` and we return a 201 Created response. When set to `false`, the data won't be persisted and we return a 200 OK response.

## Response `200`

Ok (when `save_data=false`)

- 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

- `201` — Created (when `save_data=true`)
- `400` — Bad request error
- `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/revisions/e82dca4a4b97/schema)
