Registry of Delinquent Child Support Obligors
Descriptionβ
The Delinquent Child Support Debtors Registry Verification service enables identity verification and screening against the Peruvian judiciaryβs official registry of individuals who are in material default on court-ordered child support obligations. This registry consolidates individuals who have failed to pay three or more successive or non-successive installments of court-mandated child support obligations or applicable judicial agreements.
HTTP method GETβ
Endpointβ
https://api.msla-id.com/experience-background-criminalrecord-api-v1/api/idv-govcheck/v1/pe-identity/{documentNumber}/registry-of-delinquent-child-support-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). |
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": "23a109e9b9e70c3e",
"timestamp": "2026-03-10 17:59:26",
"data": {
"id": "14515",
"registrationDate": "1730997695823",
"maternalLastName": "SANCHEZ",
"paternalLastName": "HUAMAN",
"firstNames": "ABDIAS",
"documentNumber": "41931787",
"documentTypeDescription": "DNI",
"caseNumber": "431-2023 ",
"judicialDistrictDescription": "AMAZONAS",
"jurisdictionalBody": "1 JUZGADO PAZ LETRADO - CHACHAPOYAS",
"court": "1 JUZGADO PAZ LETRADO",
"judgeName": "PEDRO ROJAS REYNA",
"amountDue": "1007.76",
"currency": "S/.",
"interestAmount": "7.76",
"interestCurrency": "S/.",
"monthlySupport": "280.0",
"claimantName": "HUAMAN PUERTA LUZ",
"claimantRole": "DEMANDANTE"
}
}
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-of-delinquent-child-support-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
}