Stripe · Capability

Stripe Application Fees API — Fee

Stripe Application Fees API — Fee. 6 operations. Lead operation: Stripe Retrieve Application Fee Refund. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeFee

What You Can Do

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-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

application-fees-fee.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Application Fees API — Fee
  description: 'Stripe Application Fees API — Fee. 6 operations. Lead operation: Stripe Retrieve Application Fee Refund. Self-contained
    Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Fee
  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-fee
    baseUri: https://api.stripe.com
    description: Stripe Application Fees API — Fee business capability. Self-contained, no shared references.
    resources:
    - 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-fee-rest
    port: 8080
    description: REST adapter for Stripe Application Fees API — Fee. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-fee.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-fee.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-fee.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-fee.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-fee.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-fee.postapplicationfeesidrefunds
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: application-fees-fee-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Application Fees API — Fee. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: stripe-retrieve-application-fee-refund
      description: Stripe Retrieve Application Fee Refund
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: application-fees-fee.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-fee.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-fee.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-fee.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-fee.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-fee.postapplicationfeesidrefunds
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.