- Included in ROE calculations: Correction payroll data is included when generating Records of Employment, unlike historical payroll data which is excluded.
- Supports negative values: Correction payrolls allow negative amounts on line items, making them suitable for reversals and adjustments. Historical payrolls are typically used to build up year-to-date totals from zero.
Payroll Setup
Start by creating a correction payroll. Note thetype is set to "correction".
Bulk Importing Correction Pay Stubs
Nmbr supports bulk importing of correction pay stubs through a CSV file. This uses the same import flow as historical payrolls. There are two types of import templates available:preset: This template includes the line items types configured through a Business Preset.all_types: This template includes all possible line item types.
Importing through the API
Correction pay stubs can be created through the API by uploading a CSV file containing the correction pay stub data.Generating the CSV Template
Generate the CSV import template by making a GET request. You must specify the template type as eitherpreset or all_types.
Uploading the CSV File
Once the CSV file is filled out, it can be uploaded to the correction payroll using a POST request.Upload Validation Errors
If theAccept header is set to application/json, validation errors will be returned a JSON object.
If the Accept header is set to text/csv, validation errors will as a CSV that combines the original data with an additional error column. This validation CSV can be updated and re-uploaded directly. Note: a CSV will only be returned if the uploaded CSV was well-formed.
Importing through the Portal
Correction pay stubs can also be imported through the Nmbr Portal. Navigate to the Payroll section, select the appropriate Pay Schedule, and then select the Correction Payroll you created earlier. There will be an option to “Import Correction Pay Stubs”, which will guide you through the process of uploading a CSV file. Like with the API, you will need to choose between thepreset and all_types templates.

