v1
latestOpenAPI 3.1.02026-07-242735131.1 MBPayslips
List payslip files for the authenticated employee
Returns a paginated list of payslip files belonging to the current employee.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (employment_documents) | View payslips (payslip:read) | - |
get/v1/employee/payslip-files
Query parameters
pageinteger
Starts fetching records after the given page
page_sizeinteger
Number of items per page
Response
Success
Example response
{
"current_page": 1,
"payslip_files": [
{
"currency": {
"code": "USD",
"symbol": "$"
},
"id": "663e0b79-c893-45ff-a1b2-f6dcabc098b5",
"name": "payslip.pdf",
"net_salary": {
"converted_amount": 460000,
"converter": "Transferwise",
"fee": "0.00",
"rate": "0.92",
"source_amount": 500000
},
"period_end": "2026-04-30",
"period_start": "2026-04-01"
}
],
"total_count": 1,
"total_pages": 1
}