Adyen · Capability

Adyen Account API — getAccountHolder

Adyen Account API — getAccountHolder. 1 operations. Lead operation: Adyen Get an Account Holder. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyengetAccountHolder

What You Can Do

POST
Postgetaccountholder — Adyen Get an Account Holder
/v1/getaccountholder

MCP Tools

adyen-get-account-holder

Adyen Get an Account Holder

read-only

Capability Spec

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