cancelPayrollSubmission
Payroll
cancelPayrollSubmission
The cancelPayrollSubmission API is used to cancel a previously submitted payroll and return it to an editable state.
When to use:
- When there are last minute changes to a payroll that has already been submitted
- When a payroll has been submitted but needs to be moved to another day
Notes:
- payPeriodStatus becomes
Cancelledafter using this API - Edits can be made before 12:00 PM EST (noon) on the deadlineToRunPayroll to ensure payroll is still disbursed on time
- If edits are made after this time the payroll will be delayed. For more information see out
Payroll Processingguide.
POST
cancelPayrollSubmission
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
