Skip to main content
A document object represents various types of information or documentation, such as:
  • Identity documents (driver’s licenses, passports)
  • Contact information (phone numbers, email addresses)
  • Official documents (utility bills, reports)
  • Collections of related data
Key Characteristic
Every document object must include a country attribute, which is mandatory for all document types.

Document Object Structure

Here’s an example of a document object with detailed annotations:

Managing Scanned Documents in Business Checks

The inclusion of scanned documents in business check results depends on the documentData parameter. Here’s how to control it:
  • Includes the complete scanned document
  • Use when you need full document access
Performance Consideration
Including full scanned documents increases response times. Use documentData=meta when you only need metadata for faster results.

Implementation Steps

1

Create Organization Entity

Create an organization entity using the Create Entity API
2

Upload Document Scan

Upload the document scan using the Create Document API
3

Verify Ownership

Complete ownership verification using the Business Ownership Query API
4

Perform Business Check

Execute the business check with your desired documentData parameter