Skip to main content
Overview: This section introduces our webhook system, which allows for real-time data transmission between our Payroll API and your application or service. Learn how to set up, manage, and troubleshoot your webhooks for optimal synchronization.
Note:
You can find more webhook guidance and additional examples here.
Configuring subscribeWebhook: Use the subscribeWebhook endpoint to register your callback URL and select the webhook events you need. Example request structure
  1. method
    • Method type for the webhook. For this use case: subscribeWebhook.
  2. url
    • The callback URL for the webhook. Example: https://example.com/payroll-webhooks.
Onboarding and process responses