v1
latestOpenAPI 3.0.22026-08-061464031.4 MBTax status
Get a tax status's details
Get the details of a specific tax status.
get/api/tax-status/{id}/
Path parameters
idstring uuid required
The tax-status.id you want to get detailed information about.
Query parameters
omitstring
Omit certain fields from being returned in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
fieldsstring
Return only the specified fields in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
Response
Ok
Example response
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"link": "30cb4806-6e00-48a4-91c9-ca55968576c8",
"collected_at": "2022-02-09T08:45:50.406032Z",
"created_at": "2022-02-09T08:45:50.406032Z",
"place_and_date_of_issuance": "TLALPAN , CIUDAD DE MEXICO A 19 DE MARZO DE 2020",
"official_name": "John Doe",
"id_cif": "12345678901",
"tax_payer_information": {
"rfc": "BEMP12345G58",
"name": "JOHN",
"first_last_name": "DOE",
"second_last_name": "SCHMOE",
"commercial_name": "Jar Jar Transport",
"social_name": "John Doe SA DE CV",
"email": "john_doe@gmail.com",
"phone": "1234567890"
},
"address": {
"postal_code": "21255",
"street_type": "CALLE",
"street": "LA MALINCHE",
"exterior_number": "432",
"interior_number": "PLANTA BAJA",
"suburb": "BUENAVENTURA",
"locality": "none",
"municipality": "CDMX DC",
"state": "Federal",
"between_street": [
{
"street_one": "CALLE PRINCIPE",
"street_two": "CALLE NUEVA ROMA"
}
]
},
"economic_activity": [
{
"economic_activity": "Asalariado",
"initial_date": "2020-12-06",
"order": "2",
"percentage": "1"
}
],
"regimes": [
{
"initial_date": "2020-12-06",
"regimen": "Régimen de Ingresos por Dividendos (socios y accionistas)"
}
],
"obligations": [
{
"obligation": "Declaración informativa de IVA con la anual de ISR",
"expiration": "Conjuntamente con la declaración anual del ejercicio.",
"initial_date": "2020-12-06"
}
],
"digital_stamp": "||2020/04/26|GHTF980303F7|CONSTANCIA DE SITUACIÓN\nFISCAL|2044441088666600000034||\n",
"digital_stamp_chain": "EtenSA9t1adG7bn+Jj23kj43JK+XbMPxdOppwabhXD+pXseSqYowWWDna0mpUk3264lkj2345j23faNZB852dCDt9KAjow=\n",
"pdf": "=PDF-STRING="
}