Stripe · Capability

Stripe Customers API — Verify

Stripe Customers API — Verify. 2 operations. Lead operation: Stripe Post Customers Customer Bank Accounts Id Verify. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeVerify

What You Can Do

POST
Postcustomerscustomerbankaccountsidverify — Stripe Post Customers Customer Bank Accounts Id Verify
/v1/v1/customers/{customer}/bank-accounts/{id}/verify
POST
Postcustomerscustomersourcesidverify — Stripe Post Customers Customer Sources Id Verify
/v1/v1/customers/{customer}/sources/{id}/verify

MCP Tools

stripe-post-customers-customer-bank

Stripe Post Customers Customer Bank Accounts Id Verify

stripe-post-customers-customer-sources

Stripe Post Customers Customer Sources Id Verify

Capability Spec

customers-verify.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Customers API — Verify
  description: 'Stripe Customers API — Verify. 2 operations. Lead operation: Stripe Post   Customers Customer Bank Accounts
    Id Verify. Self-contained Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Verify
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: customers-verify
    baseUri: https://api.stripe.com
    description: Stripe Customers API — Verify business capability. Self-contained, no shared references.
    resources:
    - name: v1-customers-customer-bank_accounts-id-verify
      path: /v1/customers/{customer}/bank_accounts/{id}/verify
      operations:
      - name: postcustomerscustomerbankaccountsidverify
        method: POST
        description: Stripe Post   Customers Customer Bank Accounts Id Verify
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer
          in: path
          type: string
          required: true
        - name: id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-customers-customer-sources-id-verify
      path: /v1/customers/{customer}/sources/{id}/verify
      operations:
      - name: postcustomerscustomersourcesidverify
        method: POST
        description: Stripe Post   Customers Customer Sources Id Verify
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer
          in: path
          type: string
          required: true
        - name: id
          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: customers-verify-rest
    port: 8080
    description: REST adapter for Stripe Customers API — Verify. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/customers/{customer}/bank-accounts/{id}/verify
      name: v1-customers-customer-bank-accounts-id-verify
      description: REST surface for v1-customers-customer-bank_accounts-id-verify.
      operations:
      - method: POST
        name: postcustomerscustomerbankaccountsidverify
        description: Stripe Post   Customers Customer Bank Accounts Id Verify
        call: customers-verify.postcustomerscustomerbankaccountsidverify
        with:
          customer: rest.customer
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/customers/{customer}/sources/{id}/verify
      name: v1-customers-customer-sources-id-verify
      description: REST surface for v1-customers-customer-sources-id-verify.
      operations:
      - method: POST
        name: postcustomerscustomersourcesidverify
        description: Stripe Post   Customers Customer Sources Id Verify
        call: customers-verify.postcustomerscustomersourcesidverify
        with:
          customer: rest.customer
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: customers-verify-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Customers API — Verify. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: stripe-post-customers-customer-bank
      description: Stripe Post   Customers Customer Bank Accounts Id Verify
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: customers-verify.postcustomerscustomerbankaccountsidverify
      with:
        customer: tools.customer
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-customers-customer-sources
      description: Stripe Post   Customers Customer Sources Id Verify
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: customers-verify.postcustomerscustomersourcesidverify
      with:
        customer: tools.customer
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.