Stripe · Capability

Stripe Payment Method API — Configurations

Stripe Payment Method API — Configurations. 4 operations. Lead operation: Stripe Get Payment Method Configurations. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeConfigurations

What You Can Do

GET
Getpaymentmethodconfigurations — Stripe Get Payment Method Configurations
/v1/v1/payment-method-configurations
POST
Postpaymentmethodconfigurations — Stripe Post Payment Method Configurations
/v1/v1/payment-method-configurations
GET
Getpaymentmethodconfigurationsconfiguration — Stripe Get Payment Method Configurations
/v1/v1/payment-method-configurations/{configuration}
POST
Postpaymentmethodconfigurationsconfiguration — Stripe Post Payment Method Configurations
/v1/v1/payment-method-configurations/{configuration}

MCP Tools

stripe-get-payment-method-configurations

Stripe Get Payment Method Configurations

read-only idempotent
stripe-post-payment-method-configurations

Stripe Post Payment Method Configurations

stripe-get-payment-method-configurations-2

Stripe Get Payment Method Configurations

read-only idempotent
stripe-post-payment-method-configurations-2

Stripe Post Payment Method Configurations

Capability Spec

payment-method-configurations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Payment Method API — Configurations
  description: 'Stripe Payment Method API — Configurations. 4 operations. Lead operation: Stripe Get   Payment Method Configurations.
    Self-contained Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Configurations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: payment-method-configurations
    baseUri: https://api.stripe.com
    description: Stripe Payment Method API — Configurations business capability. Self-contained, no shared references.
    resources:
    - name: v1-payment_method_configurations
      path: /v1/payment_method_configurations
      operations:
      - name: getpaymentmethodconfigurations
        method: GET
        description: Stripe Get   Payment Method Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application
          in: query
          type: string
          description: The Connect application to filter by.
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: postpaymentmethodconfigurations
        method: POST
        description: Stripe Post   Payment Method Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-payment_method_configurations-configuration
      path: /v1/payment_method_configurations/{configuration}
      operations:
      - name: getpaymentmethodconfigurationsconfiguration
        method: GET
        description: Stripe Get   Payment Method Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configuration
          in: path
          type: string
          required: true
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: postpaymentmethodconfigurationsconfiguration
        method: POST
        description: Stripe Post   Payment Method Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configuration
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.STRIPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: payment-method-configurations-rest
    port: 8080
    description: REST adapter for Stripe Payment Method API — Configurations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/payment-method-configurations
      name: v1-payment-method-configurations
      description: REST surface for v1-payment_method_configurations.
      operations:
      - method: GET
        name: getpaymentmethodconfigurations
        description: Stripe Get   Payment Method Configurations
        call: payment-method-configurations.getpaymentmethodconfigurations
        with:
          application: rest.application
          expand: rest.expand
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postpaymentmethodconfigurations
        description: Stripe Post   Payment Method Configurations
        call: payment-method-configurations.postpaymentmethodconfigurations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/payment-method-configurations/{configuration}
      name: v1-payment-method-configurations-configuration
      description: REST surface for v1-payment_method_configurations-configuration.
      operations:
      - method: GET
        name: getpaymentmethodconfigurationsconfiguration
        description: Stripe Get   Payment Method Configurations
        call: payment-method-configurations.getpaymentmethodconfigurationsconfiguration
        with:
          configuration: rest.configuration
          expand: rest.expand
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postpaymentmethodconfigurationsconfiguration
        description: Stripe Post   Payment Method Configurations
        call: payment-method-configurations.postpaymentmethodconfigurationsconfiguration
        with:
          configuration: rest.configuration
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payment-method-configurations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Payment Method API — Configurations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: stripe-get-payment-method-configurations
      description: Stripe Get   Payment Method Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payment-method-configurations.getpaymentmethodconfigurations
      with:
        application: tools.application
        expand: tools.expand
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-payment-method-configurations
      description: Stripe Post   Payment Method Configurations
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: payment-method-configurations.postpaymentmethodconfigurations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-get-payment-method-configurations-2
      description: Stripe Get   Payment Method Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payment-method-configurations.getpaymentmethodconfigurationsconfiguration
      with:
        configuration: tools.configuration
        expand: tools.expand
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-payment-method-configurations-2
      description: Stripe Post   Payment Method Configurations
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: payment-method-configurations.postpaymentmethodconfigurationsconfiguration
      with:
        configuration: tools.configuration
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.