post
https://api.gusto-demo.com/v1/payroll_digests
Triggers an asynchronous computation of payroll digest data (statuses, blockers, pay periods, totals) across up to 25 companies that the partner is mapped to.
The batch is processed asynchronously. Use the returned batch UUID to poll GET /v1/payroll_digests/{payroll_digest_uuid} for status and results.
Idempotency is scoped per (partner, idempotency_key). A duplicate POST with the same idempotency_key returns a 409 Conflict referencing the existing batch UUID — no duplicate computation occurs.
📘 System Access Authentication
This endpoint uses the Bearer Auth scheme with the system-level access token in the HTTP Authorization header
scope: payroll_digests:write