Stripe · Capability

Stripe Payment Intents API — Increment

Stripe Payment Intents API — Increment. 1 operations. Lead operation: Stripe Post Payment Intents Increment Authorization. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeIncrement

What You Can Do

POST
Postpaymentintentsintentincrementauthorization — Stripe Post Payment Intents Increment Authorization
/v1/v1/payment-intents/{intent}/increment-authorization

MCP Tools

stripe-post-payment-intents-increment

Stripe Post Payment Intents Increment Authorization

Capability Spec

payment-intents-increment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Payment Intents API — Increment
  description: 'Stripe Payment Intents API — Increment. 1 operations. Lead operation: Stripe Post   Payment Intents Increment
    Authorization. Self-contained Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Increment
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: payment-intents-increment
    baseUri: https://api.stripe.com
    description: Stripe Payment Intents API — Increment business capability. Self-contained, no shared references.
    resources:
    - name: v1-payment_intents-intent-increment_authorization
      path: /v1/payment_intents/{intent}/increment_authorization
      operations:
      - name: postpaymentintentsintentincrementauthorization
        method: POST
        description: Stripe Post   Payment Intents Increment Authorization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: intent
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.STRIPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: payment-intents-increment-rest
    port: 8080
    description: REST adapter for Stripe Payment Intents API — Increment. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/payment-intents/{intent}/increment-authorization
      name: v1-payment-intents-intent-increment-authorization
      description: REST surface for v1-payment_intents-intent-increment_authorization.
      operations:
      - method: POST
        name: postpaymentintentsintentincrementauthorization
        description: Stripe Post   Payment Intents Increment Authorization
        call: payment-intents-increment.postpaymentintentsintentincrementauthorization
        with:
          intent: rest.intent
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payment-intents-increment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Payment Intents API — Increment. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: stripe-post-payment-intents-increment
      description: Stripe Post   Payment Intents Increment Authorization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: payment-intents-increment.postpaymentintentsintentincrementauthorization
      with:
        intent: tools.intent
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.