Registry of Delinquent Judicial Obligors
Descriptionβ
The Judicial Delinquent Debtors Registry Verification service enables identity verification and screening against the Peruvian judiciaryβs official Registry of Judicial Delinquent Debtors. This online platform provides authoritative information on natural persons and legal entities that have been formally declared judicially delinquent by resolution of a competent court due to failure to satisfy a legally enforceable obligation within the required timeframe.
HTTP method GETβ
Endpointβ
https://api.msla-id.com/experience-background-criminalrecord-api-v1/api/idv-govcheck/v1/pe-identity/{documentNumber}/registry-delinquent-judicial-obligors
For testing purposes, use the base domain: apidev.msla-id.com
info
Before proceeding, make sure you have your jwt token, if you don't have it, check the login documentation.
Request header parameterβ
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| Authorization | β | string | bearer jwt token |
URI request parameterβ
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| documentNumber | β | string | Peruvian identification data by means of the identity document (DNI) or Peruvian tax id registration number (RUC) |
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": "37ce932a8b14687c",
"timestamp": "2026-03-10 17:59:51",
"data": {
"id": "8448",
"paternalLastName": "ABAD",
"maternalLastName": "SANTUR",
"firstNames": "ABAD SANTUR, YSMAEL",
"fullName": "YSMAEL",
"businessName": "",
"documentNumber": "02669314",
"documentType": "DNI",
"registrationTimestamp": "1760980530026",
"electoralRecordNumber": "",
"recordStatus": "t",
"caseFileNumber": "217",
"processNumber": "2025000922",
"caseYear": "2017",
"judicialDistrict": "PIURA",
"judicialDistrictCode": "20",
"court": "2 JUZGADO DE PAZ LETRADO",
"courtNumber": "2",
"secretaryName": "VALDIVIEZO SAMILLAN VERONICA VANESSA",
"creditorName": " OFICINA DE NORMALIZACION PREVISIONAL",
"subjectMatterDescription": "OBLIGACIΓN DE DAR SUMA DE DINERO",
"subjectMatterCode": "2",
"specialty": "CIVIL",
"specialtyCode": "CI",
"observation": "DJM",
"mandateResolutionTimestamp": "1651813200000",
"mandateResolutionNumber": "15",
"jurisdictionalBodyCode": "04",
"officialLetterNumber": "2733",
"amount": "12875.8",
"currency": "SOLES"
}
}
Response 400 status codeβ
{
"traceId": "542fc743fffda052",
"timestamp": "2023-05-05 11:20:46",
"code": "IDV-4005",
"message": "-",
"data": null
}
Response 401 status codeβ
{
"timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ",
"status": 401,
"error": "Unauthorized",
"path": "/api/idv-govcheck/v1/pe-identity/{documentNumber}/registry-delinquent-judicial-obligors"
}
Response 404 status codeβ
{
"traceId": "ef2407b8c0df635c",
"timestamp": "2023-05-22 17:25:55",
"code": "IDV-1002",
"message": "Data not found."
}
Response 500 status codeβ
{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1001",
"message": "A generic error has occurred.",
"data": null
}