naftiko: 1.0.0-alpha2 info: label: Stripe Payment Intents API — Capture description: 'Stripe Payment Intents API — Capture. 1 operations. Lead operation: Stripe Post Payment Intents Capture. Self-contained Naftiko capability covering one Stripe business surface.' tags: - Stripe - Capture 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-capture baseUri: https://api.stripe.com description: Stripe Payment Intents API — Capture business capability. Self-contained, no shared references. resources: - name: v1-payment_intents-intent-capture path: /v1/payment_intents/{intent}/capture operations: - name: postpaymentintentsintentcapture method: POST description: Stripe Post Payment Intents Capture 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: false authentication: type: bearer token: '{{env.STRIPE_API_KEY}}' exposes: - type: rest namespace: payment-intents-capture-rest port: 8080 description: REST adapter for Stripe Payment Intents API — Capture. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/payment-intents/{intent}/capture name: v1-payment-intents-intent-capture description: REST surface for v1-payment_intents-intent-capture. operations: - method: POST name: postpaymentintentsintentcapture description: Stripe Post Payment Intents Capture call: payment-intents-capture.postpaymentintentsintentcapture with: intent: rest.intent body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: payment-intents-capture-mcp port: 9090 transport: http description: MCP adapter for Stripe Payment Intents API — Capture. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: stripe-post-payment-intents-capture description: Stripe Post Payment Intents Capture hints: readOnly: false destructive: false idempotent: false call: payment-intents-capture.postpaymentintentsintentcapture with: intent: tools.intent body: tools.body outputParameters: - type: object mapping: $.