Gusto
get_contractor_payment
Retrieves full details for a single contractor payment by UUID, including amount, payment method, bonus breakdown, and reimbursements. Use list_contractor_payments first to find the payment UUID. Call this for line-item details of one specific contractor payment.
Remote gusto
Remote (network-hosted)
Other tools also called get_contractor_payment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"contractor_payment_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the contractor payment"
}
}
}