Workday Financials · Capability

Workday Financials Workday Financial Management API — Accounts Payable

Workday Financials Workday Financial Management API — Accounts Payable. 2 operations. Lead operation: Workday Financials List supplier invoices. Self-contained Naftiko capability covering one Workday Financials business surface.

Run with Naftiko Workday FinancialsAccounts Payable

What You Can Do

GET
Listsupplierinvoices — Workday Financials List supplier invoices
/v1/supplierinvoices
GET
Getsupplierinvoice — Workday Financials Get a supplier invoice
/v1/supplierinvoices/{id}

MCP Tools

workday-financials-list-supplier-invoices

Workday Financials List supplier invoices

read-only idempotent
workday-financials-get-supplier-invoice

Workday Financials Get a supplier invoice

read-only idempotent

Capability Spec

financial-management-accounts-payable.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Financials Workday Financial Management API — Accounts Payable
  description: 'Workday Financials Workday Financial Management API — Accounts Payable. 2 operations. Lead operation: Workday
    Financials List supplier invoices. Self-contained Naftiko capability covering one Workday Financials business surface.'
  tags:
  - Workday Financials
  - Accounts Payable
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_FINANCIALS_API_KEY: WORKDAY_FINANCIALS_API_KEY
capability:
  consumes:
  - type: http
    namespace: financial-management-accounts-payable
    baseUri: https://{tenant}.workday.com/api/financialManagement/v38.2
    description: Workday Financials Workday Financial Management API — Accounts Payable business capability. Self-contained,
      no shared references.
    resources:
    - name: supplierInvoices
      path: /supplierInvoices
      operations:
      - name: listsupplierinvoices
        method: GET
        description: Workday Financials List supplier invoices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
          description: Filter invoices by status
    - name: supplierInvoices-id
      path: /supplierInvoices/{id}
      operations:
      - name: getsupplierinvoice
        method: GET
        description: Workday Financials Get a supplier invoice
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_FINANCIALS_API_KEY}}'
  exposes:
  - type: rest
    namespace: financial-management-accounts-payable-rest
    port: 8080
    description: REST adapter for Workday Financials Workday Financial Management API — Accounts Payable. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/supplierinvoices
      name: supplierinvoices
      description: REST surface for supplierInvoices.
      operations:
      - method: GET
        name: listsupplierinvoices
        description: Workday Financials List supplier invoices
        call: financial-management-accounts-payable.listsupplierinvoices
        with:
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/supplierinvoices/{id}
      name: supplierinvoices-id
      description: REST surface for supplierInvoices-id.
      operations:
      - method: GET
        name: getsupplierinvoice
        description: Workday Financials Get a supplier invoice
        call: financial-management-accounts-payable.getsupplierinvoice
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: financial-management-accounts-payable-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Financials Workday Financial Management API — Accounts Payable. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-financials-list-supplier-invoices
      description: Workday Financials List supplier invoices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financial-management-accounts-payable.listsupplierinvoices
      with:
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-financials-get-supplier-invoice
      description: Workday Financials Get a supplier invoice
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financial-management-accounts-payable.getsupplierinvoice
      outputParameters:
      - type: object
        mapping: $.