Payslips contain detailed pay information for an employee for a specific payroll period, including gross pay, deductions, tax, national insurance, and net pay
Retrieves payslips for a specified payroll. By default, returns payslips for the current payroll period. A different period can be specified using the payrollPeriod query parameter.
Payslips Response - Array
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "payslips",
- "attributes": {
- "employmentGuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "taxPeriod": "2025/01",
- "employmentId": "EMP12345",
- "totalPayments": 3500,
- "taxablePay": 3500,
- "taxPaid": 700,
- "taxCode": "1257L",
- "nationalInsurancePaid": 280,
- "otherDeductions": 50,
- "taxPaidYtd": 4200,
- "taxablePayYtd": 21000,
- "netPay": 2470,
- "payments": [
- {
- "paymentHeadingName": "Basic Salary",
- "paymentAmount": 3500,
- "startDate": "2025-01-01T00:00:00Z",
- "endDate": "2025-01-31T23:59:59Z"
}
]
},
}
]
}