Adyen · Capability

Adyen Fund API — accountHolderBalance

Adyen Fund API — accountHolderBalance. 1 operations. Lead operation: Adyen Get the Balances of an Account Holder. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenaccountHolderBalance

What You Can Do

POST
Postaccountholderbalance — Adyen Get the Balances of an Account Holder
/v1/accountholderbalance

MCP Tools

adyen-get-balances-account-holder

Adyen Get the Balances of an Account Holder

read-only

Capability Spec

funds-accountholderbalance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Fund API — accountHolderBalance
  description: 'Adyen Fund API — accountHolderBalance. 1 operations. Lead operation: Adyen Get the Balances of an Account
    Holder. Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - accountHolderBalance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: funds-accountholderbalance
    baseUri: https://cal-test.adyen.com/cal/services/Fund/v6
    description: Adyen Fund API — accountHolderBalance business capability. Self-contained, no shared references.
    resources:
    - name: accountHolderBalance
      path: /accountHolderBalance
      operations:
      - name: postaccountholderbalance
        method: POST
        description: Adyen Get the Balances of an Account Holder
        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: funds-accountholderbalance-rest
    port: 8080
    description: REST adapter for Adyen Fund API — accountHolderBalance. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/accountholderbalance
      name: accountholderbalance
      description: REST surface for accountHolderBalance.
      operations:
      - method: POST
        name: postaccountholderbalance
        description: Adyen Get the Balances of an Account Holder
        call: funds-accountholderbalance.postaccountholderbalance
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: funds-accountholderbalance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Fund API — accountHolderBalance. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adyen-get-balances-account-holder
      description: Adyen Get the Balances of an Account Holder
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: funds-accountholderbalance.postaccountholderbalance
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.