API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
Company Onboarding
CreateBusiness
POST
/
companyOnboarding#createBusiness
curl --request POST \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#createBusiness' \
--header 'Content-Type: application/json' \
--data '{
"method": "createBusiness",
"registration": {
"company": "Wise Wonders co",
"businessWebsite": "www.Wonders.com",
"nacisSubCategoryCode": 6233,
"isEsign": true,
"isTermsAccepted": true
},
"kybInformation": {
"ein": "78-8965412",
"entityType": "LLP",
"dateOfIncorporation": "YYYY-MM-DD",
"irsAssisgnedFederalFilingForm": "941"
},
"companyLocation": {
"companyLocation": "Suggested Values : M",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9874563210",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
},
"businessUser": {
"firstName": "Jason",
"middleName": "",
"lastName": "Roy",
"phoneNumber": "9874563210",
"email": "jaso8nroyee758@mailsac.com",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"ssn": "659-56-4561",
"dateOfBirth": "2000-09-09",
"payrollAdmin": true,
"bookKeeper": true,
"beneficialOwner": true,
"ownershipPercentage": 25
}
}'
{
"summary": "Success",
"value": {
"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."
}
}
}
Body
application/json
Example:
["78-8965412"]
Available options:
LP
, Corporation
, Unincorporated Association
, LLP
, LLC
, Non-Profit
, Partnership
, Trust
, sole_proprietorship
Example:
["YYYY-MM-DD"]
Available options:
941
, 944
Maximum length:
20
Example:
[
"Suggested Values : Main, Branch, Corporate"
]
Available options:
TX
, AK
, ND
, IL
, MA
, KS
, AS
, AL
, UT
, SD
, MI
, DC
, GA
, SC
, TN
, OK
, CO
, CA
, ME
, MO
, WY
, MD
, VT
, NM
, CT
, AZ
, WI
, VA
, WV
, NJ
, DE
, NC
, PR
, IN
, MT
, NH
, HI
, IA
, KY
, WA
, OH
, FL
, OR
, MP
, GU
, MN
, MS
, PA
, NE
, RI
, ID
, LA
, NY
, NV
, AR
Available options:
US
Example:
["9874563210"]
Example:
["9874563210"]
Available options:
TX
, AK
, ND
, IL
, MA
, KS
, AS
, AL
, UT
, SD
, MI
, DC
, GA
, SC
, TN
, OK
, CO
, CA
, ME
, MO
, WY
, MD
, VT
, NM
, CT
, AZ
, WI
, VA
, WV
, NJ
, DE
, NC
, PR
, IN
, MT
, NH
, HI
, IA
, KY
, WA
, OH
, FL
, OR
, MP
, GU
, MN
, MS
, PA
, NE
, RI
, ID
, LA
, NY
, NV
, AR
Available options:
US
Example:
["659-56-4561"]
curl --request POST \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#createBusiness' \
--header 'Content-Type: application/json' \
--data '{
"method": "createBusiness",
"registration": {
"company": "Wise Wonders co",
"businessWebsite": "www.Wonders.com",
"nacisSubCategoryCode": 6233,
"isEsign": true,
"isTermsAccepted": true
},
"kybInformation": {
"ein": "78-8965412",
"entityType": "LLP",
"dateOfIncorporation": "YYYY-MM-DD",
"irsAssisgnedFederalFilingForm": "941"
},
"companyLocation": {
"companyLocation": "Suggested Values : M",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9874563210",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
},
"businessUser": {
"firstName": "Jason",
"middleName": "",
"lastName": "Roy",
"phoneNumber": "9874563210",
"email": "jaso8nroyee758@mailsac.com",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"ssn": "659-56-4561",
"dateOfBirth": "2000-09-09",
"payrollAdmin": true,
"bookKeeper": true,
"beneficialOwner": true,
"ownershipPercentage": 25
}
}'
{
"summary": "Success",
"value": {
"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."
}
}
}