For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The EmployeePayrollRun object
          • GET/employee-payroll-runs
          • GET/employee-payroll-runs/{id}

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsEmployee payroll runs

The EmployeePayrollRun object

The EmployeePayrollRun Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "employee": "string",
7 "payroll_run": "string",
8 "gross_pay": 1,
9 "net_pay": 1,
10 "start_date": "2023-01-01T00:00:00Z",
11 "end_date": "2023-01-01T00:00:00Z",
12 "check_date": "2023-01-01T00:00:00Z",
13 "earnings": [
14 {
15 "id": "string",
16 "remote_id": "string",
17 "created_at": "2023-01-01T00:00:00Z",
18 "modified_at": "2023-01-01T00:00:00Z",
19 "employee_payroll_run": "string",
20 "amount": 1,
21 "type": "SALARY",
22 "remote_was_deleted": true,
23 "field_mappings": {
24 "organization_defined_targets": {
25 "string": {}
26 },
27 "linked_account_defined_targets": {
28 "string": {}
29 }
30 },
31 "remote_data": [
32 {
33 "path": "string",
34 "data": {}
35 }
36 ]
37 }
38 ],
39 "deductions": [
40 {
41 "id": "string",
42 "remote_id": "string",
43 "created_at": "2023-01-01T00:00:00Z",
44 "modified_at": "2023-01-01T00:00:00Z",
45 "employee_payroll_run": "string",
46 "name": "string",
47 "employee_deduction": 1,
48 "company_deduction": 1,
49 "remote_was_deleted": true,
50 "field_mappings": {
51 "organization_defined_targets": {
52 "string": {}
53 },
54 "linked_account_defined_targets": {
55 "string": {}
56 }
57 },
58 "remote_data": [
59 {
60 "path": "string",
61 "data": {}
62 }
63 ]
64 }
65 ],
66 "taxes": [
67 {
68 "id": "string",
69 "remote_id": "string",
70 "created_at": "2023-01-01T00:00:00Z",
71 "modified_at": "2023-01-01T00:00:00Z",
72 "employee_payroll_run": "string",
73 "name": "string",
74 "amount": 1,
75 "employer_tax": true,
76 "remote_was_deleted": true,
77 "field_mappings": {
78 "organization_defined_targets": {
79 "string": {}
80 },
81 "linked_account_defined_targets": {
82 "string": {}
83 }
84 },
85 "remote_data": [
86 {
87 "path": "string",
88 "data": {}
89 }
90 ]
91 }
92 ],
93 "remote_was_deleted": true,
94 "field_mappings": {
95 "organization_defined_targets": {
96 "string": {}
97 },
98 "linked_account_defined_targets": {
99 "string": {}
100 }
101 },
102 "remote_data": [
103 {
104 "path": "string",
105 "data": {}
106 }
107 ]
108}
Was this page helpful?
Previous

/dependents/{id}

Next

/employee-payroll-runs

The EmployeePayrollRun object is used to represent an employee’s pay statement for a specific payroll run.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional

The third-party API ID of the matching object.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
employeestring or nullOptionalformat: "uuid"
The employee whose payroll is being run.
payroll_runstring or nullOptionalformat: "uuid"
The payroll being run.
gross_paydouble or nullOptional
The total earnings throughout a given period for an employee before any deductions are made.
net_paydouble or nullOptional

The take-home pay throughout a given period for an employee after deductions are made.

start_datedatetime or nullOptional
The day and time the payroll run started.
end_datedatetime or nullOptional
The day and time the payroll run ended.
check_datedatetime or nullOptional
The day and time the payroll run was checked.
earningslist of objectsOptionalRead-only
deductionslist of objectsOptionalRead-only
taxeslist of objectsOptionalRead-only
remote_was_deletedbooleanOptionalRead-only

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only