naftiko: 1.0.0-alpha2 info: label: Stripe Issuing API — Issuing description: 'Stripe Issuing API — Issuing. 27 operations. Lead operation: Stripe Get Issuing Authorizations. Self-contained Naftiko capability covering one Stripe business surface.' tags: - Stripe - Issuing created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: STRIPE_API_KEY: STRIPE_API_KEY capability: consumes: - type: http namespace: issuing-issuing-2 baseUri: https://api.stripe.com description: Stripe Issuing API — Issuing business capability. Self-contained, no shared references. resources: - name: v1-issuing-authorizations path: /v1/issuing/authorizations operations: - name: getissuingauthorizations method: GET description: Stripe Get Issuing Authorizations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: card in: query type: string description: Only return authorizations that belong to the given card. - name: cardholder in: query type: string description: Only return authorizations that belong to the given cardholder. - name: created in: query type: string description: Only return authorizations 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: Only return authorizations with the given status. One of `pending`, `closed`, or `reversed`. - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-authorizations-authorization path: /v1/issuing/authorizations/{authorization} operations: - name: getissuingauthorizationsauthorization method: GET description: Stripe Get Issuing Authorizations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: authorization 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: 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: getissuingcardholders method: GET description: Stripe Get Issuing Cardholders outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created in: query type: string description: Only return cardholders that were created during the given date interval. - name: email in: query type: string description: Only return cardholders that have the given email address. - 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: phone_number in: query type: string description: Only return cardholders that have the given phone number. - 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: Only return cardholders that have the given status. One of `active`, `inactive`, or `blocked`. - name: type in: query type: string description: Only return cardholders that have the given type. One of `individual` or `company`. - name: body in: body type: object description: Request body (JSON). required: false - 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: getissuingcardholderscardholder method: GET description: Stripe Get Issuing Cardholders outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: cardholder 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: 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: getissuingcards method: GET description: Stripe Get Issuing Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: cardholder in: query type: string description: Only return cards belonging to the Cardholder with the provided ID. - name: created in: query type: string description: Only return cards that were issued 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: exp_month in: query type: integer description: Only return cards that have the given expiration month. - name: exp_year in: query type: integer description: Only return cards that have the given expiration year. - name: expand in: query type: array description: Specifies which fields in the response should be expanded. - name: last4 in: query type: string description: Only return cards that have the given last four digits. - 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: Only return cards that have the given status. One of `active`, `inactive`, or `canceled`. - name: type in: query type: string description: Only return cards that have the given type. One of `virtual` or `physical`. - name: body in: body type: object description: Request body (JSON). required: false - 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: getissuingcardscard method: GET description: Stripe Get Issuing Cards Card outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: card 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: 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: 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 - 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 path: /v1/issuing/settlements operations: - name: getissuingsettlements method: GET description: Stripe Get Issuing Settlements outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created in: query type: string description: Only return issuing settlements 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: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-settlements-settlement path: /v1/issuing/settlements/{settlement} operations: - name: getissuingsettlementssettlement method: GET description: Stripe Get Issuing Settlements Settlement 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: settlement in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - 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 path: /v1/issuing/tokens operations: - name: getissuingtokens method: GET description: Stripe Get Issuing Tokens outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: card in: query type: string description: The Issuing card identifier to list tokens for. required: true - name: created in: query type: string description: Select Issuing tokens 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 tokens with the given status. - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-tokens-token path: /v1/issuing/tokens/{token} operations: - name: getissuingtokenstoken method: GET description: Stripe Get Issuing Tokens 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: token in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - 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 path: /v1/issuing/transactions operations: - name: getissuingtransactions method: GET description: Stripe Get Issuing Transactions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: card in: query type: string description: Only return transactions that belong to the given card. - name: cardholder in: query type: string description: Only return transactions that belong to the given cardholder. - name: created in: query type: string description: Only return transactions 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: type in: query type: string description: Only return transactions that have the given type. One of `capture` or `refund`. - name: body in: body type: object description: Request body (JSON). required: false - name: v1-issuing-transactions-transaction path: /v1/issuing/transactions/{transaction} operations: - name: getissuingtransactionstransaction method: GET description: Stripe Get Issuing Transactions 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 - 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-issuing-2-rest port: 8080 description: REST adapter for Stripe Issuing API — Issuing. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/issuing/authorizations name: v1-issuing-authorizations description: REST surface for v1-issuing-authorizations. operations: - method: GET name: getissuingauthorizations description: Stripe Get Issuing Authorizations call: issuing-issuing-2.getissuingauthorizations with: card: rest.card cardholder: rest.cardholder created: rest.created ending_before: rest.ending_before expand: rest.expand limit: rest.limit starting_after: rest.starting_after status: rest.status body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/authorizations/{authorization} name: v1-issuing-authorizations-authorization description: REST surface for v1-issuing-authorizations-authorization. operations: - method: GET name: getissuingauthorizationsauthorization description: Stripe Get Issuing Authorizations call: issuing-issuing-2.getissuingauthorizationsauthorization with: authorization: rest.authorization expand: rest.expand body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingauthorizationsauthorization description: Stripe Post Issuing Authorizations call: issuing-issuing-2.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-issuing-2.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-issuing-2.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: GET name: getissuingcardholders description: Stripe Get Issuing Cardholders call: issuing-issuing-2.getissuingcardholders with: created: rest.created email: rest.email ending_before: rest.ending_before expand: rest.expand limit: rest.limit phone_number: rest.phone_number starting_after: rest.starting_after status: rest.status type: rest.type body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingcardholders description: Stripe Post Issuing Cardholders call: issuing-issuing-2.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: GET name: getissuingcardholderscardholder description: Stripe Get Issuing Cardholders call: issuing-issuing-2.getissuingcardholderscardholder with: cardholder: rest.cardholder expand: rest.expand body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingcardholderscardholder description: Stripe Post Issuing Cardholders call: issuing-issuing-2.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: GET name: getissuingcards description: Stripe Get Issuing Cards call: issuing-issuing-2.getissuingcards with: cardholder: rest.cardholder created: rest.created ending_before: rest.ending_before exp_month: rest.exp_month exp_year: rest.exp_year expand: rest.expand last4: rest.last4 limit: rest.limit starting_after: rest.starting_after status: rest.status type: rest.type body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingcards description: Stripe Post Issuing Cards call: issuing-issuing-2.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: GET name: getissuingcardscard description: Stripe Get Issuing Cards Card call: issuing-issuing-2.getissuingcardscard with: card: rest.card expand: rest.expand body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingcardscard description: Stripe Post Issuing Cards Card call: issuing-issuing-2.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: GET name: getissuingdisputes description: Stripe Get Issuing Disputes call: issuing-issuing-2.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-issuing-2.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-issuing-2.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-issuing-2.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-issuing-2.postissuingdisputesdisputesubmit with: dispute: rest.dispute body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/settlements name: v1-issuing-settlements description: REST surface for v1-issuing-settlements. operations: - method: GET name: getissuingsettlements description: Stripe Get Issuing Settlements call: issuing-issuing-2.getissuingsettlements with: 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/issuing/settlements/{settlement} name: v1-issuing-settlements-settlement description: REST surface for v1-issuing-settlements-settlement. operations: - method: GET name: getissuingsettlementssettlement description: Stripe Get Issuing Settlements Settlement call: issuing-issuing-2.getissuingsettlementssettlement with: expand: rest.expand settlement: rest.settlement body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingsettlementssettlement description: Stripe Post Issuing Settlements Settlement call: issuing-issuing-2.postissuingsettlementssettlement with: settlement: rest.settlement body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/tokens name: v1-issuing-tokens description: REST surface for v1-issuing-tokens. operations: - method: GET name: getissuingtokens description: Stripe Get Issuing Tokens call: issuing-issuing-2.getissuingtokens with: card: rest.card created: rest.created ending_before: rest.ending_before expand: rest.expand limit: rest.limit starting_after: rest.starting_after status: rest.status 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: GET name: getissuingtokenstoken description: Stripe Get Issuing Tokens call: issuing-issuing-2.getissuingtokenstoken with: expand: rest.expand token: rest.token body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingtokenstoken description: Stripe Post Issuing Tokens call: issuing-issuing-2.postissuingtokenstoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/issuing/transactions name: v1-issuing-transactions description: REST surface for v1-issuing-transactions. operations: - method: GET name: getissuingtransactions description: Stripe Get Issuing Transactions call: issuing-issuing-2.getissuingtransactions with: card: rest.card cardholder: rest.cardholder created: rest.created ending_before: rest.ending_before expand: rest.expand limit: rest.limit starting_after: rest.starting_after type: rest.type 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: GET name: getissuingtransactionstransaction description: Stripe Get Issuing Transactions call: issuing-issuing-2.getissuingtransactionstransaction with: expand: rest.expand transaction: rest.transaction body: rest.body outputParameters: - type: object mapping: $. - method: POST name: postissuingtransactionstransaction description: Stripe Post Issuing Transactions call: issuing-issuing-2.postissuingtransactionstransaction with: transaction: rest.transaction body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: issuing-issuing-2-mcp port: 9090 transport: http description: MCP adapter for Stripe Issuing API — Issuing. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: stripe-get-issuing-authorizations description: Stripe Get Issuing Authorizations hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingauthorizations with: card: tools.card cardholder: tools.cardholder created: tools.created ending_before: tools.ending_before expand: tools.expand limit: tools.limit starting_after: tools.starting_after status: tools.status body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-authorizations-2 description: Stripe Get Issuing Authorizations hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingauthorizationsauthorization with: authorization: tools.authorization expand: tools.expand body: tools.body outputParameters: - type: object mapping: $. - name: stripe-post-issuing-authorizations description: Stripe Post Issuing Authorizations hints: readOnly: false destructive: false idempotent: false call: issuing-issuing-2.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-issuing-2.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-issuing-2.postissuingauthorizationsauthorizationdecline with: authorization: tools.authorization body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-cardholders description: Stripe Get Issuing Cardholders hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingcardholders with: created: tools.created email: tools.email ending_before: tools.ending_before expand: tools.expand limit: tools.limit phone_number: tools.phone_number starting_after: tools.starting_after status: tools.status type: tools.type 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-issuing-2.postissuingcardholders with: body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-cardholders-2 description: Stripe Get Issuing Cardholders hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingcardholderscardholder with: cardholder: tools.cardholder expand: tools.expand 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-issuing-2.postissuingcardholderscardholder with: cardholder: tools.cardholder body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-cards description: Stripe Get Issuing Cards hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingcards with: cardholder: tools.cardholder created: tools.created ending_before: tools.ending_before exp_month: tools.exp_month exp_year: tools.exp_year expand: tools.expand last4: tools.last4 limit: tools.limit starting_after: tools.starting_after status: tools.status type: tools.type 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-issuing-2.postissuingcards with: body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-cards-card description: Stripe Get Issuing Cards Card hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingcardscard with: card: tools.card expand: tools.expand 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-issuing-2.postissuingcardscard with: card: tools.card body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-disputes description: Stripe Get Issuing Disputes hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.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-issuing-2.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-issuing-2.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-issuing-2.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-issuing-2.postissuingdisputesdisputesubmit with: dispute: tools.dispute body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-settlements description: Stripe Get Issuing Settlements hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingsettlements with: 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-get-issuing-settlements-settlement description: Stripe Get Issuing Settlements Settlement hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingsettlementssettlement with: expand: tools.expand settlement: tools.settlement 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-issuing-2.postissuingsettlementssettlement with: settlement: tools.settlement body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-tokens description: Stripe Get Issuing Tokens hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingtokens with: card: tools.card created: tools.created ending_before: tools.ending_before expand: tools.expand limit: tools.limit starting_after: tools.starting_after status: tools.status body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-tokens-2 description: Stripe Get Issuing Tokens hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingtokenstoken with: expand: tools.expand token: tools.token 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-issuing-2.postissuingtokenstoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-transactions description: Stripe Get Issuing Transactions hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingtransactions with: card: tools.card cardholder: tools.cardholder created: tools.created ending_before: tools.ending_before expand: tools.expand limit: tools.limit starting_after: tools.starting_after type: tools.type body: tools.body outputParameters: - type: object mapping: $. - name: stripe-get-issuing-transactions-2 description: Stripe Get Issuing Transactions hints: readOnly: true destructive: false idempotent: true call: issuing-issuing-2.getissuingtransactionstransaction with: expand: tools.expand transaction: tools.transaction 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-issuing-2.postissuingtransactionstransaction with: transaction: tools.transaction body: tools.body outputParameters: - type: object mapping: $.