Adyen · Capability

Adyen Configuration API — paymentInstrumentGroups

Adyen Configuration API — paymentInstrumentGroups. 3 operations. Lead operation: Adyen Create a Payment Instrument Group. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenpaymentInstrumentGroups

What You Can Do

POST
Postpaymentinstrumentgroups — Adyen Create a Payment Instrument Group
/v1/paymentinstrumentgroups
GET
Getpaymentinstrumentgroupsid — Adyen Get a Payment Instrument Group
/v1/paymentinstrumentgroups/{id}
GET
Getpaymentinstrumentgroupsidtransactionrules — Adyen Get All Transaction Rules for a Payment Instrument Group
/v1/paymentinstrumentgroups/{id}/transactionrules

MCP Tools

adyen-create-payment-instrument-group

Adyen Create a Payment Instrument Group

adyen-get-payment-instrument-group

Adyen Get a Payment Instrument Group

read-only idempotent
adyen-get-all-transaction-rules

Adyen Get All Transaction Rules for a Payment Instrument Group

read-only idempotent

Capability Spec

configuration-paymentinstrumentgroups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Configuration API — paymentInstrumentGroups
  description: 'Adyen Configuration API — paymentInstrumentGroups. 3 operations. Lead operation: Adyen Create a Payment Instrument
    Group. Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - paymentInstrumentGroups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: configuration-paymentinstrumentgroups
    baseUri: https://balanceplatform-api-test.adyen.com/bcl/v2
    description: Adyen Configuration API — paymentInstrumentGroups business capability. Self-contained, no shared references.
    resources:
    - name: paymentInstrumentGroups
      path: /paymentInstrumentGroups
      operations:
      - name: postpaymentinstrumentgroups
        method: POST
        description: Adyen Create a Payment Instrument Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: paymentInstrumentGroups-id
      path: /paymentInstrumentGroups/{id}
      operations:
      - name: getpaymentinstrumentgroupsid
        method: GET
        description: Adyen Get a Payment Instrument Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument group.
          required: true
    - name: paymentInstrumentGroups-id-transactionRules
      path: /paymentInstrumentGroups/{id}/transactionRules
      operations:
      - name: getpaymentinstrumentgroupsidtransactionrules
        method: GET
        description: Adyen Get All Transaction Rules for a Payment Instrument Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument group.
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: configuration-paymentinstrumentgroups-rest
    port: 8080
    description: REST adapter for Adyen Configuration API — paymentInstrumentGroups. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/paymentinstrumentgroups
      name: paymentinstrumentgroups
      description: REST surface for paymentInstrumentGroups.
      operations:
      - method: POST
        name: postpaymentinstrumentgroups
        description: Adyen Create a Payment Instrument Group
        call: configuration-paymentinstrumentgroups.postpaymentinstrumentgroups
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paymentinstrumentgroups/{id}
      name: paymentinstrumentgroups-id
      description: REST surface for paymentInstrumentGroups-id.
      operations:
      - method: GET
        name: getpaymentinstrumentgroupsid
        description: Adyen Get a Payment Instrument Group
        call: configuration-paymentinstrumentgroups.getpaymentinstrumentgroupsid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paymentinstrumentgroups/{id}/transactionrules
      name: paymentinstrumentgroups-id-transactionrules
      description: REST surface for paymentInstrumentGroups-id-transactionRules.
      operations:
      - method: GET
        name: getpaymentinstrumentgroupsidtransactionrules
        description: Adyen Get All Transaction Rules for a Payment Instrument Group
        call: configuration-paymentinstrumentgroups.getpaymentinstrumentgroupsidtransactionrules
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configuration-paymentinstrumentgroups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Configuration API — paymentInstrumentGroups. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adyen-create-payment-instrument-group
      description: Adyen Create a Payment Instrument Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: configuration-paymentinstrumentgroups.postpaymentinstrumentgroups
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-get-payment-instrument-group
      description: Adyen Get a Payment Instrument Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-paymentinstrumentgroups.getpaymentinstrumentgroupsid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-get-all-transaction-rules
      description: Adyen Get All Transaction Rules for a Payment Instrument Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-paymentinstrumentgroups.getpaymentinstrumentgroupsidtransactionrules
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.