Get an employee's pay stubs
GET {{baseUrl}}/v1/employees/:employee_id/pay_stubs
Get an employee's pay stubs
scope: pay_stubs: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":"d2cec746-caee-464a-bcaf-00d93f7049c9","check_date":"2023-11-24","gross_pay":880,"net_pay":541.02,"payroll_uuid":"a039cafb-745e-4af4-bf1e-935a86fc18e0","check_amount":500.2}]