Adyen · Capability

Adyen POS Terminal Management API — assignTerminals

Adyen POS Terminal Management API — assignTerminals. 1 operations. Lead operation: Adyen Assign Terminals. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenassignTerminals

What You Can Do

POST
Postassignterminals — Adyen Assign Terminals
/v1/assignterminals

MCP Tools

adyen-assign-terminals

Adyen Assign Terminals

Capability Spec

pos-terminal-assignterminals.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen POS Terminal Management API — assignTerminals
  description: 'Adyen POS Terminal Management API — assignTerminals. 1 operations. Lead operation: Adyen Assign Terminals.
    Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - assignTerminals
  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-assignterminals
    baseUri: https://postfmapi-test.adyen.com/postfmapi/terminal/v1
    description: Adyen POS Terminal Management API — assignTerminals business capability. Self-contained, no shared references.
    resources:
    - name: assignTerminals
      path: /assignTerminals
      operations:
      - name: postassignterminals
        method: POST
        description: Adyen Assign Terminals
        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-assignterminals-rest
    port: 8080
    description: REST adapter for Adyen POS Terminal Management API — assignTerminals. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/assignterminals
      name: assignterminals
      description: REST surface for assignTerminals.
      operations:
      - method: POST
        name: postassignterminals
        description: Adyen Assign Terminals
        call: pos-terminal-assignterminals.postassignterminals
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pos-terminal-assignterminals-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen POS Terminal Management API — assignTerminals. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adyen-assign-terminals
      description: Adyen Assign Terminals
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pos-terminal-assignterminals.postassignterminals
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.