naftiko: 1.0.0-alpha2 info: label: Stripe Issuing API — Post description: 'Stripe Issuing API — Post. 13 operations. Lead operation: Stripe Post Issuing Authorizations. Self-contained Naftiko capability covering one Stripe business surface.' tags: - Stripe - Post created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: STRIPE_API_KEY: STRIPE_API_KEY capability: consumes: - type: http namespace: issuing-post baseUri: https://api.stripe.com description: Stripe Issuing API — Post business capability. Self-contained, no shared references. resources: - name: v1-issuing-authorizations-authorization path: /v1/issuing/authorizations/{authorization} operations: - name: postissuingauthorizationsauthorization method: POST description: Stripe Post Issuing Authorizations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: authorization in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-authorizations-authorization-approve path: /v1/issuing/authorizations/{authorization}/approve operations: - name: postissuingauthorizationsauthorizationapprove method: POST description: Stripe Post Issuing Authorizations Approve outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: authorization in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-authorizations-authorization-decline path: /v1/issuing/authorizations/{authorization}/decline operations: - name: postissuingauthorizationsauthorizationdecline method: POST description: Stripe Post Issuing Authorizations Decline outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: authorization in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-cardholders path: /v1/issuing/cardholders operations: - name: postissuingcardholders method: POST description: Stripe Post Issuing Cardholders outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v1-issuing-cardholders-cardholder path: /v1/issuing/cardholders/{cardholder} operations: - name: postissuingcardholderscardholder method: POST description: Stripe Post Issuing Cardholders outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: cardholder in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-cards path: /v1/issuing/cards operations: - name: postissuingcards method: POST description: Stripe Post Issuing Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v1-issuing-cards-card path: /v1/issuing/cards/{card} operations: - name: postissuingcardscard method: POST description: Stripe Post Issuing Cards Card outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: card in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-disputes path: /v1/issuing/disputes operations: - 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: 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 - name: v1-issuing-disputes-dispute-submit path: /v1/issuing/disputes/{dispute}/submit operations: - name: postissuingdisputesdisputesubmit method: POST description: Stripe Post Issuing DisputesSubmit 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 - name: v1-issuing-settlements-settlement path: /v1/issuing/settlements/{settlement} operations: - name: postissuingsettlementssettlement method: POST description: Stripe Post Issuing Settlements Settlement outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: settlement in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-tokens-token path: /v1/issuing/tokens/{token} operations: - name: postissuingtokenstoken method: POST description: Stripe Post Issuing Tokens outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: v1-issuing-transactions-transaction path: /v1/issuing/transactions/{transaction} operations: - name: postissuingtransactionstransaction method: POST description: Stripe Post Issuing Transactions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: transaction 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-post-rest port: 8080 description: REST adapter for Stripe Issuing API — Post. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/issuing/authorizations/{authorization} name: v1-issuing-authorizations-authorization description: REST surface for v1-issuing-authorizations-authorization. operations: - method: POST name: postissuingauthorizationsauthorization description: Stripe Post Issuing Authorizations call: issuing-post.postissuingauthorizationsauthorization with: authorization: rest.authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/authorizations/{authorization}/approve name: v1-issuing-authorizations-authorization-approve description: REST surface for v1-issuing-authorizations-authorization-approve. operations: - method: POST name: postissuingauthorizationsauthorizationapprove description: Stripe Post Issuing Authorizations Approve call: issuing-post.postissuingauthorizationsauthorizationapprove with: authorization: rest.authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/authorizations/{authorization}/decline name: v1-issuing-authorizations-authorization-decline description: REST surface for v1-issuing-authorizations-authorization-decline. operations: - method: POST name: postissuingauthorizationsauthorizationdecline description: Stripe Post Issuing Authorizations Decline call: issuing-post.postissuingauthorizationsauthorizationdecline with: authorization: rest.authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/cardholders name: v1-issuing-cardholders description: REST surface for v1-issuing-cardholders. operations: - method: POST name: postissuingcardholders description: Stripe Post Issuing Cardholders call: issuing-post.postissuingcardholders with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/cardholders/{cardholder} name: v1-issuing-cardholders-cardholder description: REST surface for v1-issuing-cardholders-cardholder. operations: - method: POST name: postissuingcardholderscardholder description: Stripe Post Issuing Cardholders call: issuing-post.postissuingcardholderscardholder with: cardholder: rest.cardholder body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/cards name: v1-issuing-cards description: REST surface for v1-issuing-cards. operations: - method: POST name: postissuingcards description: Stripe Post Issuing Cards call: issuing-post.postissuingcards with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/cards/{card} name: v1-issuing-cards-card description: REST surface for v1-issuing-cards-card. operations: - method: POST name: postissuingcardscard description: Stripe Post Issuing Cards Card call: issuing-post.postissuingcardscard with: card: rest.card body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/disputes name: v1-issuing-disputes description: REST surface for v1-issuing-disputes. operations: - method: POST name: postissuingdisputes description: Stripe Post Issuing Disputes call: issuing-post.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: POST name: postissuingdisputesdispute description: Stripe Post Issuing Disputes call: issuing-post.postissuingdisputesdispute with: dispute: rest.dispute body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/disputes/{dispute}/submit name: v1-issuing-disputes-dispute-submit description: REST surface for v1-issuing-disputes-dispute-submit. operations: - method: POST name: postissuingdisputesdisputesubmit description: Stripe Post Issuing DisputesSubmit call: issuing-post.postissuingdisputesdisputesubmit with: dispute: rest.dispute body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/settlements/{settlement} name: v1-issuing-settlements-settlement description: REST surface for v1-issuing-settlements-settlement. operations: - method: POST name: postissuingsettlementssettlement description: Stripe Post Issuing Settlements Settlement call: issuing-post.postissuingsettlementssettlement with: settlement: rest.settlement body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/tokens/{token} name: v1-issuing-tokens-token description: REST surface for v1-issuing-tokens-token. operations: - method: POST name: postissuingtokenstoken description: Stripe Post Issuing Tokens call: issuing-post.postissuingtokenstoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/transactions/{transaction} name: v1-issuing-transactions-transaction description: REST surface for v1-issuing-transactions-transaction. operations: - method: POST name: postissuingtransactionstransaction description: Stripe Post Issuing Transactions call: issuing-post.postissuingtransactionstransaction with: transaction: rest.transaction body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: issuing-post-mcp port: 9090 transport: http description: MCP adapter for Stripe Issuing API — Post. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: stripe-post-issuing-authorizations description: Stripe Post Issuing Authorizations hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingauthorizationsauthorization with: authorization: tools.authorization body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-authorizations-approve description: Stripe Post Issuing Authorizations Approve hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingauthorizationsauthorizationapprove with: authorization: tools.authorization body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-authorizations-decline description: Stripe Post Issuing Authorizations Decline hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingauthorizationsauthorizationdecline with: authorization: tools.authorization body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-cardholders description: Stripe Post Issuing Cardholders hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingcardholders with: body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-cardholders-2 description: Stripe Post Issuing Cardholders hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingcardholderscardholder with: cardholder: tools.cardholder body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-cards description: Stripe Post Issuing Cards hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingcards with: body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-cards-card description: Stripe Post Issuing Cards Card hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingcardscard with: card: tools.card 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-post.postissuingdisputes with: 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-post.postissuingdisputesdispute with: dispute: tools.dispute body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-disputessubmit description: Stripe Post Issuing DisputesSubmit hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingdisputesdisputesubmit with: dispute: tools.dispute body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-settlements-settlement description: Stripe Post Issuing Settlements Settlement hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingsettlementssettlement with: settlement: tools.settlement body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-tokens description: Stripe Post Issuing Tokens hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingtokenstoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-transactions description: Stripe Post Issuing Transactions hints: readOnly: false destructive: false idempotent: false call: issuing-post.postissuingtransactionstransaction with: transaction: tools.transaction body: tools.body outputParameters: - type: object mapping: $.