Payment runs represent the execution of payroll processing for a specific payroll period. Each payment run tracks when it was created and closed/authorised
Retrieves payment runs for a specified payroll. By default, returns payment runs for the current payroll period. A different period can be specified using the payrollPeriod query parameter.
Payment Runs Response - Array
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "paymentRuns",
- "attributes": {
- "payrollPeriodId": 12345,
- "payrollName": "Monthly Payroll",
- "payrollGUID": "7fcba8e6-397f-4be2-a9f0-8d53fcf48ab5",
- "taxPeriod": "2025/01",
- "createdDateTime": "2025-01-15T10:30:00Z",
- "closedDateTime": "2025-01-20T14:45:00Z"
},
}
]
}