Adyen · Capability

Adyen Stored Value API — changeStatus

Adyen Stored Value API — changeStatus. 1 operations. Lead operation: Adyen Changes the Status of the Payment Method.. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenchangeStatus

What You Can Do

POST
Postchangestatus — Adyen Changes the Status of the Payment Method.
/v1/changestatus

MCP Tools

adyen-changes-status-payment-method

Adyen Changes the Status of the Payment Method.

Capability Spec

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