v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Contractor 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

contractor_payment_uuidstring

A unique identifier of the contractor payment receipt.

company_uuidstring

A unique identifier of the company making the contractor payment.

name_of_senderstring

The name of the company making the contractor payment.

name_of_recipientstring

The individual or company name of the contractor receiving payment.

debit_datestring date

The debit date for the contractor payment.

licensestring

Always the fixed string "Your payroll provider partners with Gusto Inc. for payments processing. Gusto Inc. is a licensed money transmitter. Learn more on our license page."

license_uristring

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

right_to_refundstring

URL for information related to right to refund. Always the fixed string "https://gusto.com/about/licenses"

liability_of_licenseestring

URL for information related to right to liability of licensee. Always the fixed string "https://gusto.com/about/licenses"

Example response

{
  "debit_date": "2022-05-30"
}