Jump to Content
App Integrations
GuidesAPI ReferenceChangelog
Log InApp Integrations
Guides
Log In
GuidesAPI ReferenceChangelog

Basics

  • Introduction
    • App Integrations vs. Gusto Embedded
    • Security Review
    • Production Pre-Approval Application
    • Developer Portal
    • Gusto Sandbox
  • Payroll Overview
  • Authentication
    • System Access Tokens
    • OAuth2
    • Strict Access
  • Pagination
  • API Versioning
    • Getting Setup
    • Version Upgrade Guide
  • Idempotency
  • Scopes
  • Rate Limits
  • Webhooks
    • Best Practices
    • Webhook Events
    • Bank Account Events
    • Company Events
    • Company Benefit Events
    • Contractor Events
    • Contractor Payment Events
    • Employee Events
    • Employee Home Address Events
    • Employee Work Address Events
    • Employee Benefit Events
    • Employee Job Compensation Events
    • External Payroll Events
    • Fast Ach Config Events
    • Form Events
    • Location Events
    • Payroll Events
    • Pay Schedule Events
    • Signatory Events
  • Errors
    • Error Categories

Guides

  • Gusto Experience Principles
  • Syncing Employees
  • Syncing Time Tracking Data
  • Jobs and Compensations
  • Payrolls
  • Getting Custom Fields

Contact

  • Submit Feedback
  • Contact Gusto

Pay Schedule Events

Suggest Edits

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
}

Updated 3 months ago


  • Table of Contents
    • Example payload
Gusto © 2025 | Developer Terms of Service