- the type of line item
- the Work Assignments Province Of Employment (POE)
- the tax documents which have been completed
Payroll Features Query
When using the Line Item Types APIs, you may pass afeatures query parameter with the value ca. The response will then contain a features array, which details how each line item type is treated in payroll calculations.
This query can be used with the following endpoints:
- List Earning Types
- List Allowance Types
- List Deduction Types
- List Reimbursement Types
- List Employee Benefit Types
- List Employer Benefit Types
Definitions
Each entry in thefeatures array contains:
type: The type of payroll feature.definitions: Details on how the line item type is treated for each jurisdiction. These fields are informational and don’t describe rates, thresholds, or full calculation logic. If an entry is missing for a given jurisdiction, it means that the line item type has no effect for that payroll treatment in that jurisdiction.
Payroll feature types
The possible values for thetype field are:
income_tax: Federal and Provincial/Territorial Income tax withholding calculations.pensionable: Federal and Quebec pension plans, such as the Canada Pension Plan (CPP) and Quebec Pension Plan (QPP).insurable: Federal and Quebec insurance plans, such as the Employment Insurance (EI) and Quebec Parental Insurance Plan (QPIP).wcb: Workers’ Compensation Board contributions, which vary by province.eht: Employer Health Tax contributions, applicable in certain provinces.vacationable: Provincial rules for vacation pay accrual on remuneration.
Definition fields
Each entry in thedefinitions array contains:
jurisdiction: The jurisdiction to which the definition applies, e.g.ca_federal,ca_on,ca_bc, etc.effects: An array of effects that the line item type has for the given jurisdiction and payroll feature type. Possible effects include:withholding: The line item type is included in the calculation base for withholding calculations.reduces_base: The line item type reduces the base amount for the given payroll feature.tax_credit: The line item type provides a tax credit for the given payroll feature.accrues_vacation_pay: The line item type accrues vacation pay.
help_text: Additional information or context about the feature, if applicable.program_label: The specific program or plan label associated with the feature, if applicable. E.g., “CPP”, “EI”, etc.

