RFC Extended
Descriptionβ
A solution that provides general information on the Mexican tax id information using the RFC to be verified at SAT.
HTTP method POSTβ
Endpointβ
https://apidev.msla-id.com/experience-companyinfo-api-v1/api/idv-govcheck/v1/company/rfc-extended
info
Before proceeding, make sure you have your jwt token, if you don't, check the login documentation. :::
Request header parameterβ
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| Content-Type | β | string | application/json |
| Authorization | β | string | Bearer JWT token |
URI request parameterβ
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| CIF | β | string | Tax ID number issued by SAT |
| RFC | β | string | Tax ID registration code issued by SAT |
Status code responsesβ
| Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad request |
| 401 | Unauthorized |
| 404 | Not found |
| 500 | Internal server error. |
The full documentation error codes can be found here.
Response 200 status codeβ
{
"rfc": "RAZR811011KI1",
"cif": "17070152364",
"identificationdata": {
"curp": "RIZT811011HVZMJB03",
"names": "ROBERTO ALFONSO",
"father's last name": "RAMIREZ",
"maternal surname": "ZAPATA",
"dateBirth": "10-13-1984",
"OperationsStartDate": "03-26-2003",
"taxpayersituation": "REACTIVADO",
"dateLastChangeSituation": "01-06-2005"
},
"locationdata": {
"federative entity": "CIUDAD DE MEXICO",
"municipalityDelegation": "MIGUEL HIDALGO",
"colony": "LOS MANZANOS",
"roadtype": "CALLE",
"roadname": "LAGO COMO",
"outernumber": "128",
"interiornumber": "C 502",
"cp": "11460",
"email": "roberto.rz@gmail.com",
"al": "CIUDAD DE MEXICO 1"
},
"fiscal characteristics": [
{
"regime": "RΓ©gimen de Ingresos por Dividendos (socios y accionistas)",
"highdate": "06-09-2010"
},
{
"regime": "RΓ©gimen de las Personas FΓsicas con Actividades Empresariales y Profesionales",
"highdate": "01-04-2018"
}
]
}
Response 400 status codeβ
{
"traceId": "542fc743fffda052",
"timestamp": "2025-03-16 11:20:46",
"code": "IDV-4005",
"message": "Bad request - Invalid parameters provided",
"data": null
}
Response 401 status codeβ
{
"timestamp": "2025-03-16T11:20:46.000Z",
"status": 401,
"error": "Unauthorized",
"message": "Bearer token is missing or invalid",
"path": "/api/idv-govcheck/v1/mx-tax-identifications"
}
Response 500 status codeβ
{
"traceId": "86c6eda02b615604",
"timestamp": "2024-01-09 15:44:32",
"code": "IDV-1008",
"message": "Error in the source of origin, please contact an administrator!",
"data": null
}