Service to verify if a company is duly registered with the DIAN (National Tax and Customs Directorate).
Colombian Company DIAN Verification
GET - https://api.verifik.co/v2/co/company/dian
The Colombian Company DIAN Verification service allows you to confirm the registration status and details of companies registered with DIAN (Dirección de Impuestos y Aduanas Nacionales). By providing the NIT (Número de Identificación Tributaria) and the document type, you can retrieve the company's registration date, current status, and name or business name. This service is useful for verifying the tax registration and legitimacy of businesses in Colombia.
Implementation
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required?
Description
Example
documentType
String
True
Valid parameter: NIT
NIT
documentNumber
String
True
NIT of the company, without spaces, points and without verification number.
{"data": {"date":"2022-07-15T21:47:00Z","descripcion":"Los datos de la persona estan activos, es decir tiene vigentes sus responsabilidades ","estado":"REGISTRO ACTIVO","nombreRazon":"VERIFIK SAS","nit":"901331380" },"signature": {"dateTime":"July 15, 2022 4:48 PM","message":"Certified by Verifik.co" }}
{"code":"NotFound","message":"No existe contribuyente asociado a la NIT ingresada","signature": {"dateTime":"February 21, 2024 7:52 PM","message":"Certified by Verifik.co"}}