v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Peru Govcheck

Verify a user's DNI and identity

post/pe/govcheck

Request body

documentNumberstring required
callbackUrlstring required

Webhook URL

Response

200

{"stackTrail":"paths:/pe/govcheck:post:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "data": {
    "firstName": "MARIA",
    "middleName": "ANTONELLA",
    "surname": "MONDRAGON",
    "secondSurname": "ALBURQUEQUE",
    "dniNumber": "75870597"
  }
}