Chile
Este servicio permite verificar la autenticidad del documento RUN (Rol Único Nacional) chileno.
Simplemente ingresa el número de RUN y recibirás una respuesta con el nombre completo, nombre, apellido y un arreglo con los nombres del titular, junto con la firma de verificación.
Este servicio puede ser utilizado por empresas o particulares para asegurar la validez del RUN chileno con diversos fines, tales como empleo, transacciones financieras o requerimientos legales.
Para utilizar este servicio en una interfaz gráfica, te invitamos a acceder a nuestro panel de cliente en Verifik.
Parameters
documentType
String
True
Document type. Allowed parameter: RUN.
RUN
documentNumber
String
True
Document number of the person to consult without spaces.
212957739
Implementation
Request
Response 200 - (Successful response)
Other responses
404
Not Found
Information not found.
{
"code": "NotFound",
"message": "Record not found.",
"signature": {
"dateTime": "August 31, 2022 3:24 PM",
}
}
409
Conflict
Some parameters are missing.
{
"code": "MissingParameter",
"message": "missing documentType\n. missing documentNumber\n"
}
409
Conflict
Invalid documentType for this query.
{
"code": "MissingParameter",
"message": "documentType must be one of: [RUT]"
}
Last updated