Create an external payroll for a companyCopy Pagepost https://api.gusto-demo.com/v1/companies/{company_uuid}/external_payrollsCreates a new external payroll for a company. scope: external_payrolls:writePath Paramscompany_uuidstringrequiredThe UUID of the companyBody ParamsThe request body for creating an external payroll.check_datedaterequiredThe check date of the external payroll.payment_period_start_datedaterequiredThe start date of the external payroll payment period.payment_period_end_datedaterequiredThe end date of the external payroll payment period.HeadersX-Gusto-API-VersionstringenumDefaults to 2025-11-15Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.2025-11-15Allowed:2025-11-15Responses 200Success 404Not Found The requested resource does not exist. Make sure the provided UUID is valid. 422Unprocessable Entity This may happen when the body of your request contains errors such as invalid_attribute_value, or the request fails due to an invalid_operation. See the Errors Categories guide for more details.Updated 22 days ago