These docs are for v2023-09-01. Click to read the latest docs for v2024-04-01.

Pay Schedule Events

When subscribed to the PaySchedule webhooks you will receive the following events:

event_typedescription
pay_schedule.createdPay Schedule has been created
pay_schedule.updatedPay Schedule has been updated

Example payload

{ "uuid": "31ee36df-cd38-4710-b3f3-4dfff89bb552", "event_type": "pay_schedule.updated", "resource_type": "Company", "resource_uuid": "9cf96c42-15f7-40db-ac7e-43ee6c7d8749", "entity_type": "PaySchedule", "entity_uuid": "974e7f49-c385-47db-a8e1-69ec675497ef", "timestamp": 1629760205 }

Did this page help you?