Process an off-cycle payroll run for explicit period boundaries
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-10"
Inclusive period end (ISO date)
"2026-03-10"
Pay date (ISO date); defaults to periodEnd
"2026-03-16"
SCHEDULED, OFF_CYCLE Reason for off-cycle payroll
255"Termination payout"
Client idempotency key for safe 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