naftiko: 1.0.0-alpha2 info: label: Stripe Issuing API — Disputes description: 'Stripe Issuing API — Disputes. 4 operations. Lead operation: Stripe Get Issuing Disputes. Self-contained Naftiko capability covering one Stripe business surface.' tags: - Stripe - Disputes created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: STRIPE_API_KEY: STRIPE_API_KEY capability: consumes: - type: http namespace: issuing-disputes baseUri: https://api.stripe.com description: Stripe Issuing API — Disputes business capability. Self-contained, no shared references. resources: - name: v1-issuing-disputes path: /v1/issuing/disputes operations: - name: getissuingdisputes method: GET description: Stripe Get Issuing Disputes outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created in: query type: string description: Select Issuing disputes that were created during the given date interval. - 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: Select Issuing disputes with the given status. - name: transaction in: query type: string description: Select the Issuing dispute for the given transaction. - name: body in: body type: object description: Request body (JSON). required: false - name: postissuingdisputes method: POST description: Stripe Post Issuing Disputes outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-disputes-dispute path: /v1/issuing/disputes/{dispute} operations: - name: getissuingdisputesdispute method: GET description: Stripe Get Issuing Disputes outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dispute in: path type: string required: true - name: expand in: query type: array description: Specifies which fields in the response should be expanded. - name: body in: body type: object description: Request body (JSON). required: false - name: postissuingdisputesdispute method: POST description: Stripe Post Issuing Disputes outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dispute 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: issuing-disputes-rest port: 8080 description: REST adapter for Stripe Issuing API — Disputes. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/issuing/disputes name: v1-issuing-disputes description: REST surface for v1-issuing-disputes. operations: - method: GET name: getissuingdisputes description: Stripe Get Issuing Disputes call: issuing-disputes.getissuingdisputes with: created: rest.created ending_before: rest.ending_before expand: rest.expand limit: rest.limit starting_after: rest.starting_after status: rest.status transaction: rest.transaction body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingdisputes description: Stripe Post Issuing Disputes call: issuing-disputes.postissuingdisputes with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/disputes/{dispute} name: v1-issuing-disputes-dispute description: REST surface for v1-issuing-disputes-dispute. operations: - method: GET name: getissuingdisputesdispute description: Stripe Get Issuing Disputes call: issuing-disputes.getissuingdisputesdispute with: dispute: rest.dispute expand: rest.expand body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingdisputesdispute description: Stripe Post Issuing Disputes call: issuing-disputes.postissuingdisputesdispute with: dispute: rest.dispute body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: issuing-disputes-mcp port: 9090 transport: http description: MCP adapter for Stripe Issuing API — Disputes. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: stripe-get-issuing-disputes description: Stripe Get Issuing Disputes hints: readOnly: true destructive: false idempotent: true call: issuing-disputes.getissuingdisputes with: created: tools.created ending_before: tools.ending_before expand: tools.expand limit: tools.limit starting_after: tools.starting_after status: tools.status transaction: tools.transaction body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-disputes description: Stripe Post Issuing Disputes hints: readOnly: false destructive: false idempotent: false call: issuing-disputes.postissuingdisputes with: body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-disputes-2 description: Stripe Get Issuing Disputes hints: readOnly: true destructive: false idempotent: true call: issuing-disputes.getissuingdisputesdispute with: dispute: tools.dispute expand: tools.expand body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-disputes-2 description: Stripe Post Issuing Disputes hints: readOnly: false destructive: false idempotent: false call: issuing-disputes.postissuingdisputesdispute with: dispute: tools.dispute body: tools.body outputParameters: - type: object mapping: $.