Adyen · Capability

Adyen Configuration API — grantAccounts

Adyen Configuration API — grantAccounts. 1 operations. Lead operation: Adyen Get a Grant Account. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyengrantAccounts

What You Can Do

GET
Getgrantaccountsid — Adyen Get a Grant Account
/v1/grantaccounts/{id}

MCP Tools

adyen-get-grant-account

Adyen Get a Grant Account

read-only idempotent

Capability Spec

configuration-grantaccounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Configuration API — grantAccounts
  description: 'Adyen Configuration API — grantAccounts. 1 operations. Lead operation: Adyen Get a Grant Account. Self-contained
    Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - grantAccounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: configuration-grantaccounts
    baseUri: https://balanceplatform-api-test.adyen.com/bcl/v2
    description: Adyen Configuration API — grantAccounts business capability. Self-contained, no shared references.
    resources:
    - name: grantAccounts-id
      path: /grantAccounts/{id}
      operations:
      - name: getgrantaccountsid
        method: GET
        description: Adyen Get a Grant Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the grant account.
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: configuration-grantaccounts-rest
    port: 8080
    description: REST adapter for Adyen Configuration API — grantAccounts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/grantaccounts/{id}
      name: grantaccounts-id
      description: REST surface for grantAccounts-id.
      operations:
      - method: GET
        name: getgrantaccountsid
        description: Adyen Get a Grant Account
        call: configuration-grantaccounts.getgrantaccountsid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configuration-grantaccounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Configuration API — grantAccounts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adyen-get-grant-account
      description: Adyen Get a Grant Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-grantaccounts.getgrantaccountsid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.