Stripe · Capability

Stripe Issuing API — Get

Stripe Issuing API — Get. 14 operations. Lead operation: Stripe Get Issuing Authorizations. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeGet

What You Can Do

GET
Getissuingauthorizations — Stripe Get Issuing Authorizations
/v1/v1/issuing/authorizations
GET
Getissuingauthorizationsauthorization — Stripe Get Issuing Authorizations
/v1/v1/issuing/authorizations/{authorization}
GET
Getissuingcardholders — Stripe Get Issuing Cardholders
/v1/v1/issuing/cardholders
GET
Getissuingcardholderscardholder — Stripe Get Issuing Cardholders
/v1/v1/issuing/cardholders/{cardholder}
GET
Getissuingcards — Stripe Get Issuing Cards
/v1/v1/issuing/cards
GET
Getissuingcardscard — Stripe Get Issuing Cards Card
/v1/v1/issuing/cards/{card}
GET
Getissuingdisputes — Stripe Get Issuing Disputes
/v1/v1/issuing/disputes
GET
Getissuingdisputesdispute — Stripe Get Issuing Disputes
/v1/v1/issuing/disputes/{dispute}
GET
Getissuingsettlements — Stripe Get Issuing Settlements
/v1/v1/issuing/settlements
GET
Getissuingsettlementssettlement — Stripe Get Issuing Settlements Settlement
/v1/v1/issuing/settlements/{settlement}
GET
Getissuingtokens — Stripe Get Issuing Tokens
/v1/v1/issuing/tokens
GET
Getissuingtokenstoken — Stripe Get Issuing Tokens
/v1/v1/issuing/tokens/{token}
GET
Getissuingtransactions — Stripe Get Issuing Transactions
/v1/v1/issuing/transactions
GET
Getissuingtransactionstransaction — Stripe Get Issuing Transactions
/v1/v1/issuing/transactions/{transaction}

MCP Tools

stripe-get-issuing-authorizations

Stripe Get Issuing Authorizations

read-only idempotent
stripe-get-issuing-authorizations-2

Stripe Get Issuing Authorizations

read-only idempotent
stripe-get-issuing-cardholders

Stripe Get Issuing Cardholders

read-only idempotent
stripe-get-issuing-cardholders-2

Stripe Get Issuing Cardholders

read-only idempotent
stripe-get-issuing-cards

Stripe Get Issuing Cards

read-only idempotent
stripe-get-issuing-cards-card

Stripe Get Issuing Cards Card

read-only idempotent
stripe-get-issuing-disputes

Stripe Get Issuing Disputes

read-only idempotent
stripe-get-issuing-disputes-2

Stripe Get Issuing Disputes

read-only idempotent
stripe-get-issuing-settlements

Stripe Get Issuing Settlements

read-only idempotent
stripe-get-issuing-settlements-settlement

Stripe Get Issuing Settlements Settlement

read-only idempotent
stripe-get-issuing-tokens

Stripe Get Issuing Tokens

read-only idempotent
stripe-get-issuing-tokens-2

Stripe Get Issuing Tokens

read-only idempotent
stripe-get-issuing-transactions

Stripe Get Issuing Transactions

read-only idempotent
stripe-get-issuing-transactions-2

Stripe Get Issuing Transactions

read-only idempotent

Capability Spec

issuing-get.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Issuing API — Get
  description: 'Stripe Issuing API — Get. 14 operations. Lead operation: Stripe Get   Issuing Authorizations. Self-contained
    Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Get
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: issuing-get
    baseUri: https://api.stripe.com
    description: Stripe Issuing API — Get 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
    authentication:
      type: bearer
      token: '{{env.STRIPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: issuing-get-rest
    port: 8080
    description: REST adapter for Stripe Issuing API — Get. 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-get.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-get.getissuingauthorizationsauthorization
        with:
          authorization: rest.authorization
          expand: rest.expand
          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-get.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: $.
    - 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-get.getissuingcardholderscardholder
        with:
          cardholder: rest.cardholder
          expand: rest.expand
          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-get.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: $.
    - 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-get.getissuingcardscard
        with:
          card: rest.card
          expand: rest.expand
          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-get.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: $.
    - 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-get.getissuingdisputesdispute
        with:
          dispute: rest.dispute
          expand: rest.expand
          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-get.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-get.getissuingsettlementssettlement
        with:
          expand: rest.expand
          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-get.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-get.getissuingtokenstoken
        with:
          expand: rest.expand
          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-get.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-get.getissuingtransactionstransaction
        with:
          expand: rest.expand
          transaction: rest.transaction
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: issuing-get-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Issuing API — Get. 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-get.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-get.getissuingauthorizationsauthorization
      with:
        authorization: tools.authorization
        expand: tools.expand
        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-get.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-get-issuing-cardholders-2
      description: Stripe Get   Issuing Cardholders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: issuing-get.getissuingcardholderscardholder
      with:
        cardholder: tools.cardholder
        expand: tools.expand
        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-get.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-get-issuing-cards-card
      description: Stripe Get   Issuing Cards Card
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: issuing-get.getissuingcardscard
      with:
        card: tools.card
        expand: tools.expand
        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-get.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-get-issuing-disputes-2
      description: Stripe Get   Issuing Disputes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: issuing-get.getissuingdisputesdispute
      with:
        dispute: tools.dispute
        expand: tools.expand
        body: tools.body
      outputParameters:
      - type: object
     

# --- truncated at 32 KB (34 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/stripe/refs/heads/main/capabilities/issuing-get.yaml