v1
latestOpenAPI 3.1.02026-07-243113441.2 MBGet employee payment details for a company
Fetches payment details for employees in a given company. Results are paginated.
Use the employee_uuid query parameter to filter for a single employee. Use the payroll_uuid query parameter to filter for employees on a specific payroll. Providing both employee_uuid and payroll_uuid will result in a 422 error. An empty array is returned if the company has no employees or if no employees match the filter criteria.
The encrypted_account_number in the splits array is only visible if the employee_payment_methods:read:account_number scope is present.
scope: employee_payment_methods:read
Path parameters
The UUID of the company
Query parameters
The UUID of a specific employee to fetch payment details for.
The UUID of a specific payroll to fetch payment details for employees on that payroll.
The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.
Number of objects per page. For majority of endpoints will default to 25
Headers
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
A list of employee payment details.