POST
/
v1
/
business
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/business \
  --header 'Content-Type: application/json' \
  --data '{
  "about": "clinic for health issues",
  "address": {
    "addressType": "mailing",
    "city": "New York",
    "country": "US",
    "line1": "456 Main St",
    "line2": "",
    "postalCode": "10001",
    "state": "NY"
  },
  "dba": "Acme Corp",
  "email": "john@acme.com",
  "entityType": "limitedLiabilityCompany",
  "formationDate": "2018-02-18",
  "idNumber": "387654321",
  "idType": "ein",
  "industry": "healthServices",
  "legalName": "Acme LLC",
  "phone": "+16604491146",
  "website": "acme.com"
}'
{
  "about": "clinic for health issues",
  "address": {
    "addressType": "mailing",
    "city": "New York",
    "country": "US",
    "line1": "456 Main St",
    "line2": "",
    "postalCode": "10001",
    "state": "NY"
  },
  "createdAt": "2023-11-20T06:14:42Z",
  "createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
  "dba": "Acme Corp",
  "disclosureStatus": "notStarted",
  "email": "john@acme.com",
  "entityType": "limitedLiabilityCompany",
  "formationDate": "2018-02-18",
  "id": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
  "idNumber": "387654321",
  "idType": "ein",
  "industry": "healthServices",
  "kyb": {
    "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
    "createdAt": "2023-11-20T06:14:19Z",
    "id": "kyb-d925a0ad-efda-4d0a-bf3d-e5b2257b6d91",
    "modifiedAt": "2023-11-20T06:14:19Z",
    "results": {
      "address": "notStarted",
      "bank": "notStarted",
      "businessName": "notStarted",
      "fraud": "notStarted",
      "personName": "notStarted"
    },
    "reviewCode": "",
    "reviewMessage": "",
    "status": "notStarted"
  },
  "legalName": "Acme LLC",
  "metadata": null,
  "modifiedAt": "2023-11-20T06:14:42Z",
  "phone": "+16604491146",
  "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
  "status": "active",
  "website": "acme.com"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Body

application/json
about
string
Example:

"clinic for health issues"

address
object
dba
string
Example:

"Acme Corp"

email
string
Example:

"john@acme.com"

entityType
string
Example:

"limitedLiabilityCompany"

formationDate
string
Example:

"2018-02-18"

idNumber
string
Example:

"387654321"

idType
string
Example:

"ein"

industry
string
Example:

"healthServices"

Example:

"Acme LLC"

phone
string
Example:

"+16604491146"

website
string
Example:

"acme.com"

Response

201 - application/json
Create a Business
about
string
Example:

"clinic for health issues"

address
object
createdAt
string
Example:

"2023-11-20T06:14:42Z"

createdPersonId
string
Example:

"per-e6553324-1db8-49a8-a0d3-29132280b838"

dba
string
Example:

"Acme Corp"

disclosureStatus
string
Example:

"notStarted"

email
string
Example:

"john@acme.com"

entityType
string
Example:

"limitedLiabilityCompany"

formationDate
string
Example:

"2018-02-18"

id
string
Example:

"bus-a4c781d1-abf2-4030-bc70-d860cf164013"

idNumber
string
Example:

"387654321"

idType
string
Example:

"ein"

industry
string
Example:

"healthServices"

kyb
object
Example:

"Acme LLC"

metadata
any | null
modifiedAt
string
Example:

"2023-11-20T06:14:42Z"

phone
string
Example:

"+16604491146"

programId
string
Example:

"prg-ffa511da-1adc-4603-b845-173b895a33f6"

status
string
Example:

"active"

website
string
Example:

"acme.com"