Stripe · Capability

Stripe Financial Connections API — Post

Stripe Financial Connections API — Post. 5 operations. Lead operation: Stripe Post Financial Connections Accounts Disconnect. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripePost

What You Can Do

POST
Postfinancialconnectionsaccountsaccountdisconnect — Stripe Post Financial Connections Accounts Disconnect
/v1/v1/financial-connections/accounts/{account}/disconnect
POST
Postfinancialconnectionsaccountsaccountrefresh — Stripe Post Financial Connections Accounts Refresh
/v1/v1/financial-connections/accounts/{account}/refresh
POST
Postfinancialconnectionsaccountsaccountsubscribe — Stripe Post Financial Connections Accounts Subscribe
/v1/v1/financial-connections/accounts/{account}/subscribe
POST
Postfinancialconnectionsaccountsaccountunsubscribe — Stripe Post Financial Connections Accounts Unsubscribe
/v1/v1/financial-connections/accounts/{account}/unsubscribe
POST
Postfinancialconnectionssessions — Stripe Post Financial Connections Sessions
/v1/v1/financial-connections/sessions

MCP Tools

stripe-post-financial-connections-accounts

Stripe Post Financial Connections Accounts Disconnect

stripe-post-financial-connections-accounts-2

Stripe Post Financial Connections Accounts Refresh

stripe-post-financial-connections-accounts-3

Stripe Post Financial Connections Accounts Subscribe

stripe-post-financial-connections-accounts-4

Stripe Post Financial Connections Accounts Unsubscribe

stripe-post-financial-connections-sessions

Stripe Post Financial Connections Sessions

Capability Spec

financial-connections-post.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Financial Connections API — Post
  description: 'Stripe Financial Connections API — Post. 5 operations. Lead operation: Stripe Post   Financial Connections
    Accounts Disconnect. Self-contained Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Post
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: financial-connections-post
    baseUri: https://api.stripe.com
    description: Stripe Financial Connections API — Post business capability. Self-contained, no shared references.
    resources:
    - name: v1-financial_connections-accounts-account-disconnect
      path: /v1/financial_connections/accounts/{account}/disconnect
      operations:
      - name: postfinancialconnectionsaccountsaccountdisconnect
        method: POST
        description: Stripe Post   Financial Connections Accounts Disconnect
        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: false
    - name: v1-financial_connections-accounts-account-refresh
      path: /v1/financial_connections/accounts/{account}/refresh
      operations:
      - name: postfinancialconnectionsaccountsaccountrefresh
        method: POST
        description: Stripe Post   Financial Connections Accounts Refresh
        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
    - name: v1-financial_connections-accounts-account-subscribe
      path: /v1/financial_connections/accounts/{account}/subscribe
      operations:
      - name: postfinancialconnectionsaccountsaccountsubscribe
        method: POST
        description: Stripe Post   Financial Connections Accounts Subscribe
        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
    - name: v1-financial_connections-accounts-account-unsubscribe
      path: /v1/financial_connections/accounts/{account}/unsubscribe
      operations:
      - name: postfinancialconnectionsaccountsaccountunsubscribe
        method: POST
        description: Stripe Post   Financial Connections Accounts Unsubscribe
        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
    - name: v1-financial_connections-sessions
      path: /v1/financial_connections/sessions
      operations:
      - name: postfinancialconnectionssessions
        method: POST
        description: Stripe Post   Financial Connections Sessions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.STRIPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: financial-connections-post-rest
    port: 8080
    description: REST adapter for Stripe Financial Connections API — Post. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/financial-connections/accounts/{account}/disconnect
      name: v1-financial-connections-accounts-account-disconnect
      description: REST surface for v1-financial_connections-accounts-account-disconnect.
      operations:
      - method: POST
        name: postfinancialconnectionsaccountsaccountdisconnect
        description: Stripe Post   Financial Connections Accounts Disconnect
        call: financial-connections-post.postfinancialconnectionsaccountsaccountdisconnect
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/financial-connections/accounts/{account}/refresh
      name: v1-financial-connections-accounts-account-refresh
      description: REST surface for v1-financial_connections-accounts-account-refresh.
      operations:
      - method: POST
        name: postfinancialconnectionsaccountsaccountrefresh
        description: Stripe Post   Financial Connections Accounts Refresh
        call: financial-connections-post.postfinancialconnectionsaccountsaccountrefresh
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/financial-connections/accounts/{account}/subscribe
      name: v1-financial-connections-accounts-account-subscribe
      description: REST surface for v1-financial_connections-accounts-account-subscribe.
      operations:
      - method: POST
        name: postfinancialconnectionsaccountsaccountsubscribe
        description: Stripe Post   Financial Connections Accounts Subscribe
        call: financial-connections-post.postfinancialconnectionsaccountsaccountsubscribe
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/financial-connections/accounts/{account}/unsubscribe
      name: v1-financial-connections-accounts-account-unsubscribe
      description: REST surface for v1-financial_connections-accounts-account-unsubscribe.
      operations:
      - method: POST
        name: postfinancialconnectionsaccountsaccountunsubscribe
        description: Stripe Post   Financial Connections Accounts Unsubscribe
        call: financial-connections-post.postfinancialconnectionsaccountsaccountunsubscribe
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/financial-connections/sessions
      name: v1-financial-connections-sessions
      description: REST surface for v1-financial_connections-sessions.
      operations:
      - method: POST
        name: postfinancialconnectionssessions
        description: Stripe Post   Financial Connections Sessions
        call: financial-connections-post.postfinancialconnectionssessions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: financial-connections-post-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Financial Connections API — Post. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: stripe-post-financial-connections-accounts
      description: Stripe Post   Financial Connections Accounts Disconnect
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: financial-connections-post.postfinancialconnectionsaccountsaccountdisconnect
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-financial-connections-accounts-2
      description: Stripe Post   Financial Connections Accounts Refresh
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: financial-connections-post.postfinancialconnectionsaccountsaccountrefresh
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-financial-connections-accounts-3
      description: Stripe Post   Financial Connections Accounts Subscribe
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: financial-connections-post.postfinancialconnectionsaccountsaccountsubscribe
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-financial-connections-accounts-4
      description: Stripe Post   Financial Connections Accounts Unsubscribe
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: financial-connections-post.postfinancialconnectionsaccountsaccountunsubscribe
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-financial-connections-sessions
      description: Stripe Post   Financial Connections Sessions
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: financial-connections-post.postfinancialconnectionssessions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.