Skip to main content

Business Verification in Ecuador

Verifik's Business Verification API helps you authenticate Ecuadorian companies using official government data. It's designed to streamline your KYB (Know Your Business) processes, prevent fraud, and ensure you meet regulatory requirements.

What does this API validate?

Our API connects directly with official records to validate:

  • Legal name & RUCEC: Supports Registro Único de Contribuyentes del Ecuador (RUCEC).
  • Business information: Returns legal name, status, and identifiers from official registries.
  • Company match: Confirms that the company information matches the RUCEC number.

By verifying these details, you can reduce fraud risk and support compliance workflows.

API Reference

Endpoint

GET https://api.verifik.co/v2/ec/company

Look up an Ecuadorian company using documentType RUCEC and documentNumber (13 digits, no separators). Returns registration-oriented fields to support KYB, vendor screening, and compliance.

Headers

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>

Parameters

NameTypeRequiredDescription
documentTypestringYesDocument type. Allowed value: RUCEC.
documentNumberstringYes13-digit RUCEC without spaces or periods.

Request

import axios from "axios";

const { data } = await axios.get("https://api.verifik.co/v2/ec/company", {
params: { documentType: "RUCEC", documentNumber: "1790008959001" },
headers: { Accept: "application/json", Authorization: `Bearer ${process.env.VERIFIK_TOKEN}` },
});
console.log(data);

Response

{
"data": {
"documentType": "RUCEC",
"documentNumber": "1790008959001",
"legalName": "EMPRESA EJEMPLO SA",
"status": "ACTIVO"
},
"signature": {
"dateTime": "April 8, 2026 11:00 PM",
"message": "Certified by Verifik.co"
},
"id": "CMPY1"
}

Notes

  • documentNumber must be exactly 13 digits without separators.

Common Use Cases

  • B2B onboarding: Verify companies during partner or vendor registration.
  • Financial services: Authenticate businesses before opening accounts.
  • Compliance: Validate company data as part of KYC/KYB workflows.

Official Sources & Reliability

We connect directly with official Ecuadorian government sources to provide verified information.

About Verifik

Verifik connects businesses with official data sources across Latin America for identity verification, KYB, and compliance.