getUnProcessedPayPeriod
Reports
getUnProcessedPayPeriod
The getUnProcessedPayPeriod API retrieves pay periods that have not yet been processed for payroll.
What it does:
- Returns pay periods that have not completed processing
- Provides pay period details for periods awaiting payroll processing including key dates and deadline to run payroll
Notes:
- Used to identify pay periods that are available for processing with
initiatePayroll - Returns payPeriods that are submitted but not yet paid out, and payPeriods that are editable
- Uses optional workerType to filter by W2 or 1099-NEC or can be used to return both
GET
getUnProcessedPayPeriod
Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
