Skip to main content

Pay Period Webhooks

  • Overview: These webhooks represent changes to a payroll pay period within the Rollfi system. They indicate when a pay period is created, submitted, processed, or finalized as part of payroll execution.

🔹 Pay Period Status Webhook

Events

  • payperiod.payperiodstatus.insert — emitted when a pay period is first created. The payload returns PayPeriodStatus of new, confirming the pay period was saved successfully.
  • payperiod.payperiodstatus.update — emitted whenever the status of an existing pay period changes.

Statuses

The PayPeriodStatus field reflects the current state of the pay period within the Rollfi system.
Note: For a detailed walkthrough of payroll submission, editing, and processing rules, see the payroll processing guide.

Example Payload