UKG · Arazzo Workflow
UKG Pro HCM Payroll Statement Review
Version 1.0.0
Assemble an employee's pay rate, statement history, and deposit accounts.
View Spec
View on GitHub
Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsSchedulingArazzoWorkflows
Provider
Workflows
payroll-statement-review
Gather pay rate, pay statements, and direct deposits for an employee.
Validates the employee, then chains pay rate, pay statement history, and direct deposit endpoints into a single payroll review packet.
1
validateEmployee
getEmployee
Confirm the employee exists before pulling compensation data.
2
getPayRate
getEmployeePayRates
Read the current pay rate as the baseline for the statement review.
3
listStatements
listPayStatements
Retrieve the pay statement history for the employee across the requested date range.
4
getDeposits
getEmployeeDirectDeposits
Retrieve the direct deposit accounts so net pay can be reconciled against where funds are routed.