stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerCardsId

Description

Contains the different functions to run the operation getCustomersCustomerCardsId

Synopsis

Documentation

getCustomersCustomerCardsId Source #

Arguments

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

The configuration to use in the request

-> String

customer | Constraints: Maximum length of 5000

-> Maybe String

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

-> String

id | Constraints: Maximum length of 5000

-> GetCustomersCustomerCardsIdRequestBody

The request body to send

-> m (Either HttpException (Response GetCustomersCustomerCardsIdResponse))

Monad containing the result of the operation

GET /v1/customers/{customer}/cards/{id}

<p>You can always see the 10 most recent cards directly on a customer; this method lets you retrieve details about a specific card stored on the customer.</p>

data GetCustomersCustomerCardsIdRequestBody Source #

Defines the data type for the schema getCustomersCustomerCardsIdRequestBody