Adyen · Capability

Adyen Fund API — payoutAccountHolder

Adyen Fund API — payoutAccountHolder. 1 operations. Lead operation: Adyen Pay Out from an Account to the Account Holder. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenpayoutAccountHolder

What You Can Do

POST
Postpayoutaccountholder — Adyen Pay Out from an Account to the Account Holder
/v1/payoutaccountholder

MCP Tools

adyen-pay-out-account-account

Adyen Pay Out from an Account to the Account Holder

Capability Spec

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