Adyen · Capability

Adyen Recurring API — listRecurringDetails

Adyen Recurring API — listRecurringDetails. 1 operations. Lead operation: Adyen Get Stored Payment Details. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenlistRecurringDetails

What You Can Do

POST
Postlistrecurringdetails — Adyen Get Stored Payment Details
/v1/listrecurringdetails

MCP Tools

adyen-get-stored-payment-details

Adyen Get Stored Payment Details

read-only

Capability Spec

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