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 LLC",
"businessWebsite": "www.schumm.com",
"doingBusinessAs": "Best",
"isTermsAccepted": true
},
"kybInformation": {
"ein": "109709569",
"entityType": "LLP",
"incorporationState": "Alabama",
"dateOfIncorporation": "2015-02-25",
"irsAssisgnedFederalFilingForm": "941",
"payrollRunThisYear": "Yes",
"formerPaidThisYear": "No"
},
"companyLocation": {
"companyLocation": "Main",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"phoneNumber": "9889890989",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
},
"businessUser": {
"firstName": "Manoj",
"middleName": "",
"lastName": "Deshmukh",
"phoneNumber": "9974574177",
"email": "[email protected]",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"ssn": "458756985",
"dateOfBirth": "2000-09-09",
"payrollAdmin": true,
"bookkeeper": true,
"beneficialOwner": true,
"ownershipPercentage": 25
}
}
'