Adyen · Capability

Adyen POS Terminal Management API — getTerminalDetails

Adyen POS Terminal Management API — getTerminalDetails. 1 operations. Lead operation: Adyen Get the Details of a Terminal. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyengetTerminalDetails

What You Can Do

POST
Postgetterminaldetails — Adyen Get the Details of a Terminal
/v1/getterminaldetails

MCP Tools

adyen-get-details-terminal

Adyen Get the Details of a Terminal

read-only

Capability Spec

pos-terminal-getterminaldetails.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen POS Terminal Management API — getTerminalDetails
  description: 'Adyen POS Terminal Management API — getTerminalDetails. 1 operations. Lead operation: Adyen Get the Details
    of a Terminal. Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - getTerminalDetails
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: pos-terminal-getterminaldetails
    baseUri: https://postfmapi-test.adyen.com/postfmapi/terminal/v1
    description: Adyen POS Terminal Management API — getTerminalDetails business capability. Self-contained, no shared references.
    resources:
    - name: getTerminalDetails
      path: /getTerminalDetails
      operations:
      - name: postgetterminaldetails
        method: POST
        description: Adyen Get the Details of a Terminal
        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: pos-terminal-getterminaldetails-rest
    port: 8080
    description: REST adapter for Adyen POS Terminal Management API — getTerminalDetails. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/getterminaldetails
      name: getterminaldetails
      description: REST surface for getTerminalDetails.
      operations:
      - method: POST
        name: postgetterminaldetails
        description: Adyen Get the Details of a Terminal
        call: pos-terminal-getterminaldetails.postgetterminaldetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pos-terminal-getterminaldetails-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen POS Terminal Management API — getTerminalDetails. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adyen-get-details-terminal
      description: Adyen Get the Details of a Terminal
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: pos-terminal-getterminaldetails.postgetterminaldetails
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.