Workday Payroll · Example Payload

Payroll Results Worker Result Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Results Worker Result Example is an example object payload from Workday Payroll, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

workergrossPaynetPaytotalEarningstotalDeductionstotalTaxescurrencypaymentMethod

Example Payload

Raw ↑
{
  "worker": {
    "id": "w_100542",
    "descriptor": "Weekly USD Pay Group"
  },
  "grossPay": 1.0,
  "netPay": 1.0,
  "totalEarnings": 5240.0,
  "totalDeductions": 38210.8,
  "totalTaxes": 29167.4,
  "currency": "USD",
  "paymentMethod": "DirectDeposit"
}