---
title: "Download a cummulative payslip for a single payroll period"
method: GET
path: "/v2/providers/employers/employees/employments/{employmentId}/payslips/summary/{payrollPeriodId}"
tags: ["Payslip"]
---

# Download a cummulative payslip for a single payroll period

`GET /v2/providers/employers/employees/employments/{employmentId}/payslips/summary/{payrollPeriodId}`

__Activity name :__ <a href="https://developer.loket.nl/Activities/GetPayrollPeriodSummaryByEmploymentIdAndPayrollPeriodId" target="_blank">GetPayrollPeriodSummaryByEmploymentIdAndPayrollPeriodId</a><br><br>Download a cummulative payslip for a single payroll period in a single PDF.<br><br>e.g. If the employment has to payslips for a single period this endpoint will return one (summary)payslip that is the cummaltion of both the payslips.<br><br>__Metadata :__ Possible options for `payrollPeriodId` can be acquired (GET) the following URL /v2/providers/employers/employees/employments/{employmentId}/payslips/summary/metadata.<br>Please note that the returned payroll periods are dependend on the year filter setting for the employer. The options are, return payroll periodes for:<br> <br>* current payroll year * current and previous payroll year * all payroll years<br>

## Path parameters

- `employmentId` string, uuid, required
- `payrollPeriodId` string, uuid, required

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/loket-acc/apis/loket-api.md) · [All operations](https://skmtc.net/loket-acc/apis/loket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loket-acc/loket-api/revisions/b32a42be97f7/schema)
