---
title: "Create Business"
method: POST
path: "/business"
---

# Create Business

`POST /business`

## Request body

- object
  - `owner_id` string — This is the ID of a person which serves as the majority holder of this business
  - `name` string, required — The legal name of this business
  - `business_type` 'soleProprietor' | 'singleMemberLLC' | 'limitedLiabilityCompany' | 'generalPartnership' | 'unlistedCorporation' | 'publiclyTradedCorporation' | 'association' | 'nonProfit' | 'governmentOrganization' | 'revocableTrust' | 'irrevocableTrust' | 'estate' | 'limitedPartnership' | 'limitedLiabilityPartnership'
  - `industry` 'hotelMotel' | 'otherFoodServices' | 'restaurants' | 'artPhotography' | 'artsEntertainment' | 'fitnessSportsCenters' | 'sportsTeamsClubs' | 'construction' | 'buildingMaterialsHardware' | 'otherTradeContractor' | 'plumbingHVAC' | 'healthServices' | 'otherEducationServices' | 'otherHealthFitness' | 'accountingTaxPrep' | 'realEstate' | 'homeFurnishing' | 'beautyOrBarberShops' | 'carWash' | 'computerServiceRepair' | 'freelanceProfessional' | 'landscapeServices' | 'legalServices' | 'massageTanningServices' | 'otherProfessionalServices' | 'autoDealers' | 'onlineRetailer' | 'retail' | 'gasolineServiceStation' | 'otherTransportServices' | 'otherTravelServices' | 'parkingGarages' | 'taxi' | 'travelAgency' | 'truckingShipping' | 'wholesale' | 'warehouseDistribution' | 'otherAccomodations' | 'animalFarmingProduction' | 'cropFarming' | 'forestryActivities' | 'fishingHuntingTrapping' | 'otherAgricultureForestryFishing' | 'museumsHistoricalSites' | 'hospitals' | 'collegesUniversitiesSchools' | 'bankFinancialInstitution' | 'financialInvestments' | 'fundsTrustsOther' | 'insurance' | 'moneyTransferRemittance' | 'privateInvestmentCompanies' | 'otherManufacturing' | 'industrialCommercialMachinery' | 'employmentServices' | 'governmentAgency' | 'nonGovernmentOrganization' | 'religiousOrganization' | 'unions' | 'retailJewelerDiamondsGemsGold' | 'retailCash' | 'usedClothesDealers' | 'tourOperator' | 'wholesaleJeweler ‍', required
  - `id_type` 'ein' | 'cac', required
  - `id_number` string, required
  - `id_country` 'AD' | 'AE' | 'AG' | 'AI' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BZ' | 'CA' | 'CC' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CO' | 'CR' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'EC' | 'EE' | 'EG' | 'EH' | 'ES' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NF' | 'NG' | 'NL' | 'NO' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PL' | 'PM' | 'PN' | 'PR' | 'PT' | 'PW' | 'PY' | 'RE' | 'RO' | 'RS' | 'RW' | 'SA' | 'SB' | 'SC' | 'SE' | 'SG' | 'SH' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SR' | 'ST' | 'SV' | 'SX' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YT' | 'ZA' | 'ZM'
  - `dof` string, date, required — Date of Business Formation. The date should be in the format `YYYY-MM-DD`
  - `contact_phone` string — Required for businesses with primary ID levels. Phone number should include country code e.g. +11234567890
  - `contact_email` string — Required for businesses with primary ID levels
  - `address` object, required
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `state` string, required
    - `country` string, required — NOTE: Use the ISO Alpha 2 country code format to ensure accurate processing. e.g United States should be passed as 'US', Nigeria should be passed as 'NG' and so on.
    - `postal_code` string, required
  - `service_information` object
    - `estimated_annual_revenue` integer, required
    - `expected_monthly_inflow` integer, required
    - `financial_services_usage` boolean, required
    - `third_party_usage` boolean, required
  - `documents` object[]
    - `type` 'passport' | 'national_id' | 'drivers_licence' | 'residence_permit' | 'voters_card' | 'bank_statement' | 'utility_bill' | 'incorporation_certificate' | 'registration_certificate' | 'memorandum_articles' | 'business_licence' | 'cac', required
    - `url` string, required
    - `issue_date` string, date
    - `expiry_date` string, date
  - `beneficial_owners` object[]
    - `person_id` string, required
    - `share` integer, required

## Response `201`

201

- object
  - `data` object
    - `id` string
    - `owner_id` string
    - `name` string
    - `business_type` string
    - `industry` string
    - `dof` string
    - `is_master` boolean
    - `id_type` string
    - `id_number` string
    - `address_line1` string
    - `address_city` string
    - `address_state` string
    - `address_country` string
    - `address_zip` string
    - `status` string
    - `kyb_status` string
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` unknown
  - `status` string

---

[API](https://skmtc.net/useoval/apis/core-api.md) · [All operations](https://skmtc.net/useoval/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useoval/core-api/versions/cb65d8f214c3/schema)
