Stripe · Capability

Stripe Accounts API — Reject

Stripe Accounts API — Reject. 1 operations. Lead operation: Stripe Reject Account. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeReject

What You Can Do

POST
Postaccountsaccountreject — Stripe Reject Account
/v1/v1/accounts/{account}/reject

MCP Tools

stripe-reject-account

Stripe Reject Account

Capability Spec

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