Represents an external payment to an employee from a company.
{
"id": "itm_yvmmsVGFxLoBaMIkqzea",
"payroll": "pay_Z26PNMC7Ky1wfFQzVqfF",
"employee": "emp_zGGp6wYcxAeu1Ng8IA7v",
"earnings": [
{
"amount": "961.54",
"hours": 40.0,
"type": "hourly",
"workplace": "wrk_cxcG4vjGKcSXZk1fgKai"
}
],
"reimbursements": [],
"taxes": [
{
"tax": "tax_I1Z9zqbBGWIbvlZpN2Vq",
"amount": "0.60"
},
{
"tax": "tax_ImvSF9CTuMdokf0uwx5x",
"amount": "59.62"
},
{
"tax": "tax_yjNkKk061BTipYv7G4Ti",
"amount": "31.04"
},
{
"tax": "tax_S1krAkh75RzdWu5J53HA",
"amount": "44.20"
},
{
"tax": "tax_UJrIQbtVErbdez0bYTVN",
"amount": "1.47"
},
{
"tax": "tax_1XHqR9Qf5t18SD2sfYEe",
"amount": "13.94"
},
{
"tax": "tax_8L3JLfsH4X6dp0maBWfW",
"amount": "98.36"
},
{
"tax": "tax_ibU8cGhC5OlpOjoQFIXV",
"amount": "59.62"
},
{
"tax": "tax_O3f21hkS1cvHBZTa61BO",
"amount": "13.94"
}
],
"benefits": [
{
"id": "ben_DvWgRANQawvZYQHqDDbE",
"benefit": "401k",
"description": null,
"employee_contribution_amount": "100.00",
"company_contribution_amount": "0.00"
}
],
"post_tax_deductions": [
{
"id": "ptd_SgI1iILhkDK2U69LIJjp",
"description": null,
"amount": "100.00"
}
]
}
Attribute | Description |
---|---|
id string | Unique identifier for the payroll item. |
payroll string | The external payroll ID associated with the external payroll item. |
employee string | The employee ID associated with the payroll item. |
earnings array of objects | The set of earnings objects associated with the external payroll item. |
reimbursements array of objects | The set of non-taxable reimbursements objects associated with the external payroll item. |
taxes array of objects | The set of taxes deducted from pay on the external payroll item. |
benefits array of objects | The set of benefits deducted from pay on the external payroll item. |
post_tax_deductions array of objects | The set of post-tax deductions deducted from pay on the external payroll item. |
supplemental_tax_calc_method string | Reference for supplemental_tax_calc_method used to calculate tax on supplemental earnings. May be flat or aggregate |