v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Payrolls

Get an employee's pay stubs

Get an employee's pay stubs.

Results are returned in reverse chronological order (newest first).

scope: pay_stubs:read

get/v1/employees/{employee_id}/pay_stubs

Path parameters

employee_idstring required

The UUID of the employee

Query parameters

pageinteger

The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.

perinteger

Number of objects per page. For majority of endpoints will default to 25

Headers

X-Gusto-API-Version'2026-06-15'

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Response

successful

uuidstring required

The UUID of the employee pay stub.

check_datestring

The check date of the pay stub.

gross_paystring

The gross pay amount for the pay stub.

net_paystring

The net pay amount for the pay stub.

payroll_uuidstring

A unique identifier of the payroll to which the pay stub belongs.

check_amountstring

The check amount for the pay stub.

payment_method'Direct Deposit' | 'Check'

The payment method for the pay stub.