Webhooks

You can subscribe to events via API so that your system receives notifications about events in the Payroll platform.

Implementation
You can Subscribe and Unsubscribe to events via the API.

Supported events are:

  • Company Created
  • Company Updated
  • Employee or Contractor Created
  • Employee or Contractor Updated
  • Contract added/updated
  • Credit added/updated/deleted
  • Payroll created
  • Payroll calculated
  • Payroll rejected/accepted/closed
  • Payment initiated/approved/rejected
  • Payment completed

Webhooks will automatically deactivate if they receive a 409 - Gone response.

Urls are always POSTed to with a JSON representation of the event/object data.