Documentation Index
Fetch the complete documentation index at: https://gusto-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Create recurring reimbursements
Use the POST /employees/{employee_uuid}/recurring_reimbursements endpoint to add a recurring reimbursement (such as a monthly phone stipend) to an employee. Thedescription is the human‑readable label shown in payroll and reports.
Sample request
Prepare payroll to view reimbursements
Newly created recurring reimbursements won’t populate on a payroll until that payroll has been prepared. Prepare the payroll to see new recurring reimbursements.Managing recurring reimbursements
| Action | Endpoint | Note |
|---|---|---|
| Update | PUT /v1/recurring_reimbursements/{id} | Recurring reimbursements cannot be edited via PUT /v1/companies/{company_id}/payrolls/{payroll_id} once created. They must be edited via PUT /v1/recurring_reimbursements/{id}. |
| Get | GET /v1/recurring_reimbursements/{id} | |
| Delete | DELETE /v1/recurring_reimbursements/{id} |
Rehire a W2 Employee Create a child support garnishment