Payslip
Automatically parse payslips and extract structured salary data using the pre-trained Payslip model template available in the Catalog.
Last updated
Was this helpful?
Automatically parse payslips and extract structured salary data using the pre-trained Payslip model template available in the Catalog.
Documentation for the data schema of the Payslip model template.
Documentation for all fields present in the data schema.
Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".
Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".
Start date of the pay period
Accessor: pay_period_start_date
Value Type: date
Has a single value.
End date of the pay period
Accessor: pay_period_end_date
Value Type: date
Has a single value.
List of deductions
Accessor: deductions
Subfields
Name
Name of the deduction
Accessor: name
Value Type: string
Amount
Amount of the deduction
Accessor: amount
Value Type: number
Can have multiple values (is a list/array).
List of taxes
Accessor: taxes
Subfields
Name
Name of the tax
Accessor: name
Value Type: string
Amount
Amount of the tax
Accessor: amount
Value Type: number
Can have multiple values (is a list/array).
Last updated
Was this helpful?
Was this helpful?


Social Security Number
Employee's Social Security Number
Accessor:
social_security_numberValue Type:stringHas a single value.