Get a single contractor payment receipt
GET {{baseUrl}}/v1/contractor_payments/:contractor_payment_uuid/receipt
Returns a contractor payment receipt.
Notes: * Receipts are only available for direct deposit payments and are only available once those payments have been funded. * Payroll Receipt requests for payrolls which do not have receipts available (e.g. payment by check) will return a 404 status. * 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
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
{"contractor_payment_uuid":"afccb970-357e-4013-81f5-85dafc74f9b6","name_of_recipient":"Patricia Hamill","totals":{"company_debit":"748.34"},"contractor_payments":[{"contractor_uuid":"f83d0bd8-7e20-43b9-834c-6d514ef6cb47","contractor_first_name":"Patricia","contractor_last_name":"Hamill","contractor_business_name":"","contractor_type":"Individual","payment_method":"Direct Deposit","wage":"448.34","bonus":"248.00","reimbursement":"100.00"}],"licensee":{"name":"Gusto, Zenpayroll Inc.","address":"525 20th St","city":"San Francisco","state":"CA","postal_code":"94107","phone_number":"4157778888"},"company_uuid":"c827aa0d-3928-4d5a-ab1f-400641a7d2b8","name_of_sender":"Torp and Sons and Sons","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"}