{
"tasks": [
{
"task": "Add Wage",
"description": "Enter pay details to 41 team members ready for payday"
},
{
"task": "Form DR-835 Signature request",
"description": "Form DR-835 allows us to file and pay taxes on your behalf"
},
{
"task": "Form 8655 Signature request",
"description": "Form 8655 allows us to file and pay taxes on your behalf"
},
{
"task": "Add check details",
"description": "Provide check details"
},
{
"task": "Missing State tax information",
"description": "Missing State Tax Registration Details for CO"
},
{
"task": "Run Payroll",
"description": "Overdue for employees by 50 days to run payroll for [05/28/2025-06/03/2025]"
}
]
}
Reports
getCompanyTask
The getCompanyTask API retrieves a list of pending tasks that should be completed during onboarding and day-to-day operations.
What it does:
Identifies incomplete onboarding steps such as KYB verification, bank account setup, or pay schedule configuration
Returns pending tasks during day-to-day operation including reminders to run payroll, complete employee onboarding, sign vital forms, and submit state tax registration
Note:
Important outstanding tasks can prevent payroll running successfully. If a payroll fails this is the first place to check
{
"tasks": [
{
"task": "Add Wage",
"description": "Enter pay details to 41 team members ready for payday"
},
{
"task": "Form DR-835 Signature request",
"description": "Form DR-835 allows us to file and pay taxes on your behalf"
},
{
"task": "Form 8655 Signature request",
"description": "Form 8655 allows us to file and pay taxes on your behalf"
},
{
"task": "Add check details",
"description": "Provide check details"
},
{
"task": "Missing State tax information",
"description": "Missing State Tax Registration Details for CO"
},
{
"task": "Run Payroll",
"description": "Overdue for employees by 50 days to run payroll for [05/28/2025-06/03/2025]"
}
]
}