Requirements for Businesses

Overview

Business customers must complete Know Your Business (KYB) verification to comply with anti-money laundering (AML) and beneficial ownership regulations. This page outlines the specific documentation and information requirements for business customer onboarding.

KYB Verifies:

  • Entity Identity: Legal business name, structure, and registration details
  • Beneficial Ownership: UBOs with 25%+ ownership
  • Control Persons: Directors, officers, and authorized signatories
  • Business Purpose: Legitimate operations and source of funds
  • Compliance: Sanctions screening and media review

Required Business Information

Core Business Details

FieldDescriptionExample
Legal NameRegistered business nameAcme Corporation Inc.
Trade NameDBA or trade nameAcme Tech Solutions
Business TypeLegal entity typeC_CORPORATION
IndustryNAICS code541511
Registration NumberNational IDC1234567
Tax IDTax identifier12-3456789
Registration DateIncorporation date2015-01-01
WebsiteOfficial websitehttps://www.acme.com

Business Address

FieldRequiredDescription
Street Address Line 1YesPrimary address
Street Address Line 2NoSuite/unit number
CityYesCity
State/ProvinceYesRegion
Postal CodeYesZIP/postal code
CountryYesISO alpha-2 code

Business Operations

FieldRequiredDescription
DescriptionYesDescription of services or products
Account PurposeYesWhy the account is used
Source of FundsYesOrigin of operating funds
Annual RevenueYesEstimated yearly revenue (range)
Monthly VolumeYesExpected monthly payment volume (USD)

Legal Entity Types by Region

United States

Entity TypeCode
C CorporationC_CORPORATION
S CorporationS_CORPORATION
LLCLIMITED_LIABILITY_COMPANY
PartnershipPARTNERSHIP
Sole ProprietorshipSOLE_PROPRIETORSHIP
Non-ProfitNON_PROFIT

United Kingdom

Entity TypeCode
Private LimitedPRIVATE_LIMITED_COMPANY
Public LimitedPUBLIC_LIMITED_COMPANY
LLPLIMITED_LIABILITY_PARTNERSHIP
Sole TraderSOLE_PROPRIETORSHIP
CICCOMMUNITY_INTEREST_COMPANY

European Union

Entity TypeCode
GmbH/SàrlPRIVATE_LIMITED_COMPANY
AG/SAPUBLIC_LIMITED_COMPANY
SESOCIETAS_EUROPAEA
EEIGEUROPEAN_ECONOMIC_INTEREST_GROUPING

Required Documents

Formation Documents

  • Certificate of incorporation / formation
  • Articles / Memorandum & Association
  • Business registration certificate

Operating Agreements

  • LLC agreement
  • Partnership agreement
  • Bylaws / shareholder agreement

Ownership Documents

  • UBO declaration forms
  • Share register / capital table
  • Organizational chart

Control Person Docs

  • Board list
  • Power of attorney (if applicable)
  • Signatory authorizations

Financial Documents

  • Audited or unaudited statements
  • Recent bank statements (3 months)
  • Tax returns

Regulatory / Licensing

  • Operating licenses
  • Tax compliance certificate
  • Good standing certificate

UBOs: Requirements & Definition

Required for each UBO

FieldRequired
Full NameYes
Date of BirthYes
NationalityYes
Ownership %Yes
Control TypeYes
Residential AddressYes
ID DocumentYes
Tax IDYes

Accepted UBO Documents

  • Government ID (passport, driver’s license)
  • Proof of address (utility bill, bank statement)
  • Share certificate or ownership evidence
  • Selfie / biometric verification (if required)

Country-Specific Requirements

Nigeria

  • CAC certificate
  • Tax ID (TIN)
  • BVN of directors / UBOs
  • MEMART / CAC 1.1

Kenya

  • eCitizen certificate
  • KRA PIN
  • CR12
  • Resolutions / Articles of Association

Ghana

  • Certificate of Incorporation + Commencement
  • Company Profile (Registrar-General)
  • TINs
  • UBO declaration

South Africa

  • CIPC CoR14.1 / CoR15.1A
  • SARS tax number
  • Proof of business address (3 months max)
  • FICA documentation

UEMOA / CEMAC

  • RCCM extract
  • IFU / NIF
  • Statutes (OHADA)
  • Beneficial ownership form

High-Risk Sectors

EDD Required

  • Crypto businesses
  • Gaming / gambling
  • Investment firms
  • Cash-intensive models

Prohibited

  • Unlicensed financial services
  • Sanction evasion
  • Illicit drugs / trafficking
  • Terror finance

Processing Timelines

Review LevelTimeline (Days)
Standard KYB3-7
Enhanced Due Diligence7-14
Complex Structures14-21

API Integration Examples

Full Business Flow

curl -X POST https://api.inflowconnect.com/customer/kyx-verification-link \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "[email protected]",
    "customerType": "BUSINESS",
    "redirectUrl": "https://yourapp.com/verification-complete",
    "businessInfo": {
      "legalName": "Acme Corporation Inc.",
      "tradeName": "Acme Tech Solutions",
      "businessType": "C_CORPORATION",
      "industry": "541511",
      "description": "Custom software development services",
      "registrationNumber": "C1234567",
      "taxIdentificationNumber": "12-3456789",
      "registrationDate": "2015-01-01",
      "website": "https://www.acme.com",
      "address": {
        "streetLine1": "123 Business Plaza",
        "streetLine2": "Suite 100",
        "city": "San Francisco",
        "stateRegionOrProvince": "CA",
        "postalCode": "94105",
        "countryCode": "US"
      },
      "accountPurpose": "BUSINESS_OPERATIONS",
      "sourceOfFunds": "BUSINESS_REVENUE",
      "estimatedAnnualRevenueUSD": "ONE_TO_TEN_MILLION",
      "expectedMonthlyVolumeUSD": 50000
    }
  }'

Minimal Example

curl -X POST https://api.inflowconnect.com/customer/kyx-verification-link \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "[email protected]",
    "customerType": "BUSINESS",
    "redirectUrl": "https://yourapp.com/kyb-complete",
    "businessInfo": {
      "businessName": "Example Business LLC"
    }
  }'

Document Quality Standards

  • File types: PDF, JPG, PNG
  • Resolution: 300 DPI minimum
  • Must be readable, full page, color preferred
  • No expired documents
  • No inconsistent naming or mismatch in entity fields