Adyen · Capability

Adyen Payout API — storeDetailAndSubmitThirdParty

Adyen Payout API — storeDetailAndSubmitThirdParty. 1 operations. Lead operation: Adyen Store Details and Submit a Payout. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenstoreDetailAndSubmitThirdParty

What You Can Do

POST
Poststoredetailandsubmitthirdparty — Adyen Store Details and Submit a Payout
/v1/storedetailandsubmitthirdparty

MCP Tools

adyen-store-details-and-submit

Adyen Store Details and Submit a Payout

Capability Spec

payouts-storedetailandsubmitthirdparty.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Payout API — storeDetailAndSubmitThirdParty
  description: 'Adyen Payout API — storeDetailAndSubmitThirdParty. 1 operations. Lead operation: Adyen Store Details and Submit
    a Payout. Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - storeDetailAndSubmitThirdParty
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: payouts-storedetailandsubmitthirdparty
    baseUri: https://pal-test.adyen.com/pal/servlet/Payout/v68
    description: Adyen Payout API — storeDetailAndSubmitThirdParty business capability. Self-contained, no shared references.
    resources:
    - name: storeDetailAndSubmitThirdParty
      path: /storeDetailAndSubmitThirdParty
      operations:
      - name: poststoredetailandsubmitthirdparty
        method: POST
        description: Adyen Store Details and Submit a Payout
        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: payouts-storedetailandsubmitthirdparty-rest
    port: 8080
    description: REST adapter for Adyen Payout API — storeDetailAndSubmitThirdParty. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/storedetailandsubmitthirdparty
      name: storedetailandsubmitthirdparty
      description: REST surface for storeDetailAndSubmitThirdParty.
      operations:
      - method: POST
        name: poststoredetailandsubmitthirdparty
        description: Adyen Store Details and Submit a Payout
        call: payouts-storedetailandsubmitthirdparty.poststoredetailandsubmitthirdparty
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payouts-storedetailandsubmitthirdparty-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Payout API — storeDetailAndSubmitThirdParty. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adyen-store-details-and-submit
      description: Adyen Store Details and Submit a Payout
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: payouts-storedetailandsubmitthirdparty.poststoredetailandsubmitthirdparty
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.