v1
latestOpenAPI 3.1.02026-07-243113441.2 MBExternal Payrolls
Create an external payroll for a company
Creates a new external payroll for a company.
scope: external_payrolls:write
post/v1/companies/{company_uuid}/external_payrolls
Path parameters
company_uuidstring required
The UUID of the company
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"check_date": "2022-06-03",
"payment_period_start_date": "2022-05-15",
"payment_period_end_date": "2022-05-30"
}Response
Success