Stripe · Capability
Stripe Identity API — Reports
Stripe Identity API — Reports. 2 operations. Lead operation: Stripe Get Identity Verification Reports. Self-contained Naftiko capability covering one Stripe business surface.
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}
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
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Stripe Identity API — Reports
description: 'Stripe Identity API — Reports. 2 operations. Lead operation: Stripe Get Identity Verification Reports. Self-contained
Naftiko capability covering one Stripe business surface.'
tags:
- Stripe
- Reports
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
STRIPE_API_KEY: STRIPE_API_KEY
capability:
consumes:
- type: http
namespace: identity-reports
baseUri: https://api.stripe.com
description: Stripe Identity API — Reports 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
authentication:
type: bearer
token: '{{env.STRIPE_API_KEY}}'
exposes:
- type: rest
namespace: identity-reports-rest
port: 8080
description: REST adapter for Stripe Identity API — Reports. 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-reports.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-reports.getidentityverificationreportsreport
with:
expand: rest.expand
report: rest.report
body: rest.body
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: identity-reports-mcp
port: 9090
transport: http
description: MCP adapter for Stripe Identity API — Reports. 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-reports.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-reports.getidentityverificationreportsreport
with:
expand: tools.expand
report: tools.report
body: tools.body
outputParameters:
- type: object
mapping: $.