Create a deduction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Must belong to a work assignment associated with an entity of type Employee.
The frequency at which this deduction is applied to Pay Stubs. When per_month, the amount is distributed across selected Payrolls in the calendar month. per_month is only valid when amount_type is fixed; percent and per-hour deductions apply to every paycheque regardless of frequency.
once, per_month, per_payroll The deduction amount per occurrence. When amount_type is percentage, this is interpreted as a percentage of the income basis rather than a fixed dollar amount.
x >= 0Whether amount is a fixed dollar value (fixed) or a percentage of the income basis (percentage).
fixed, fixed_per_hour, percent The date from which this deduction is applied to Pay Stubs.
The type of deduction, which determines how it is categorized and remitted.
Must be present when business_preset_id is either empty or not set.
charitable_donation, garnishment_order, income_tax, other_deduction, union_dues, union_dues_post_tax 255Optional translations for the title property.
Determines the income used as the base for percentage-based deductions. regular_earnings includes only salary and wage earnings. all_earnings includes all earnings. total_income includes all earnings, taxable allowances, and taxable reimbursements. none doesn't include any line items, and can be used with income_includes for completely custom definitions of income.
all_earnings, none, regular_earnings, total_income An optional list of specific earnings, allowances, and other line item types to include in the income calculation in addition to those included via income_basis.
An optional list of deductions and benefits to subtract from the income before the deduction amount is calculated.
Whether to subtract statutory withholdings (CPP, EI, income tax) from the income before the deduction amount is calculated.
all, none A fixed dollar amount to exempt from the income before calculating the deduction.
0 <= x <= 99999A percentage of the income to exempt before calculating the deduction amount.
0 <= x <= 100The date after which this deduction is no longer applied. null if the deduction applies indefinitely.
The remittance account to which collected deduction amounts are remitted.
255Which payroll date determines the calendar month for the allocation. Applies only to fixed-amount per_month deductions.
by_pay_date, by_period_end_date, by_period_start_date Which pay periods within the month receive the allocation. An array of 1-based positions; -1 is the final period. Applies only to fixed-amount per_month deductions.
1
