v1
latestOpenAPI 3.1.02026-07-243113441.2 MBContractor Payments
Create a contractor payment
Pay a contractor. Information needed depends on the contractor's wage type (hourly vs fixed)
scope: payrolls:run
post/v1/companies/{company_id}/contractor_payments
Path parameters
company_idstring 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
{
"date": "2020-01-01",
"wage": "5000",
"hours": "40",
"bonus": "500",
"reimbursement": "20",
"invoice_number": "INV-001",
"memo": "Payment for consulting services"
}Response
successful