payroll_period.closed

đŸ“˜

NOTE

To get access and subscribe to our webhooks, email [email protected].

This webhook will be triggered when a time period is closed. Note that the time periods for all locations must be closed before this webhook will be triggered.

Below is an example payroll_period.closed response.

{
  "payroll_period_id": 123456,
  "company_id": 1234,
  "start_date": "2022-03-14",
  "end_date": "2022-03-20",
  "finalized": true
}