Stripe · Capability

Stripe Identity API — Get

Stripe Identity API — Get. 4 operations. Lead operation: Stripe Get Identity Verification Reports. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeGet

What You Can Do

GET
Getidentityverificationreports — Stripe Get Identity Verification Reports
/v1/v1/identity/verification-reports
GET
Getidentityverificationreportsreport — Stripe Get Identity Verification Reports Report
/v1/v1/identity/verification-reports/{report}
GET
Getidentityverificationsessions — Stripe Get Identity Verification Sessions
/v1/v1/identity/verification-sessions
GET
Getidentityverificationsessionssession — Stripe Get Identity Verification Sessions Session
/v1/v1/identity/verification-sessions/{session}

MCP Tools

stripe-get-identity-verification-reports

Stripe Get Identity Verification Reports

read-only idempotent
stripe-get-identity-verification-reports-2

Stripe Get Identity Verification Reports Report

read-only idempotent
stripe-get-identity-verification-sessions

Stripe Get Identity Verification Sessions

read-only idempotent
stripe-get-identity-verification-sessions-2

Stripe Get Identity Verification Sessions Session

read-only idempotent

Capability Spec

identity-get.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Identity API — Get
  description: 'Stripe Identity API — Get. 4 operations. Lead operation: Stripe Get   Identity Verification Reports. Self-contained
    Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Get
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: identity-get
    baseUri: https://api.stripe.com
    description: Stripe Identity API — Get business capability. Self-contained, no shared references.
    resources:
    - name: v1-identity-verification_reports
      path: /v1/identity/verification_reports
      operations:
      - name: getidentityverificationreports
        method: GET
        description: Stripe Get   Identity Verification Reports
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: created
          in: query
          type: string
        - name: ending_before
          in: query
          type: string
          description: A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list.
            For instance, if you make a list request and receive 100 ob
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: limit
          in: query
          type: integer
          description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default
            is 10.
        - name: starting_after
          in: query
          type: string
          description: A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list.
            For instance, if you make a list request and receive 100 o
        - name: type
          in: query
          type: string
          description: Only return VerificationReports of this type
        - name: verification_session
          in: query
          type: string
          description: Only return VerificationReports created by this VerificationSession ID. It is allowed to provide a
            VerificationIntent ID.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-identity-verification_reports-report
      path: /v1/identity/verification_reports/{report}
      operations:
      - name: getidentityverificationreportsreport
        method: GET
        description: Stripe Get   Identity Verification Reports Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: report
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-identity-verification_sessions
      path: /v1/identity/verification_sessions
      operations:
      - name: getidentityverificationsessions
        method: GET
        description: Stripe Get   Identity Verification Sessions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: created
          in: query
          type: string
        - name: ending_before
          in: query
          type: string
          description: A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list.
            For instance, if you make a list request and receive 100 ob
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: limit
          in: query
          type: integer
          description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default
            is 10.
        - name: starting_after
          in: query
          type: string
          description: A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list.
            For instance, if you make a list request and receive 100 o
        - name: status
          in: query
          type: string
          description: Only return VerificationSessions with this status. [Learn more about the lifecycle of sessions](https://stripe.com/docs/identity/how-sessions-work).
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-identity-verification_sessions-session
      path: /v1/identity/verification_sessions/{session}
      operations:
      - name: getidentityverificationsessionssession
        method: GET
        description: Stripe Get   Identity Verification Sessions Session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: session
          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: identity-get-rest
    port: 8080
    description: REST adapter for Stripe Identity API — Get. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/identity/verification-reports
      name: v1-identity-verification-reports
      description: REST surface for v1-identity-verification_reports.
      operations:
      - method: GET
        name: getidentityverificationreports
        description: Stripe Get   Identity Verification Reports
        call: identity-get.getidentityverificationreports
        with:
          created: rest.created
          ending_before: rest.ending_before
          expand: rest.expand
          limit: rest.limit
          starting_after: rest.starting_after
          type: rest.type
          verification_session: rest.verification_session
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/identity/verification-reports/{report}
      name: v1-identity-verification-reports-report
      description: REST surface for v1-identity-verification_reports-report.
      operations:
      - method: GET
        name: getidentityverificationreportsreport
        description: Stripe Get   Identity Verification Reports Report
        call: identity-get.getidentityverificationreportsreport
        with:
          expand: rest.expand
          report: rest.report
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/identity/verification-sessions
      name: v1-identity-verification-sessions
      description: REST surface for v1-identity-verification_sessions.
      operations:
      - method: GET
        name: getidentityverificationsessions
        description: Stripe Get   Identity Verification Sessions
        call: identity-get.getidentityverificationsessions
        with:
          created: rest.created
          ending_before: rest.ending_before
          expand: rest.expand
          limit: rest.limit
          starting_after: rest.starting_after
          status: rest.status
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/identity/verification-sessions/{session}
      name: v1-identity-verification-sessions-session
      description: REST surface for v1-identity-verification_sessions-session.
      operations:
      - method: GET
        name: getidentityverificationsessionssession
        description: Stripe Get   Identity Verification Sessions Session
        call: identity-get.getidentityverificationsessionssession
        with:
          expand: rest.expand
          session: rest.session
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: identity-get-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Identity API — Get. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: stripe-get-identity-verification-reports
      description: Stripe Get   Identity Verification Reports
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: identity-get.getidentityverificationreports
      with:
        created: tools.created
        ending_before: tools.ending_before
        expand: tools.expand
        limit: tools.limit
        starting_after: tools.starting_after
        type: tools.type
        verification_session: tools.verification_session
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-get-identity-verification-reports-2
      description: Stripe Get   Identity Verification Reports Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: identity-get.getidentityverificationreportsreport
      with:
        expand: tools.expand
        report: tools.report
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-get-identity-verification-sessions
      description: Stripe Get   Identity Verification Sessions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: identity-get.getidentityverificationsessions
      with:
        created: tools.created
        ending_before: tools.ending_before
        expand: tools.expand
        limit: tools.limit
        starting_after: tools.starting_after
        status: tools.status
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-get-identity-verification-sessions-2
      description: Stripe Get   Identity Verification Sessions Session
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: identity-get.getidentityverificationsessionssession
      with:
        expand: tools.expand
        session: tools.session
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.