get_pay_statements
Retrieve employee pay statement data including gross/net pay, hours, taxes, deductions, and earnings for a specific year, with optional filtering by check date.
Instructions
Get pay statement data for an employee by year. Returns both summary (gross pay, net pay, hours, direct deposit amounts) and line-item details (each tax, deduction, and earning). Optionally filter to a specific check date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Paylocity company ID (defaults to PAYLOCITY_COMPANY_ID env var) | |
| employeeId | Yes | Paylocity employee ID | |
| year | Yes | Tax year (e.g. 2025) | |
| checkDate | No | Check date YYYY-MM-DD (optional — omit for all checks in the year) |