Adyen · Capability

Adyen Configuration API — Changes

Adyen Configuration API — Changes. 1 operations. Lead operation: Adyen Change Pin. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenChanges

What You Can Do

POST
Postpinschange — Adyen Change Pin
/v1/pins/change

MCP Tools

adyen-change-pin

Adyen Change Pin

Capability Spec

configuration-changes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Configuration API — Changes
  description: 'Adyen Configuration API — Changes. 1 operations. Lead operation: Adyen Change Pin. Self-contained Naftiko
    capability covering one Adyen business surface.'
  tags:
  - Adyen
  - Changes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: configuration-changes
    baseUri: https://balanceplatform-api-test.adyen.com/bcl/v2
    description: Adyen Configuration API — Changes business capability. Self-contained, no shared references.
    resources:
    - name: pins-change
      path: /pins/change
      operations:
      - name: postpinschange
        method: POST
        description: Adyen Change Pin
        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: configuration-changes-rest
    port: 8080
    description: REST adapter for Adyen Configuration API — Changes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/pins/change
      name: pins-change
      description: REST surface for pins-change.
      operations:
      - method: POST
        name: postpinschange
        description: Adyen Change Pin
        call: configuration-changes.postpinschange
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configuration-changes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Configuration API — Changes. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adyen-change-pin
      description: Adyen Change Pin
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: configuration-changes.postpinschange
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.