Entity Validation objects allow you to perform verification and due diligence your clients

The Validation Object

The Plutto API operates on a single primary object. We call this object a Validation and it represents the validation request for an entity that you are engaging with.

🚧

Asynchronous Validation Resources

Notice that Validation objects are composed by different resources. Each resource is asynchronously obtained, so it may change its value over time.

Note that Taxable Identification Numbers (TIN) are accepted with any format. For chilean TINs (RUT), we accept formats like: 77403618-0, 77.403.618-0 and 774036180.


Validation Resources

There are many pieces of information that Plutto surfaces about each business, here you can find this information:

PropertyTypeDescription
entity_nameStringEntity's legal name
entity_tinStringTaxable identification number. In Chile it represents the RUT
statusStringEnum with possible validation statuses: ['created', 'in_review', 'approved', 'rejected']
business_countryObjectResource with the local tax office data information
businessObjectResource with the formation information of the business
filesArrayAn array with all the related files. This can be formation files, certificates, custom documents, etc.