Adyen · Capability

Adyen Recurring API — notifyShopper

Adyen Recurring API — notifyShopper. 1 operations. Lead operation: Adyen Ask Issuer to Notify the Shopper. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyennotifyShopper

What You Can Do

POST
Postnotifyshopper — Adyen Ask Issuer to Notify the Shopper
/v1/notifyshopper

MCP Tools

adyen-ask-issuer-notify-shopper

Adyen Ask Issuer to Notify the Shopper

Capability Spec

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