Adyen · Capability

Adyen Configuration API — Network

Adyen Configuration API — Network. 1 operations. Lead operation: Adyen List Network Tokens. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenNetwork

What You Can Do

GET
Getpaymentinstrumentsidnetworktokens — Adyen List Network Tokens
/v1/paymentinstruments/{id}/networktokens

MCP Tools

adyen-list-network-tokens

Adyen List Network Tokens

read-only idempotent

Capability Spec

configuration-network.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Configuration API — Network
  description: 'Adyen Configuration API — Network. 1 operations. Lead operation: Adyen List Network Tokens. Self-contained
    Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - Network
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: configuration-network
    baseUri: https://balanceplatform-api-test.adyen.com/bcl/v2
    description: Adyen Configuration API — Network business capability. Self-contained, no shared references.
    resources:
    - name: paymentInstruments-id-networkTokens
      path: /paymentInstruments/{id}/networkTokens
      operations:
      - name: getpaymentinstrumentsidnetworktokens
        method: GET
        description: Adyen List Network Tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument.
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: configuration-network-rest
    port: 8080
    description: REST adapter for Adyen Configuration API — Network. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/paymentinstruments/{id}/networktokens
      name: paymentinstruments-id-networktokens
      description: REST surface for paymentInstruments-id-networkTokens.
      operations:
      - method: GET
        name: getpaymentinstrumentsidnetworktokens
        description: Adyen List Network Tokens
        call: configuration-network.getpaymentinstrumentsidnetworktokens
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configuration-network-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Configuration API — Network. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adyen-list-network-tokens
      description: Adyen List Network Tokens
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-network.getpaymentinstrumentsidnetworktokens
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.