Verify a user's ID card against the Colombian Civil Registry
MetaMap connects with the Colombian Civil Registry (Resgistraduría Nacional del Estado Civil) to validate that the Cédula Number (Rol Único Nacional) and other data present in the ID card corresponds to their database. When validated, this API will also return the user's financial information, including loan counts and bank accounts counts.
Webhook - Level Status Codes
These are delivered asynchronously and represent the final outcome of the verification check performed by the external service:
200 OK – The check was completed successfully and includes all the available data about the document holder.
205 Document Contains Errors– The document contains format or content errors that prevented successful verification.
206 Invalid Document Number – The document number is invalid or incomplete; only partial verification could be performed.
503 Service Unavailable – The external entity is temporarily unavailable or experiencing downtime.
Other 4xx codes – The document could not be found in the entity’s database (e.g., 404 Not Found).