Stripe · Capability

Stripe Issuing API — Issuing

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

Run with Naftiko StripeIssuing

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}
POST
Postissuingauthorizationsauthorization — Stripe Post Issuing Authorizations
/v1/v1/issuing/authorizations/{authorization}
POST
Postissuingauthorizationsauthorizationapprove — Stripe Post Issuing Authorizations Approve
/v1/v1/issuing/authorizations/{authorization}/approve
POST
Postissuingauthorizationsauthorizationdecline — Stripe Post Issuing Authorizations Decline
/v1/v1/issuing/authorizations/{authorization}/decline
GET
Getissuingcardholders — Stripe Get Issuing Cardholders
/v1/v1/issuing/cardholders
POST
Postissuingcardholders — Stripe Post Issuing Cardholders
/v1/v1/issuing/cardholders
GET
Getissuingcardholderscardholder — Stripe Get Issuing Cardholders
/v1/v1/issuing/cardholders/{cardholder}
POST
Postissuingcardholderscardholder — Stripe Post Issuing Cardholders
/v1/v1/issuing/cardholders/{cardholder}
GET
Getissuingcards — Stripe Get Issuing Cards
/v1/v1/issuing/cards
POST
Postissuingcards — Stripe Post Issuing Cards
/v1/v1/issuing/cards
GET
Getissuingcardscard — Stripe Get Issuing Cards Card
/v1/v1/issuing/cards/{card}
POST
Postissuingcardscard — Stripe Post Issuing Cards Card
/v1/v1/issuing/cards/{card}
GET
Getissuingdisputes — Stripe Get Issuing Disputes
/v1/v1/issuing/disputes
POST
Postissuingdisputes — Stripe Post Issuing Disputes
/v1/v1/issuing/disputes
GET
Getissuingdisputesdispute — Stripe Get Issuing Disputes
/v1/v1/issuing/disputes/{dispute}
POST
Postissuingdisputesdispute — Stripe Post Issuing Disputes
/v1/v1/issuing/disputes/{dispute}
POST
Postissuingdisputesdisputesubmit — Stripe Post Issuing DisputesSubmit
/v1/v1/issuing/disputes/{dispute}/submit
GET
Getissuingsettlements — Stripe Get Issuing Settlements
/v1/v1/issuing/settlements
GET
Getissuingsettlementssettlement — Stripe Get Issuing Settlements Settlement
/v1/v1/issuing/settlements/{settlement}
POST
Postissuingsettlementssettlement — Stripe Post 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}
POST
Postissuingtokenstoken — Stripe Post 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}
POST
Postissuingtransactionstransaction — Stripe Post 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-post-issuing-authorizations

Stripe Post Issuing Authorizations

stripe-post-issuing-authorizations-approve

Stripe Post Issuing Authorizations Approve

stripe-post-issuing-authorizations-decline

Stripe Post Issuing Authorizations Decline

stripe-get-issuing-cardholders

Stripe Get Issuing Cardholders

read-only idempotent
stripe-post-issuing-cardholders

Stripe Post Issuing Cardholders

stripe-get-issuing-cardholders-2

Stripe Get Issuing Cardholders

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

Stripe Post Issuing Cardholders

stripe-get-issuing-cards

Stripe Get Issuing Cards

read-only idempotent
stripe-post-issuing-cards

Stripe Post Issuing Cards

stripe-get-issuing-cards-card

Stripe Get Issuing Cards Card

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

Stripe Post Issuing Cards Card

stripe-get-issuing-disputes

Stripe Get Issuing Disputes

read-only idempotent
stripe-post-issuing-disputes

Stripe Post Issuing Disputes

stripe-get-issuing-disputes-2

Stripe Get Issuing Disputes

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

Stripe Post Issuing Disputes

stripe-post-issuing-disputessubmit

Stripe Post Issuing DisputesSubmit

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-post-issuing-settlements-settlement

Stripe Post Issuing Settlements Settlement

stripe-get-issuing-tokens

Stripe Get Issuing Tokens

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

Stripe Get Issuing Tokens

read-only idempotent
stripe-post-issuing-tokens

Stripe Post Issuing Tokens

stripe-get-issuing-transactions

Stripe Get Issuing Transactions

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

Stripe Get Issuing Transactions

read-only idempotent
stripe-post-issuing-transactions

Stripe Post Issuing Transactions

Capability Spec

issuing-issuing-2.yaml Raw ↑
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
        

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