Workday Integration · Capability

Workday Integration Workday Compensation API — Payments

Workday Integration Workday Compensation API — Payments. 1 operations. Lead operation: Workday Integration Create a one-time payment request. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationPayments

What You Can Do

POST
Requestonetimepayment — Workday Integration Create a one-time payment request
/v1/workers/{id}/requestonetimepayment

MCP Tools

workday-integration-create-one-time

Workday Integration Create a one-time payment request

Capability Spec

compensation-payments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Compensation API — Payments
  description: 'Workday Integration Workday Compensation API — Payments. 1 operations. Lead operation: Workday Integration
    Create a one-time payment request. Self-contained Naftiko capability covering one Workday Integration business surface.'
  tags:
  - Workday Integration
  - Payments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATION_API_KEY: WORKDAY_INTEGRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: compensation-payments
    baseUri: https://{baseUrl}/ccx/api/compensation/v1/{tenant}
    description: Workday Integration Workday Compensation API — Payments business capability. Self-contained, no shared references.
    resources:
    - name: workers-ID-requestOneTimePayment
      path: /workers/{ID}/requestOneTimePayment
      operations:
      - name: requestonetimepayment
        method: POST
        description: Workday Integration Create a one-time payment request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: compensation-payments-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Compensation API — Payments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/workers/{id}/requestonetimepayment
      name: workers-id-requestonetimepayment
      description: REST surface for workers-ID-requestOneTimePayment.
      operations:
      - method: POST
        name: requestonetimepayment
        description: Workday Integration Create a one-time payment request
        call: compensation-payments.requestonetimepayment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: compensation-payments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Compensation API — Payments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-create-one-time
      description: Workday Integration Create a one-time payment request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: compensation-payments.requestonetimepayment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.