Document Requirements
KYB document types, jurisdictional requirements, and upload guidance.
KYB Document Requirements
Retrieve the current KYB document requirements with the metadata endpoint:
Response:
The requested_types array lists the document types required for KYB verification in each jurisdiction.
Upload business and shareholder documents with the canonical POST /v1/documents route. Send customerId for business-owned documents or shareholderId for shareholder evidence. Use GET /v1/documents?customerId={id} or GET /v1/documents?shareholderId={id} to list normalized document state; missing required business documents are returned with status: "requested".
Supported Countries
US, GB, DE, FR, ES, IT, NL, BE, AT, CH, IE, PT, PL, SE, DK, NO, FI, LU, SG, HK, AU, NZ, CA, JP, KR, AE, IL, BR, MX, IN
Document Types
1. Certificate of Incorporation
What it is: An official government-issued document proving the legal formation and registration of the business entity.
Accepted Documents by Entity Type:
| Entity Type | Accepted Documents |
|---|---|
| Corporation | Articles of Incorporation, Certificate of Incorporation |
| LLC | Articles of Organization, Certificate of Formation |
| Partnership (GP) | Partnership Agreement, Certificate of Partnership |
| Limited Partnership (LP) | Certificate of Limited Partnership |
| Sole Proprietorship | Business License, DBA Filing, Trade Name Registration |
| Nonprofit | Articles of Incorporation + IRS Determination Letter (501(c)(3)) |
| Trust | Trust Deed, Certificate of Trust |
| Cooperative | Articles of Incorporation, Bylaws |
Requirements:
- Filed with the secretary of state or equivalent government body
- Shows the legal entity name exactly as registered
- Current and valid, not expired or dissolved
2. Corporate Structure
What it is: Documentation showing the complete ownership structure of the company, including shareholders and ownership percentages.
Corporate structure is not only API data. Upload a supporting document that verifies the ownership structure.
Accepted Documents:
| Document Type | Description | Signature Required? |
|---|---|---|
| Capitalization Table (Cap Table) | Detailed table listing all shareholders and ownership % | Yes, unless from Carta/AngelList/Securitize |
| Shareholders' Agreement | Agreement listing shareholders and ownership % | No |
| Stock Certificates | Certificates issued to shareholders | No |
| Shareholder Ledger | Internal record of all shareholders | Yes (by control person) |
| Operating Agreement (LLC) | LLC operating agreement showing member interests | No |
| Membership Ledger (LLC) | Record of LLC members and their interests | Yes (by control person) |
| K-1 Forms | Tax forms showing ownership shares | No |
| Ownership Org Chart | Visual diagram of ownership structure with percentages | Yes (by lawyer or CPA) |
| Signed Ownership Attestation | Letter confirming UBOs and percentages | Yes (by lawyer or third-party CPA) |
Key requirements:
- Account for 100% of ownership
- Identify all Ultimate Beneficial Owners (UBOs) who own 25% or more
- Include ownership documents for parent entities when the business is entity-owned
- Date and sign self-generated documents through a verified control person, lawyer, or third-party CPA
Cap tables from recognized platforms such as Carta, AngelList, and Securitize do not require an additional lawyer or CPA signature.
3. Director Structure
What it is: Documentation identifying the company's directors, officers, and control persons.
This document type requires both:
- Shareholder data submitted via API (see Shareholders section)
- Supporting document (uploaded file)
Accepted Supporting Documents:
| Document Type | Description |
|---|---|
| Board Resolution | Resolution listing current directors and officers |
| Annual Report | Filed with secretary of state, listing directors/officers |
| Bylaws | Corporate bylaws listing governance structure |
| Board Meeting Minutes | Minutes documenting current board composition |
| Register of Directors | Official register of company directors |
| Certificate of Incumbency | Certificate confirming current officers/directors |
Who must be included:
- All directors/board members
- All executive officers (CEO, CFO, COO, President, etc.)
- All Ultimate Beneficial Owners who own 25% or more
- Anyone with significant control over the business
4. Power of Attorney
What it is: A document proving that the person completing KYB has authority to act for the company.
When is it required?
| Scenario | Required? |
|---|---|
| Director or officer completing KYB | Optional - mark them with isSigner: true |
| Employee (non-officer) completing KYB | Required |
| Third-party agent completing KYB | Required |
| Lawyer/accountant completing on behalf | Required |
Accepted Alternatives (when completed by control person):
Instead of a formal Power of Attorney, you can provide:
- Board Resolution authorizing the individual to act on behalf of the company
- Authorization Letter signed by a director/officer
- Mark the shareholder with
isSigner: trueandhasControl: truein the API
Formal Power of Attorney requirements:
- Signed by an authorized officer or director
- Specifies the scope of authority granted
- Names the authorized representative
- Notarized when required or recommended
- Current and not expired
5. Proof of Address
What it is: A document confirming the business's current operating address.
Accepted Documents:
| Document Type | Requirements |
|---|---|
| Bank Statement | Issued within last 90 days, addressed to the business |
| Utility Bill | Electricity, gas, water, internet - within last 90 days |
| Government-Issued Letter | Tax notice, business license renewal, etc. - within last 90 days |
| Office Lease Agreement | Current and valid lease (can be older than 90 days) |
| Commercial Rent Receipt | Within last 90 days |
Not accepted:
- PO Box addresses
- Virtual office addresses (unless accompanied by physical address proof)
- Documents older than 90 days (except valid lease agreements)
- Mobile phone bills
- Insurance documents
- Documents not addressed to the business legal name
Supported Document Type Codes
| Code | Description |
|---|---|
certificate_of_incorporation | Formation/incorporation document |
formation_document | Alternative formation document |
corporate_structure | Ownership structure document |
director_structure | Directors/officers document |
power_of_attorney | Authorization document |
proof_of_address | Business address verification |
annual_financial_statements | Annual financial statements |
articles_of_association | Articles of association |
bank_statement | Bank statement |
business_license | Business license |
certificate_of_good_standing | Certificate of good standing |
operating_agreement | Operating agreement |
partnership_agreement | Partnership agreement |
tax_returns | Tax returns |