Workday · Capability

Workday Payroll API — Pay Slips

Workday Payroll API — Pay Slips. 1 operations. Lead operation: Get Pay Slips. Self-contained Naftiko capability covering one Workday business surface.

Run with Naftiko WorkdayPay Slips

What You Can Do

GET
Getpayslips — Get Pay Slips
/v1/workers/{id}/payslips

MCP Tools

get-pay-slips

Get Pay Slips

read-only idempotent

Capability Spec

payroll-pay-slips.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Payroll API — Pay Slips
  description: 'Workday Payroll API — Pay Slips. 1 operations. Lead operation: Get Pay Slips. Self-contained Naftiko capability
    covering one Workday business surface.'
  tags:
  - Workday
  - Pay Slips
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_API_KEY: WORKDAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: payroll-pay-slips
    baseUri: https://wd2-impl-services1.workday.com/ccx/api/payroll/v1/{tenant}
    description: Workday Payroll API — Pay Slips business capability. Self-contained, no shared references.
    resources:
    - name: workers-ID-paySlips
      path: /workers/{ID}/paySlips
      operations:
      - name: getpayslips
        method: GET
        description: Get Pay Slips
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: payroll-pay-slips-rest
    port: 8080
    description: REST adapter for Workday Payroll API — Pay Slips. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/workers/{id}/payslips
      name: workers-id-payslips
      description: REST surface for workers-ID-paySlips.
      operations:
      - method: GET
        name: getpayslips
        description: Get Pay Slips
        call: payroll-pay-slips.getpayslips
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payroll-pay-slips-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Payroll API — Pay Slips. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-pay-slips
      description: Get Pay Slips
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payroll-pay-slips.getpayslips
      outputParameters:
      - type: object
        mapping: $.