Get a single payroll receipt

GET {{baseUrl}}/v1/payrolls/:payroll_uuid/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

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

{"totals":{"company_debit":"1080.47","net_pay_debit":"748.34","child_support_debit":"100.0","reimbursement_debit":"50.0","tax_debit":"182.13"},"taxes":[{"name":"Federal Income Tax","amount":"30.36"},{"name":"Social Security","amount":"104.54"},{"name":"Medicare","amount":"24.46"},{"name":"Additional Medicare","amount":"0.0"},{"name":"TX SUTA","amount":"22.77"},{"name":"FUTA","amount":"0.0"}],"employee_compensations":[{"employee_uuid":"f83d0bd8-7e20-43b9-834c-6d514ef6cb47","employee_first_name":"Patricia","employee_last_name":"Hamill","payment_method":"Direct Deposit","net_pay":"748.34","total_tax":"182.13","total_garnishments":"0.0","child_support_garnishment":"100.0","total_reimbursement":"50.0"}],"licensee":{"name":"Gusto, Zenpayroll Inc.","address":"525 20th St","city":"San Francisco","state":"CA","postal_code":"94107","phone_number":"4157778888"},"payroll_uuid":"afccb970-357e-4013-81f5-85dafc74f9b6","company_uuid":"c827aa0d-3928-4d5a-ab1f-400641a7d2b8","name_of_sender":"Torp and Sons and Sons","name_of_recipient":"Payroll Recipients","recipient_notice":"Payroll recipients include the employees listed below plus the tax agencies for the taxes listed below.","debit_date":"2022-06-02","license":"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.","license_uri":"https://gusto.com/about/licenses","right_to_refund":"https://gusto.com/about/licenses","liability_of_licensee":"https://gusto.com/about/licenses"}