Adyen · Capability

Adyen Stored Value API — checkBalance

Adyen Stored Value API — checkBalance. 1 operations. Lead operation: Adyen Checks the Balance.. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyencheckBalance

What You Can Do

POST
Postcheckbalance — Adyen Checks the Balance.
/v1/checkbalance

MCP Tools

adyen-checks-balance

Adyen Checks the Balance.

Capability Spec

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