Get a garnishment
GET {{baseUrl}}/v1/garnishments/:garnishment_id
Garnishments, or employee deductions, are fixed amounts or percentages deducted from an employee’s pay. They can be deducted a specific number of times or on a recurring basis. Garnishments can also have maximum deductions on a yearly or per-pay-period bases. Common uses for garnishments are court-ordered payments for child support or back taxes. Some companies provide loans to their employees that are repaid via garnishments.
scope: garnishments:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
{"uuid":"96334c6c-4e01-40ac-ac1c-d2fb02a7e371","version":"52b7c567242cb7452e89ba2bc02cb476","employee_uuid":"2d9c45f3-5ab9-4198-90a7-e8bea1ae3ce6","active":true,"amount":"8.00","description":"Company loan to employee","court_ordered":false,"times":5,"recurring":false,"annual_maximum":null,"pay_period_maximum":"100.00","deduct_as_percentage":true}