PayCat
PayCat is a payroll platform used to manage employee pay. Payroll systems represent the authoritative source of labour cost. Demiton integrates with PayCat to retrieve pay records and reconcile payroll totals against operational labour data.
Authentication: API key
System type: KEYPAY
Category: Finance & Payroll
Supported resources
| Resource | FETCH |
|---|---|
pay_records | ✓ |
employees | ✓ |
pay_runs | ✓ |
Integration model
PayCat records are retrieved using the adapter layer and normalized into PayrollRecord business objects with fields: employee, period, hours, gross cost.
Labour reconciliation
The primary use case is reconciling payroll totals against operational labour data from field systems:
FETCH → assignar.site_diariesFETCH → paycat.pay_recordsTRANSFORM → reconcile_hoursThe reconciliation step compares hours recorded in field systems against payroll hours. Differences are recorded as variance records:
| Field | Description |
|---|---|
| Worker | Employee identifier |
| FieldHours | Hours from Assignar |
| PayrollHours | Hours from PayCat |
| Variance | Difference |
Operational outcome
Payroll integration enables reliable labour reconciliation. Organizations gain visibility into discrepancies between field activity and payroll totals, ensuring labour costs remain aligned across operational and financial systems.