Skip to main content

Panamá

Endpoint

https://api.verifik.co/v2/pa/company

Recuperar datos de empresa panameña por identificador.

Headers

NameValue
Acceptapplication/json
AuthorizationBearer <token>

Parámetros

NameTypeRequiredDescription
documentTypestringYesTipo de documento. Parámetro permitido: RUC.
documentNumberstringYesIdentificador de empresa.
dvstringYesDígito de verificación.

Solicitud

import axios from "axios";

const { data } = await axios.get("https://api.verifik.co/v2/pa/company", {
params: { documentType: "RUC", documentNumber: "155703400-2-2021", dv: "39" },
headers: { Accept: "application/json", Authorization: `Bearer ${process.env.VERIFIK_TOKEN}` },
});
console.log(data);

Respuesta

{
"data": {
"address": "PROVINCIA PANAMÁ",
"businessName": "MATA ENTERPRISES, S.A.",
"capital": "1,000.00",
"currencyType": "Dólares americanos",
"currentStatus": "DISUELTO",
"documentNumber": "155703400-2-2021",
"documentType": "RUC",
"dv": "39",
"folioOrFincaOrFicha": "(MERCANTIL) Folio Nº 126965 (S)",
"idFolio": "1183912",
"organizationType": "SOCIEDAD ANONIMA",
"recordType": "Mercantil",
"registrationDate": "13/03/1984",
"representatives": {
"director": "ABDIEL NU#EZ",
"president": "JOSE ALBERTO RUIZ",
"representative": "EL PRESIDENTE, EN SU AUSENCIA EL TESORERO O EL SECRETARIO.",
"residentAgent": "JURGEN MOSSACK",
"secretary": "LETICIA MONTOYA",
"subscriber": "DIVA ARGELIS PATINO DE DONADO",
"treasurer": "FRANCIS PEREZ",
"undefined": "ABDIEL NU#EZ",
"vicePresident": "ABDIEL NU#EZ"
},
"status": "",
"validity": "PERPETUA"
},
"signature": {
"dateTime": "October 10, 2025 5:25 PM",
"message": "Certified by Verifik.co"
},
"id": "1SPK4"
}

Notas

  • Contacta al soporte para campos completos del dataset.