RUC

Búsqueda por Registro Único de Contribuyentes

POST
https://api.consultasperu.com/api/v1/query

Headers

Name
Value

Content-Type

application/json

Body

{
    "token": "tu_token_aqui",
    "type_document":"ruc",
    "document_number": "00000000000"
}

Response

{
    "success": true,
    "message": "Successful response",
    "data": {
        "number": "00000000",
        "name": "Razon social",
        "business_line": "linea de negocio",
        "status": "ACTIVO",
        "domicile_conditions": "HABIDO",
        "ubigeo": "150108",
        "department": "LIMA",
        "province": "LIMA",
        "district": "CHORRILLOS",
        "address": "AV.ARIOSTO MATELLINI NRO. 000 INT. 002 URB.  PASEO DE LA REPUBLICA  LIMA - LIMA - CHORRILLOS",
        "date_creation": "17/12/2010",
        "date_update": "31/03/2024",
        "person_type_code": "02",
        "person_type": "PERSONA JURIDICA",
        "zone": "PASEO DE LA REPUBLICA",
        "es_buen_contribuyente": true,
        "es_agente_de_retencion": false
    }
}

Última actualización

¿Te fue útil?