Run payroll using our white-labeled Run Payroll Component. Set up worker pay, add earnings, and preview payrolls all within one Component. In order to run payroll with the Component, the company must have:
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
The Run Payroll Component allows for editing payday and processing periods.Since allowing processing period edits are often included in our partner's higher pricing tiers, processing period edits are not on by default. This field can be toggled on by passing in the
allowProcessingPeriodEditsfield in our SDK. TheallowPaydayEditsSDK field, which defaults to true, allows toggling off payday edits if necessary. Learn more here.
Editing payday in the Component detaches that payroll from its pay schedule.When an employer edits a payroll's payday in the Component, the Component sends pay_schedule: null in the same request, because an off-schedule payday cannot coexist with a pay schedule reference. Only that one payroll is decoupled. The pay schedule itself is untouched in that future payrolls continue to generate from it, and the pay_frequency inherited from the schedule remains on the payroll.

