The pay statement endpoints return a list of pay statements with attribute object breakdowns. The statement is related to theDocumentation Index
Fetch the complete documentation index at: https://truv.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
link_id from Truv’s Income and Employment API.
Attributes
The table below covers the values for pay statements.| Attribute | Type | Description |
|---|---|---|
| id | string | Unique ID of selected statement |
| check_number | string | External ID of pay stub from payroll provider |
| pay_date | date | Pay date |
| net_pay | string | Net pay |
| net_pay_ytd | string | Net pay year to date |
| gross_pay | string | Gross pay |
| gross_pay_ytd | string | Gross pay year to date |
| bonus | string | Bonus amount |
| commission | string | Commission amount |
| hours | string | Total work hours during a pay period |
| basis_of_pay | string | Basis of pay, includes four types of pay plans: S - Salary, H - Hourly, D - Daily, W - Weekly |
| period_start | date | Pay period start |
| period_end | date | Pay period end |
| regular | string | Regular salary |
| regular_ytd | string | Regular salary year to date |
| other_pay_ytd | string | All other pay forms year to date |
| bonus_ytd | string | Bonus year to date |
| commission_ytd | string | Commission year to date |
| overtime | string | Overtime pay |
| overtime_ytd | string | Overtime pay year to date |
| other_pay | string | Other pay |
| earnings | array of objects | Earnings for pay cycle by type |
| earnings_ytd | array of objects | Earnings year to date |
| deductions | array of objects | Deductions for the pay cycle by type |
| deductions_ytd | array of objects | Deductions by type year to date |
| md5sum | string | MD5 hash value computed based on file content |
| file | url | Link to pay stub file (up to 2048 characters long) |
| derived_fields | array of strings | Array of derived fields |
| missing_data_fields | array of strings | List of missing data fields from payroll response |