GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
API Reference
v2023-09-01 is in the deprecation process and all prior versions have been deprecated. Click this banner to review our version upgrade guide.

Get a single payroll receipt

Returns a payroll receipt.

Notes:

  • Hour and dollar amounts are returned as string representations of numeric decimals.
  • Dollar amounts are represented to the cent.
  • If no data has yet be inserted for a given field, it defaults to “0.00” (for fixed amounts).

scope: payrolls:read

Path Params
string
required

The UUID of the payroll

Headers
string
Defaults to 2024-04-01

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

Responses

Response body
object
string

A unique identifier of the payroll receipt.

string

A unique identifier of the company for the payroll.

string

The name of the company by whom the payroll was paid

string

Always the fixed string "Payroll Recipients"

string

Always the fixed string "Payroll recipients include the employees listed below plus the tax agencies for the taxes listed below."

string

The debit or funding date for the payroll

string

Always the fixed string "ZenPayroll, Inc., dba Gusto is a licensed money transmitter. For more about Gusto’s licenses and your state-specific rights to request information, submit complaints, dispute errors, or cancel transactions, visit our license page."

string

URL for the license information for the licensed payroll processor. Always the fixed string "https://gusto.com/about/licenses"

string
string
totals
object

The subtotals for the payroll.

string

The total company debit for the payroll.

string

The total company net pay for the payroll.

string

The total child support debit for the payroll.

string

The total reimbursements for the payroll.

string

The total tax debit for the payroll.

taxes
array of objects

An array of totaled employer and employee taxes for the pay period.

taxes
object
string

The amount paid for this tax.

string

The total amount paid by both employer and employee for this tax.

employee_compensations
array of objects

An array of employee compensations and withholdings for this payroll

employee_compensations
object
string

The UUID of the employee.

string

The first name of the employee.

string

The last name of the employee.

string

The employee's compensation payment method.\n\nCheck Direct Deposit

string

The employee's net pay. Net pay paid by check is available for reference but is not included in the ["totals"]["net_pay_debit"] amount.

string

The total of employer and employee taxes for the pay period.

string

The total garnishments for the pay period.

string

The total child support garnishment for the pay period.

string

The total reimbursement for the pay period.

licensee
object

The licensed payroll processor

string

Always the fixed string "Gusto, Zenpayroll Inc."

string

Always the fixed string "525 20th St"

string

Always the fixed string "San Francisco"

string

Always the fixed string "CA"

string

Always the fixed string "94107"

string

Always the fixed string "4157778888"

404

Not Found

The requested resource does not exist. Make sure the provided UUID is valid.

Language
Credentials