Adyen · Capability

Adyen Configuration API — Payments

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

Run with Naftiko AdyenPayments

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
POST
Postpaymentinstruments — Adyen Create a Payment Instrument
/v1/paymentinstruments
GET
Getpaymentinstrumentsid — Adyen Get a Payment Instrument
/v1/paymentinstruments/{id}
PATCH
Patchpaymentinstrumentsid — Adyen Update a Payment Instrument
/v1/paymentinstruments/{id}
GET
Getpaymentinstrumentsidnetworktokens — Adyen List Network Tokens
/v1/paymentinstruments/{id}/networktokens
GET
Getpaymentinstrumentsidreveal — Adyen Get the PAN of a Payment Instrument
/v1/paymentinstruments/{id}/reveal
GET
Getpaymentinstrumentsidtransactionrules — Adyen Get All Transaction Rules for a Payment Instrument
/v1/paymentinstruments/{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
adyen-create-payment-instrument

Adyen Create a Payment Instrument

adyen-get-payment-instrument

Adyen Get a Payment Instrument

read-only idempotent
adyen-update-payment-instrument

Adyen Update a Payment Instrument

idempotent
adyen-list-network-tokens

Adyen List Network Tokens

read-only idempotent
adyen-get-pan-payment-instrument

Adyen Get the PAN of a Payment Instrument

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

Adyen Get All Transaction Rules for a Payment Instrument

read-only idempotent

Capability Spec

configuration-payments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Configuration API — Payments
  description: 'Adyen Configuration API — Payments. 9 operations. Lead operation: Adyen Create a Payment Instrument Group.
    Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - Payments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: configuration-payments
    baseUri: https://balanceplatform-api-test.adyen.com/bcl/v2
    description: Adyen Configuration API — Payments 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
    - name: paymentInstruments
      path: /paymentInstruments
      operations:
      - name: postpaymentinstruments
        method: POST
        description: Adyen Create a Payment Instrument
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: paymentInstruments-id
      path: /paymentInstruments/{id}
      operations:
      - name: getpaymentinstrumentsid
        method: GET
        description: Adyen Get a Payment Instrument
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument.
          required: true
      - name: patchpaymentinstrumentsid
        method: PATCH
        description: Adyen Update a Payment Instrument
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: paymentInstruments-id-networkTokens
      path: /paymentInstruments/{id}/networkTokens
      operations:
      - name: getpaymentinstrumentsidnetworktokens
        method: GET
        description: Adyen List Network Tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument.
          required: true
    - name: paymentInstruments-id-reveal
      path: /paymentInstruments/{id}/reveal
      operations:
      - name: getpaymentinstrumentsidreveal
        method: GET
        description: Adyen Get the PAN of a Payment Instrument
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument.
          required: true
    - name: paymentInstruments-id-transactionRules
      path: /paymentInstruments/{id}/transactionRules
      operations:
      - name: getpaymentinstrumentsidtransactionrules
        method: GET
        description: Adyen Get All Transaction Rules for a Payment Instrument
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the payment instrument.
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: configuration-payments-rest
    port: 8080
    description: REST adapter for Adyen Configuration API — Payments. 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-payments.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-payments.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-payments.getpaymentinstrumentgroupsidtransactionrules
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paymentinstruments
      name: paymentinstruments
      description: REST surface for paymentInstruments.
      operations:
      - method: POST
        name: postpaymentinstruments
        description: Adyen Create a Payment Instrument
        call: configuration-payments.postpaymentinstruments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paymentinstruments/{id}
      name: paymentinstruments-id
      description: REST surface for paymentInstruments-id.
      operations:
      - method: GET
        name: getpaymentinstrumentsid
        description: Adyen Get a Payment Instrument
        call: configuration-payments.getpaymentinstrumentsid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchpaymentinstrumentsid
        description: Adyen Update a Payment Instrument
        call: configuration-payments.patchpaymentinstrumentsid
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paymentinstruments/{id}/networktokens
      name: paymentinstruments-id-networktokens
      description: REST surface for paymentInstruments-id-networkTokens.
      operations:
      - method: GET
        name: getpaymentinstrumentsidnetworktokens
        description: Adyen List Network Tokens
        call: configuration-payments.getpaymentinstrumentsidnetworktokens
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paymentinstruments/{id}/reveal
      name: paymentinstruments-id-reveal
      description: REST surface for paymentInstruments-id-reveal.
      operations:
      - method: GET
        name: getpaymentinstrumentsidreveal
        description: Adyen Get the PAN of a Payment Instrument
        call: configuration-payments.getpaymentinstrumentsidreveal
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paymentinstruments/{id}/transactionrules
      name: paymentinstruments-id-transactionrules
      description: REST surface for paymentInstruments-id-transactionRules.
      operations:
      - method: GET
        name: getpaymentinstrumentsidtransactionrules
        description: Adyen Get All Transaction Rules for a Payment Instrument
        call: configuration-payments.getpaymentinstrumentsidtransactionrules
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configuration-payments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Configuration API — Payments. 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-payments.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-payments.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-payments.getpaymentinstrumentgroupsidtransactionrules
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-create-payment-instrument
      description: Adyen Create a Payment Instrument
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: configuration-payments.postpaymentinstruments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-get-payment-instrument
      description: Adyen Get a Payment Instrument
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-payments.getpaymentinstrumentsid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-update-payment-instrument
      description: Adyen Update a Payment Instrument
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: configuration-payments.patchpaymentinstrumentsid
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-list-network-tokens
      description: Adyen List Network Tokens
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-payments.getpaymentinstrumentsidnetworktokens
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-get-pan-payment-instrument
      description: Adyen Get the PAN of a Payment Instrument
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-payments.getpaymentinstrumentsidreveal
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-get-all-transaction-rules-2
      description: Adyen Get All Transaction Rules for a Payment Instrument
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-payments.getpaymentinstrumentsidtransactionrules
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.