Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

payrollId
string<uuid>
required

The unique identifier for the payroll

Response

Payroll details. Employee payrolls include tax, pension, statutory deduction, and employer contribution aggregates plus per-entry allowance, deduction, and employer-contribution line items. Contractor payrolls omit those fields entirely and return only the salary-based shape.

payrollId
string<uuid>

created payroll id

workerType
enum<string>

worker type

Available options:
EMPLOYEE,
CONTRACTOR
Example:

"EMPLOYEE"

status
enum<string>

Current payroll status. Values are title-cased (e.g. Pending Submission, Scheduled, Completed).

Available options:
Created,
Pending Submission,
Pending Approval,
Awaiting Funds,
Scheduled,
Processing,
Completed,
Rejected,
Deleted
Example:

"Completed"

numPeople
integer

number of people in payroll run

Example:

50

type
enum<string>

payroll type

Available options:
ONE-OFF,
REGULAR
Example:

"ONE-OFF"

payrollDate
string<date>

payroll date

debit
object

Total amount deducted from the business balance for this payroll. For direct employment this is net pay plus fees; for EOR workers (compInfo.employmentModel: "eor") it is gross pay plus employer contributions, so statutory amounts are collected.

gross
object

Total gross pay across all entries, before deductions.

net
object

Total net (take-home) pay across all entries.

tax
object

Total income tax withheld across all entries. Returned for EMPLOYEE payrolls only; omitted for contractor payrolls.

pension
object

Combined employee and employer retirement contributions across all entries; the employee and employer portions are also included in statutoryDeductions and employerContributions respectively. Returned for EMPLOYEE payrolls only; omitted for contractor payrolls.

statutoryDeductions
object

Total of all employee-side statutory deductions, including income tax and social security, across all entries. Returned for EMPLOYEE payrolls only; omitted for contractor payrolls.

employerContributions
object

Total employer contributions across all entries (e.g., employer-side social security). Returned for EMPLOYEE payrolls only; omitted for contractor payrolls.

payPeriod
object

The pay period this payroll covers.

entries
object[]