stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIssuingCardsCardDetails

Description

Contains the different functions to run the operation getIssuingCardsCardDetails

Synopsis

Documentation

getIssuingCardsCardDetails Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

card | Constraints: Maximum length of 5000

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Maybe GetIssuingCardsCardDetailsRequestBody

The request body to send

-> m (Either HttpException (Response GetIssuingCardsCardDetailsResponse))

Monad containing the result of the operation

GET /v1/issuing/cards/{card}/details

<p>For virtual cards only. Retrieves an Issuing <code>card_details</code> object that contains <a href="/docs/issuing/cards/management#virtual-card-info">the sensitive details</a> of a virtual card.</p>

data GetIssuingCardsCardDetailsRequestBody Source #

Defines the data type for the schema getIssuingCardsCardDetailsRequestBody