Stripe · Capability
Stripe Application Fees API — Applications
Stripe Application Fees API — Applications. 7 operations. Lead operation: Stripe List Application Fees. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
GET
Getapplicationfees
— Stripe List Application Fees
/v1/v1/application-fees
GET
Getapplicationfeesfeerefundsid
— Stripe Retrieve Application Fee Refund
/v1/v1/application-fees/{fee}/refunds/{id}
POST
Postapplicationfeesfeerefundsid
— Stripe Update Application Fee Refund
/v1/v1/application-fees/{fee}/refunds/{id}
GET
Getapplicationfeesid
— Stripe Retrieve Application Fee
/v1/v1/application-fees/{id}
POST
Postapplicationfeesidrefund
— Stripe Refund Application Fee
/v1/v1/application-fees/{id}/refund
GET
Getapplicationfeesidrefunds
— Stripe List Application Fee Refunds
/v1/v1/application-fees/{id}/refunds
POST
Postapplicationfeesidrefunds
— Stripe Create Application Fee Refund
/v1/v1/application-fees/{id}/refunds
MCP Tools
stripe-list-application-fees
Stripe List Application Fees
read-only
idempotent
stripe-retrieve-application-fee-refund
Stripe Retrieve Application Fee Refund
read-only
idempotent
stripe-update-application-fee-refund
Stripe Update Application Fee Refund
stripe-retrieve-application-fee
Stripe Retrieve Application Fee
read-only
idempotent
stripe-refund-application-fee
Stripe Refund Application Fee
stripe-list-application-fee-refunds
Stripe List Application Fee Refunds
read-only
idempotent
stripe-create-application-fee-refund
Stripe Create Application Fee Refund
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Stripe Application Fees API — Applications
description: 'Stripe Application Fees API — Applications. 7 operations. Lead operation: Stripe List Application Fees. Self-contained
Naftiko capability covering one Stripe business surface.'
tags:
- Stripe
- Applications
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
STRIPE_API_KEY: STRIPE_API_KEY
capability:
consumes:
- type: http
namespace: application-fees-applications
baseUri: https://api.stripe.com
description: Stripe Application Fees API — Applications business capability. Self-contained, no shared references.
resources:
- name: v1-application_fees
path: /v1/application_fees
operations:
- name: getapplicationfees
method: GET
description: Stripe List Application Fees
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: charge
in: query
type: string
description: Only return application fees for the charge specified by this charge ID.
- 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: body
in: body
type: object
description: Request body (JSON).
required: false
- name: v1-application_fees-fee-refunds-id
path: /v1/application_fees/{fee}/refunds/{id}
operations:
- name: getapplicationfeesfeerefundsid
method: GET
description: Stripe Retrieve Application Fee Refund
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: fee
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: postapplicationfeesfeerefundsid
method: POST
description: Stripe Update Application Fee Refund
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fee
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-application_fees-id
path: /v1/application_fees/{id}
operations:
- name: getapplicationfeesid
method: GET
description: Stripe Retrieve Application Fee
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: id
in: path
type: string
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: false
- name: v1-application_fees-id-refund
path: /v1/application_fees/{id}/refund
operations:
- name: postapplicationfeesidrefund
method: POST
description: Stripe Refund Application Fee
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: id
in: path
type: string
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: false
- name: v1-application_fees-id-refunds
path: /v1/application_fees/{id}/refunds
operations:
- name: getapplicationfeesidrefunds
method: GET
description: Stripe List Application Fee Refunds
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- 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: id
in: path
type: string
required: true
- 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: body
in: body
type: object
description: Request body (JSON).
required: false
- name: postapplicationfeesidrefunds
method: POST
description: Stripe Create Application Fee Refund
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- 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: application-fees-applications-rest
port: 8080
description: REST adapter for Stripe Application Fees API — Applications. One Spectral-compliant resource per consumed
operation, prefixed with /v1.
resources:
- path: /v1/v1/application-fees
name: v1-application-fees
description: REST surface for v1-application_fees.
operations:
- method: GET
name: getapplicationfees
description: Stripe List Application Fees
call: application-fees-applications.getapplicationfees
with:
charge: rest.charge
created: rest.created
ending_before: rest.ending_before
expand: rest.expand
limit: rest.limit
starting_after: rest.starting_after
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/v1/application-fees/{fee}/refunds/{id}
name: v1-application-fees-fee-refunds-id
description: REST surface for v1-application_fees-fee-refunds-id.
operations:
- method: GET
name: getapplicationfeesfeerefundsid
description: Stripe Retrieve Application Fee Refund
call: application-fees-applications.getapplicationfeesfeerefundsid
with:
expand: rest.expand
fee: rest.fee
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: POST
name: postapplicationfeesfeerefundsid
description: Stripe Update Application Fee Refund
call: application-fees-applications.postapplicationfeesfeerefundsid
with:
fee: rest.fee
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/v1/application-fees/{id}
name: v1-application-fees-id
description: REST surface for v1-application_fees-id.
operations:
- method: GET
name: getapplicationfeesid
description: Stripe Retrieve Application Fee
call: application-fees-applications.getapplicationfeesid
with:
expand: rest.expand
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/v1/application-fees/{id}/refund
name: v1-application-fees-id-refund
description: REST surface for v1-application_fees-id-refund.
operations:
- method: POST
name: postapplicationfeesidrefund
description: Stripe Refund Application Fee
call: application-fees-applications.postapplicationfeesidrefund
with:
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/v1/application-fees/{id}/refunds
name: v1-application-fees-id-refunds
description: REST surface for v1-application_fees-id-refunds.
operations:
- method: GET
name: getapplicationfeesidrefunds
description: Stripe List Application Fee Refunds
call: application-fees-applications.getapplicationfeesidrefunds
with:
ending_before: rest.ending_before
expand: rest.expand
id: rest.id
limit: rest.limit
starting_after: rest.starting_after
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: POST
name: postapplicationfeesidrefunds
description: Stripe Create Application Fee Refund
call: application-fees-applications.postapplicationfeesidrefunds
with:
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: application-fees-applications-mcp
port: 9090
transport: http
description: MCP adapter for Stripe Application Fees API — Applications. One tool per consumed operation, routed inline
through this capability's consumes block.
tools:
- name: stripe-list-application-fees
description: Stripe List Application Fees
hints:
readOnly: true
destructive: false
idempotent: true
call: application-fees-applications.getapplicationfees
with:
charge: tools.charge
created: tools.created
ending_before: tools.ending_before
expand: tools.expand
limit: tools.limit
starting_after: tools.starting_after
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: stripe-retrieve-application-fee-refund
description: Stripe Retrieve Application Fee Refund
hints:
readOnly: true
destructive: false
idempotent: true
call: application-fees-applications.getapplicationfeesfeerefundsid
with:
expand: tools.expand
fee: tools.fee
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: stripe-update-application-fee-refund
description: Stripe Update Application Fee Refund
hints:
readOnly: false
destructive: false
idempotent: false
call: application-fees-applications.postapplicationfeesfeerefundsid
with:
fee: tools.fee
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: stripe-retrieve-application-fee
description: Stripe Retrieve Application Fee
hints:
readOnly: true
destructive: false
idempotent: true
call: application-fees-applications.getapplicationfeesid
with:
expand: tools.expand
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: stripe-refund-application-fee
description: Stripe Refund Application Fee
hints:
readOnly: false
destructive: false
idempotent: false
call: application-fees-applications.postapplicationfeesidrefund
with:
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: stripe-list-application-fee-refunds
description: Stripe List Application Fee Refunds
hints:
readOnly: true
destructive: false
idempotent: true
call: application-fees-applications.getapplicationfeesidrefunds
with:
ending_before: tools.ending_before
expand: tools.expand
id: tools.id
limit: tools.limit
starting_after: tools.starting_after
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: stripe-create-application-fee-refund
description: Stripe Create Application Fee Refund
hints:
readOnly: false
destructive: false
idempotent: false
call: application-fees-applications.postapplicationfeesidrefunds
with:
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.