Adyen · Capability

Adyen POS Terminal Management API — getStoresUnderAccount

Adyen POS Terminal Management API — getStoresUnderAccount. 1 operations. Lead operation: Adyen Get the Stores of an Account. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyengetStoresUnderAccount

What You Can Do

POST
Postgetstoresunderaccount — Adyen Get the Stores of an Account
/v1/getstoresunderaccount

MCP Tools

adyen-get-stores-account

Adyen Get the Stores of an Account

read-only

Capability Spec

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