Paystubs
The digital equivalent of a traditional paystub.
The paystub object
Unique ID of the paystub object.
ID of the account associated with the paystub.
ID of the payroll document object associated with this paystub.
An itemized list of deductions listed on the paystub. Each object corresponds to one line item.
Information on the user's filing status.
An itemized list of tax withholdings listed on the paystub. Each object corresponds to one line item.
Payment status of the paystub.
completed- Payment has been made to the user.scheduled- Payment is scheduled to be made to the user.cancelled- Payment was cancelled, and was not nor will be paid to the user.excluded- Tag used for dummy/sample/watermarked/test paystubs present in the account. These paystubs are excluded when generating reports and other calculations and should not be considered proof of income.
completed, scheduled, cancelled, excluded Start date and end date of the work period.
Total gross pay from the paystub period before taxes or deductions. Returned as a decimal string with exactly two decimal places.
Total amount of deductions from the paystub period. Returned as a decimal string with exactly two decimal places.
Total tax amount from the paystub period. Returned as a decimal string with exactly two decimal places.
Net pay (gross pay minus taxes and deductions) from the paystub period. Returned as a decimal string with exactly two decimal places.
Total reimbursement amount from the paystub period. Returned as a decimal string with exactly two decimal places.
Total hours worked during the paystub period. Returned as a decimal string with exactly two decimal places.
Total fees incurred during the paystub period. Returned as a decimal string with exactly two decimal places.
Net pay year-to-date, including this paystub. Returned as a decimal string with exactly two decimal places.
Gross pay year-to-date, including this paystub. Returned as a decimal string with exactly two decimal places.
Employer name.
Employment ID. Can be used as a filter when listing paystubs.
Object containing employer address information, sourced from the paystub.
Contains information on where and how pay was delivered to the user.
Total hours worked year-to-date, including this paystub's work period. Returned as a decimal string with exactly two decimal places.
Total deductions year-to-date, including amounts from this paystub. Returned as a decimal string with exactly two decimal places.
Total taxes year-to-date, including amounts from this paystub. Returned as a decimal string with exactly two decimal places.
An itemized list of gross pay listed on the paystub. Each object corresponds to one line item.
Sums the values of gross_pay_list objects based on their type:
- base = base + pto
- overtime = overtime
- commission = commission
- bonus = bonus
- other = disability + benefits + tips + stock + other
Additional, non-categorized information.