Adyen · Capability

Adyen Stored Value API — Load

Adyen Stored Value API — Load. 1 operations. Lead operation: Adyen Loads the Payment Method.. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenLoad

What You Can Do

POST
Postload — Adyen Loads the Payment Method.
/v1/load

MCP Tools

adyen-loads-payment-method

Adyen Loads the Payment Method.

Capability Spec

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