naftiko: 1.0.0-alpha2 info: label: Stripe Financial Connections API — Transaction description: 'Stripe Financial Connections API — Transaction. 1 operations. Lead operation: Stripe Get Financial Connections Transactions Transaction. Self-contained Naftiko capability covering one Stripe business surface.' tags: - Stripe - Transaction created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: STRIPE_API_KEY: STRIPE_API_KEY capability: consumes: - type: http namespace: financial-connections-transaction baseUri: https://api.stripe.com description: Stripe Financial Connections API — Transaction business capability. Self-contained, no shared references. resources: - name: v1-financial_connections-transactions-transaction path: /v1/financial_connections/transactions/{transaction} operations: - name: getfinancialconnectionstransactionstransaction method: GET description: Stripe Get Financial Connections Transactions Transaction 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: 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: financial-connections-transaction-rest port: 8080 description: REST adapter for Stripe Financial Connections API — Transaction. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/financial-connections/transactions/{transaction} name: v1-financial-connections-transactions-transaction description: REST surface for v1-financial_connections-transactions-transaction. operations: - method: GET name: getfinancialconnectionstransactionstransaction description: Stripe Get Financial Connections Transactions Transaction call: financial-connections-transaction.getfinancialconnectionstransactionstransaction with: expand: rest.expand transaction: rest.transaction body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: financial-connections-transaction-mcp port: 9090 transport: http description: MCP adapter for Stripe Financial Connections API — Transaction. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: stripe-get-financial-connections-transactions description: Stripe Get Financial Connections Transactions Transaction hints: readOnly: true destructive: false idempotent: true call: financial-connections-transaction.getfinancialconnectionstransactionstransaction with: expand: tools.expand transaction: tools.transaction body: tools.body outputParameters: - type: object mapping: $.