v1
latestOpenAPI 3.1.02026-07-243113441.2 MBContractor Payments
Get a single contractor payment 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
get/v1/contractor_payments/{contractor_payment_uuid}/receipt
Path parameters
contractor_payment_uuidstring required
The UUID of the contractor payment
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
OK
Example response
{
"debit_date": "2022-05-30"
}