POST
/
companyOnboarding#createBusiness
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/companyOnboarding#createBusiness' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "createBusiness",
  "registration": {
    "company": "Best'\''s LLC",
    "businessWebsite": "www.schumm.com",
    "doingBusinessAs": "Best",
    "isTermsAccepted": true
  },
  "kybInformation": {
    "ein": "109709569",
    "entityType": "LLP",
    "incorporationState": "Alabama",
    "dateOfIncorporation": "2015-02-25",
    "irsAssisgnedFederalFilingForm": "941"
  },
  "companyLocation": {
    "companyLocation": "Main",
    "address1": "8745 Colard Ln",
    "address2": "",
    "city": "Lyons",
    "state": "CO",
    "zipcode": "80540",
    "country": "US",
    "phoneNumber": "9889890989",
    "isWorkLocation": true,
    "isMailingAddress": true,
    "isFilingAddress": true
  },
  "businessUser": {
    "firstName": "Manoj",
    "middleName": "",
    "lastName": "Deshmukh",
    "phoneNumber": "9974574177",
    "email": "manoje901@mailsac.com",
    "address1": "8745 Colard Ln",
    "address2": "",
    "city": "Lyons",
    "state": "CO",
    "zipcode": "80540",
    "country": "US",
    "ssn": "458756985",
    "dateOfBirth": "2000-09-09",
    "payrollAdmin": true,
    "bookkeeper": true,
    "beneficialOwner": true,
    "ownershipPercentage": 25
  }
}'
{
  "registration": {
    "companyId": "98016CB2-FAA4-47E5-8173-DD6F29C7C397",
    "kybInformationId": "32E9AE44-529A-4B4E-9C40-56DFCE99E712",
    "businessUserId": "4B47C1DA-F279-40E8-ABF6-ADD82E7C2582",
    "companyLocationId": "FB3B168C-62C2-43D0-A1EF-B3C6C5C6FAE3",
    "status": "Registered",
    "message": "A company with name Wise Wonders co is registered successfully and KYB verification is in progress."
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200
application/json

The response is of type object.