Global Payments · Capability

Global Payments Unified Payments API — Disputes

Global Payments Unified Payments API — Disputes. 1 operations. Lead operation: List disputes. Self-contained Naftiko capability covering one Global Payments business surface.

Run with Naftiko Global PaymentsDisputes

What You Can Do

GET
Listdisputes — List disputes
/v1/disputes

MCP Tools

list-disputes

List disputes

read-only idempotent

Capability Spec

unified-payments-disputes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global Payments Unified Payments API — Disputes
  description: 'Global Payments Unified Payments API — Disputes. 1 operations. Lead operation: List disputes. Self-contained
    Naftiko capability covering one Global Payments business surface.'
  tags:
  - Global Payments
  - Disputes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GLOBAL_PAYMENTS_API_KEY: GLOBAL_PAYMENTS_API_KEY
capability:
  consumes:
  - type: http
    namespace: unified-payments-disputes
    baseUri: https://apis.globalpay.com
    description: Global Payments Unified Payments API — Disputes business capability. Self-contained, no shared references.
    resources:
    - name: disputes
      path: /disputes
      operations:
      - name: listdisputes
        method: GET
        description: List disputes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GLOBAL_PAYMENTS_API_KEY}}'
  exposes:
  - type: rest
    namespace: unified-payments-disputes-rest
    port: 8080
    description: REST adapter for Global Payments Unified Payments API — Disputes. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/disputes
      name: disputes
      description: REST surface for disputes.
      operations:
      - method: GET
        name: listdisputes
        description: List disputes
        call: unified-payments-disputes.listdisputes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: unified-payments-disputes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global Payments Unified Payments API — Disputes. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-disputes
      description: List disputes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: unified-payments-disputes.listdisputes
      outputParameters:
      - type: object
        mapping: $.