Skip to main content
GET
Get payslip data for an employee

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Path Parameters

employeeId
string
required

ID of the employee

year
integer
required

Year of the payslip

period
integer
required

Pay period number within the year

Query Parameters

frequency
enum<string>

Optional payment frequency override. When provided, overrides the frequency from the employee's payroll config.

Available options:
Annual,
Monthly,
FourWeekly,
Fortnightly,
Weekly,
Daily
forceGenerate
boolean

Optional flag to force the generation of a payslip. If true, the payslip will be generated even if it already exists.

Response

Payslip data retrieved successfully

message
object
content
object
validationIssues
object[]
messageToken
string