v1
latestOpenAPI 3.0.12026-07-245752052.0 MBi9center
One stop setup for I9Center V2
post/api/serviceemployment/processes/i9center/setup
Request body
Example request
{
"skipEVerifyStates": [
"CA",
"NY"
],
"skipEVerifyByJobs": [
"123e4567-e89b-12d3-a456-426614174000",
"123e4567-e89b-12d3-a456-426614174001"
],
"importProvider": "none",
"w4StateTaxReciprocity": true,
"w4GroupCode": "AFPU",
"wbApiKey": "0000000000000000000000000000000000000000000000000000000000000000",
"wbSubdomain": "fountain-sandbox",
"wbProviderDomain": ".workbright.fountain.com",
"wbDefaultEmployeeId": "1",
"hireAccountUuid": "00007da6-8545-4b2c-9712-8748f26fca08",
"papiAccountUuid": "ad87cafb-eae6-4f12-864d-45685cd8ce78",
"papiAccountApiKey": "fb8db15b-f9e3-43fa-abe4-24891f4f1b9f",
"partnerGatewayBaseUrl": "https://partners-api.fountain.com/",
"workerTokenDurationInMinutes": 30,
"papiStageSettings": [
{
"id": "id_1",
"stageOption": "I9"
},
{
"id": "id_2",
"stageOption": "W4"
},
{
"id": "id_4",
"stageOption": "I9 and W4"
}
],
"everifyAccountsByEin": [],
"registrationInfosByEin": []
}Response
I9Center setup completed successfully
Example response
{
"data": {
"success": true,
"i9Setup": true,
"papiSetup": true,
"einMode": "single",
"credentialsCreated": 1,
"settingsUpdated": true
},
"meta": {
"timestamp": "2021-05-05T09:47:58.924Z",
"verb": "GET",
"path": "/api/structure/resources/5949cf7c-fec6-4b31-947c-3aceabff58c5",
"jti": "%cQN3RIGp",
"rid": "$2d2zkHZ5",
"count": 1,
"status": "200",
"duration": 17,
"size": 1234
}
}