Represents a schedule on which a company pays its employees.
Use a pay schedule object to create a calendar of paydays specific to a company.
{
"id": "psc_KpOEeeH3kWMrxyzffjcn",
"company": "com_FeToKDOuUyvQrQADcY2u",
"name": "Test Schedule",
"pay_frequency": "biweekly",
"first_payday": "2021-04-16",
"second_payday": null,
"first_period_end": "2021-04-12",
"metadata": {}
}
Attribute | Description |
---|---|
id string | Unique identifier for the pay schedule. |
company | ID of the company that this pay schedule relates to. |
name | Human-readable name of the pay schedule. |
pay_frequency | Frequency by which employees get paid. One of |
first_payday | The payday date of the first payroll the company will run on Check on this pay schedule. |
second_payday | The payday date of the the second payroll the company will run on Check on this pay schedule. This field should only be used with the |
first_period_end | The period end date of the first payroll the company will run on Check on this pay schedule. |
metadata | Additional loosely structured information to associate with the pay schedule. |