# Payslips - document type

> Pay slip or salary slip is a document record that employers give to employees each time they receive their earnings. The pay slip mainly informs the employee of the gross pay, deductions done, and the remaining net pay. The pay slip also provides evidence of earnings and proof of employment.

## Overview

Pay slip or salary slip is a document record that employers give to employees each time they receive their earnings. The pay slip mainly informs the employee of the gross pay, deductions done, and the remaining net pay. The pay slip also provides evidence of earnings and proof of employment.

This ML package is trained to extract information about the issuer, the employee and financial data such as earnings and deductions.

## Particularities

The model automatically detects data such as:

* Employer Name, Address.
* Employee Name, Address, EID, Title.
* Paid Days, Annual Leave, Over Time.
* Bank Name, Bank Account, Total Earnings, Total Deductions.

## Extracted fields

:::note
If you are using using public endpoints, such as `https://du.uipath.com/ie/invoices`, all fields are available. However, if you are using custom-trained extractors, the availability of extracted fields is dependant on the version you are currently using. You can also check the list of fields and types on any endpoint in the `/info/model` object. To access this, simply add `/info/model` to any endpoint, like so: `https://du.uipath.com/ie/invoices/info/model`. For an enhanced reading experience of the fields list, it's recommended to install a JSON viewer extension in your browser.
:::

Table 1. List of extracted fields for Payslips

| Display Name | Field Name | Field Type | Content Type |
| --- | --- | --- | --- |
| Employer Name | employer | regular | string |
| Employer Address | employer-addr | regular | string |
| Employee Full Name | employee | regular | string |
| Employee Address | employee-addr | regular | string |
| Employee ID | employee-id | regular | id-no |
| Payment Period | period-payment | regular | string |
| Employee Job Title | employee-title | regular | string |
| Paid Work Days | paid-days | regular | number |
| Days of Annual Leave | annual-leave | regular | number |
| Days of Medical Leave | medical-leave | regular | number |
| Over Time | over-time | regular | number |
| Bank Name | bank-name | regular | string |
| Bank Account Number | bank-account | regular | id-no |
| Total Earnings | total-earnings | regular | number |
| Total Deductions | total-deductions | regular | number |
| Net Amount | net-amount | regular | number |
| Days of Leave Without Pay | lop-days | regular | number |
| Earnings - Descriptions | earnings | items | string |
| Earnings - Amounts | earning-amt | items | number |
| Deductions - Descriptions | deductions | items | string |
| Deductions - Amounts | deductions-amt | items | number |

## Samples

Here are some samples of a filled-in form:

![Payslips sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/document-understanding-payslips-sample-file-253216-baaca9d5-ad0f0eb0.webp)

![Payslips sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/document-understanding-payslips-sample-file-253221-a8629160-c6a20985.webp)
