Stripe · Capability

Stripe Invoice API — Mark

Stripe Invoice API — Mark. 1 operations. Lead operation: Stripe Post Invoices Invoice Mark Uncollectible. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeMark

What You Can Do

POST
Postinvoicesinvoicemarkuncollectible — Stripe Post Invoices Invoice Mark Uncollectible
/v1/v1/invoices/{invoice}/mark-uncollectible

MCP Tools

stripe-post-invoices-invoice-mark

Stripe Post Invoices Invoice Mark Uncollectible

Capability Spec

invoice-mark.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Invoice API — Mark
  description: 'Stripe Invoice API — Mark. 1 operations. Lead operation: Stripe Post   Invoices Invoice Mark Uncollectible.
    Self-contained Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Mark
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: invoice-mark
    baseUri: https://api.stripe.com
    description: Stripe Invoice API — Mark business capability. Self-contained, no shared references.
    resources:
    - name: v1-invoices-invoice-mark_uncollectible
      path: /v1/invoices/{invoice}/mark_uncollectible
      operations:
      - name: postinvoicesinvoicemarkuncollectible
        method: POST
        description: Stripe Post   Invoices Invoice Mark Uncollectible
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: invoice
          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: invoice-mark-rest
    port: 8080
    description: REST adapter for Stripe Invoice API — Mark. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/invoices/{invoice}/mark-uncollectible
      name: v1-invoices-invoice-mark-uncollectible
      description: REST surface for v1-invoices-invoice-mark_uncollectible.
      operations:
      - method: POST
        name: postinvoicesinvoicemarkuncollectible
        description: Stripe Post   Invoices Invoice Mark Uncollectible
        call: invoice-mark.postinvoicesinvoicemarkuncollectible
        with:
          invoice: rest.invoice
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: invoice-mark-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Invoice API — Mark. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: stripe-post-invoices-invoice-mark
      description: Stripe Post   Invoices Invoice Mark Uncollectible
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: invoice-mark.postinvoicesinvoicemarkuncollectible
      with:
        invoice: tools.invoice
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.