Adyen · Capability

Adyen Fund API — setupBeneficiary

Adyen Fund API — setupBeneficiary. 1 operations. Lead operation: Adyen Designate a Beneficiary Account and Transfer the Benefactor's Current Balance. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyensetupBeneficiary

What You Can Do

POST
Postsetupbeneficiary — Adyen Designate a Beneficiary Account and Transfer the Benefactor's Current Balance
/v1/setupbeneficiary

MCP Tools

adyen-designate-beneficiary-account-and

Adyen Designate a Beneficiary Account and Transfer the Benefactor's Current Balance

Capability Spec

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