Overview

Manage driver pay items and pay stubs.

Pay stubs are for companies to track and communicate employee expenses. Rose Rocket pay stubs are created by collecting payroll financial line items onto a pay stub.

These objects are in the Payroll module along with pay items. Pay items are added as costs on manifests for the driver. The pay stub is a consolidation of any driver pay items and acts as the equivalent of a bill for the driver.

Under the Payroll section, view the Driver pay items board for all costs for the driver. Select the specific driver’s pay items and then select the Create pay stub button.

Visible financial line items are in the workInProgress status with the destination of payStub. After adding these to a pay stub, the status updates to booked and the item is removed from pay items.

NOTE: User pay items can only be from the same driver on a single pay stub. Rose Rocket doesn’t support multiple drivers on a single pay stub.

Pay and deduction attributes

Pay stubs include the pay items from the manifest as the subtotal amount. Pay items not attached to a manifest are categorized as Other pay and deductions. The total pay represents the subtotal combined with the Other pay and deductions category.

API configuration

When using the API to make requests, see the pages below for the process. These guides walk through the requirements and setup to access the Rose Rocket API with your application.

Object structure

Use the table below for information about the pay stub objects.

FieldsLabelTypeDescription
idIDstringGlobal unique identifier for record
fullIdFull IDstringFull ID of pay stub, identifies record as seen by user
statusStatusstring, enumeratedStatus of pay stub, valid values: created, approved, followUpNeeded, sent, paid, archived NOTE: Defaults to created.
userUserUser connected object *See Connected object sectionDriver on pay stub
lineItemsLine ItemsFinancialLineItem connected object array *See Connected object sectionDetails items user is paid for
documentsDocumentsDocument connected object *See Connected object sectionDocuments attached to pay stub
payPeriodStartDatePay Period Start DatedateStart of pay period as beginning of period employee worked or earned wages
payPeriodEndDatePay Period End DatedateEnd of pay period as end of period employees worked or earned wages
payDatePay DatedateDate payment is made, date employees are paid
approvedAtApproved AtdateDate pay stub was approved
approvedByApproved BystringUser approving pay stub
notesNotesstringNotes about pay stub
sentAtSent AtdateDate pay stub sent to receiving party, such as by email
otherPayAndDeductionsOther Pay and DeductionsfloatReturns total pre-tax of all line items on invoice without manifest associated NOTE: This field is derived from the lineItems attributes. *See Read-only fields.
subTotalSub TotalfloatReturns total pre-tax of all line items on invoice before adjustments for other pay and deductions NOTE: This field is derived from the lineItems attribute. *See Read-only fields.
totalTotalfloatReturns complete total of all line items on pay stub
manifestManifestManifest connected object *See Connected object sectionAssociated manifest to paystub