Stripe · Capability
Stripe Setup API — Setup Attempts
Stripe Setup API — Setup Attempts. 1 operations. Lead operation: Setup Attempts. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
GET
Getsetupattempts
—
Returns a list of SetupAttempts that associate with a provided SetupIntent.
/v1/v1/setup-attempts
MCP Tools
p-returns-list-setupattempts-that-associate
Returns a list of SetupAttempts that associate with a provided SetupIntent.
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Stripe Setup API — Setup Attempts
description: 'Stripe Setup API — Setup Attempts. 1 operations. Lead operation: Setup Attempts. Self-contained Naftiko capability
covering one Stripe business surface.'
tags:
- Stripe
- Setup Attempts
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
STRIPE_API_KEY: STRIPE_API_KEY
capability:
consumes:
- type: http
namespace: setup-setup-attempts
baseUri: https://api.stripe.com
description: Stripe Setup API — Setup Attempts business capability. Self-contained, no shared references.
resources:
- name: v1-setup_attempts
path: /v1/setup_attempts
operations:
- name: getsetupattempts
method: GET
description: <p>Returns a list of SetupAttempts that associate with a provided SetupIntent.</p>
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: created
in: query
type: string
description: A filter on the list, based on the object `created` field. The value
- 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: setup_intent
in: query
type: string
description: Only return SetupAttempts created by the SetupIntent specified by
required: true
- 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: body
in: body
type: object
description: Request body (JSON).
required: false
authentication:
type: bearer
token: '{{env.STRIPE_API_KEY}}'
exposes:
- type: rest
namespace: setup-setup-attempts-rest
port: 8080
description: REST adapter for Stripe Setup API — Setup Attempts. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/v1/setup-attempts
name: v1-setup-attempts
description: REST surface for v1-setup_attempts.
operations:
- method: GET
name: getsetupattempts
description: <p>Returns a list of SetupAttempts that associate with a provided SetupIntent.</p>
call: setup-setup-attempts.getsetupattempts
with:
created: rest.created
ending_before: rest.ending_before
expand: rest.expand
limit: rest.limit
setup_intent: rest.setup_intent
starting_after: rest.starting_after
body: rest.body
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: setup-setup-attempts-mcp
port: 9090
transport: http
description: MCP adapter for Stripe Setup API — Setup Attempts. One tool per consumed operation, routed inline through
this capability's consumes block.
tools:
- name: p-returns-list-setupattempts-that-associate
description: <p>Returns a list of SetupAttempts that associate with a provided SetupIntent.</p>
hints:
readOnly: true
destructive: false
idempotent: true
call: setup-setup-attempts.getsetupattempts
with:
created: tools.created
ending_before: tools.ending_before
expand: tools.expand
limit: tools.limit
setup_intent: tools.setup_intent
starting_after: tools.starting_after
body: tools.body
outputParameters:
- type: object
mapping: $.