v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Peru SUNAT

Verify that a user has valid Peruvian tax status

post/pe/sunat

Request body

documentNumberstring required
callbackUrlstring required

Webhook URL

Response

200

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

Example response

{
  "data": {
    "fullName": "DOE JOHN",
    "documentNumber": "00000000 ",
    "RUC": "00000000000",
    "province": "ORIV. CONST. DEL CALLAO",
    "taxStatus": "ACTIVO",
    "taxPayerType": "PERSONA NATURAL SIN NEGOCIO",
    "dateOfregistration": "01/01/2010",
    "taxCondition": "HABIDO",
    "economicActivities": [
      "Principal - 9609 - OTRAS ACTIVIDADES DE SERVICIOS PERSONALES N.C.P."
    ]
  }
}