Adyen · Capability

Adyen Disputes API — retrieveApplicableDefenseReasons

Adyen Disputes API — retrieveApplicableDefenseReasons. 1 operations. Lead operation: Adyen Get Applicable Defense Reasons. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenretrieveApplicableDefenseReasons

What You Can Do

POST
Postretrieveapplicabledefensereasons — Adyen Get Applicable Defense Reasons
/v1/retrieveapplicabledefensereasons

MCP Tools

adyen-get-applicable-defense-reasons

Adyen Get Applicable Defense Reasons

read-only

Capability Spec

disputes-retrieveapplicabledefensereasons.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Disputes API — retrieveApplicableDefenseReasons
  description: 'Adyen Disputes API — retrieveApplicableDefenseReasons. 1 operations. Lead operation: Adyen Get Applicable
    Defense Reasons. Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - retrieveApplicableDefenseReasons
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: disputes-retrieveapplicabledefensereasons
    baseUri: https://ca-test.adyen.com/ca/services/DisputeService/v30
    description: Adyen Disputes API — retrieveApplicableDefenseReasons business capability. Self-contained, no shared references.
    resources:
    - name: retrieveApplicableDefenseReasons
      path: /retrieveApplicableDefenseReasons
      operations:
      - name: postretrieveapplicabledefensereasons
        method: POST
        description: Adyen Get Applicable Defense Reasons
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: disputes-retrieveapplicabledefensereasons-rest
    port: 8080
    description: REST adapter for Adyen Disputes API — retrieveApplicableDefenseReasons. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/retrieveapplicabledefensereasons
      name: retrieveapplicabledefensereasons
      description: REST surface for retrieveApplicableDefenseReasons.
      operations:
      - method: POST
        name: postretrieveapplicabledefensereasons
        description: Adyen Get Applicable Defense Reasons
        call: disputes-retrieveapplicabledefensereasons.postretrieveapplicabledefensereasons
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: disputes-retrieveapplicabledefensereasons-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Disputes API — retrieveApplicableDefenseReasons. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adyen-get-applicable-defense-reasons
      description: Adyen Get Applicable Defense Reasons
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: disputes-retrieveapplicabledefensereasons.postretrieveapplicabledefensereasons
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.