Financial Info
Description​
Verifiy the financial information from Credit Bureau
HTTP method GET​
Endpoint​
http://apidev3.mslainternational.com/lexisnexis/api/idv-govcheck/v1/financial-info
Request header parameter​
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Authorization | ✅ | string | bearer jwt token |
URI request parameter​
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Country | ✅ | string | Argentina |
CUIL | ✅ | string | Argentina labor identification number |
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​
{
"traceId": "34372f63ac42d547",
"timestamp": "2024-10-17 12:04:00",
"data": {
"errorMessage": null,
"errorCode": null,
"score": 75,
"puntaje": 85,
"verazEnabled": true,
"veraz": {
"cantObsVigBa24m": 1,
"categoria": "Baja",
"documento": "12345678",
"incomePredictor": "Medio",
"incomePredictorRango": "$50,000 - $75,000",
"incomePredictorTexto": "Ingresos estimados en el rango medio.",
"mensaje": "Consulta exitosa.",
"montoObsVigBa24m": 1500,
"nombre": "Carlos Alberto Gonzales",
"obsVigentesBa": [
{
"codigoEntidad": "001",
"fecha": "2023-10-13",
"monto": 1500,
"nombreEntidad": "Banco Ejemplo"
}
],
"ok": true,
"scoreRango": 70,
"scoreSegmento": "Aceptable",
"scoreTexto": "El score es considerado aceptable.",
"sexo": "M",
"tokenCA": "abc123token",
"uuidLogConsulta": "uuid-12345-abcde",
"sujetoObligado": {
"estado": "Habilitado",
"fechaCreacion": "2023-10-13",
"habilitado": true,
"mensaje": "Sujeto habilitado para consultas.",
"tipoSujeto": "Cliente"
}
}
}
}
Response 400 status code​
{
"traceId": "542fc743fffda052",
"timestamp": "2023-05-05 11:20:46",
"code": "IDV-3001",
"message": "Bad request - Invalid or incomplete input data",
"data": null
}
Response 404 status code​
{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1002",
"message": "Data not found."
}
Response 500 status code​
{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1008",
"message": "Error in the source of origin, please contact an administration.",
"data": null
}