Get all payroll blockers for a company

GET {{baseUrl}}/v1/companies/:company_uuid/payrolls/blockers

Returns a list of reasons that prevent the company from running payrolls. See the payroll blockers guide for a complete list of reasons.

The list is empty if there are no payroll blockers.

scope: payrolls:run

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{"key":"needs_approval","message":"Company needs to be approved to run payroll."},{"key":"invalid_signatory","message":"A signatory who is authorized to sign documents on behalf of your company is required. Please ensure their identity verification is successful."},{"key":"pay_schedule_setup_not_complete","message":"Some employees don't have a pay schedule set up yet. Please complete this step to run payroll."}]