---
title: "Download payslip in the PDF format"
method: GET
path: "/v1/payslips/{payslip_id}/pdf"
tags: ["Payslips"]
---

# Download payslip in the PDF format

`GET /v1/payslips/{payslip_id}/pdf`

Given a Payslip ID, downloads a payslip.
It is important to note that each country has a different payslip format and they are not authored by Remote.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (`employment_documents`) | View payslips (`payslip:read`) | - |

## Path parameters

- `payslip_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- string, binary — The binary content of the payslip file.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too many requests

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
