Process payroll for a company and period
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Body
Company ID (from FluideAuth)
"c0a80123-..."
Payroll period month (1-12)
1 <= x <= 123
Payroll period year
2026
Inclusive period start (ISO date)
"2026-03-01"
Inclusive period end (ISO date)
"2026-03-15"
Scheduled pay date (ISO date)
"2026-03-16"
SCHEDULED, OFF_CYCLE Required when runType is OFF_CYCLE
255Client-supplied idempotency key for off-cycle runs (dedupes retries)
128If true, recompute when prior run failed/processing (immutability preserved after validation)
Payroll employee UUIDs to include. Omit for all active employees. Must match an existing run unless forceRecalculate is true.
1Reusable payroll cycle template to seed period and roster
Response
Successful response