stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetSourcesSource

Description

Contains the different functions to run the operation getSourcesSource

Synopsis

Documentation

getSourcesSource Source #

Arguments

:: forall m. MonadHTTP m 
=> GetSourcesSourceParameters

Contains all available parameters of this operation (query and path parameters)

-> StripeT m (Response GetSourcesSourceResponse)

Monadic computation which returns the result of the operation

GET /v1/sources/{source}

<p>Retrieves an existing source object. Supply the unique source ID from a source creation request and Stripe will return the corresponding up-to-date source object information.</p>

data GetSourcesSourceParameters Source #

Defines the object schema located at paths./v1/sources/{source}.GET.parameters in the specification.

Constructors

GetSourcesSourceParameters 

Fields

data GetSourcesSourceResponse Source #

Represents a response of the operation getSourcesSource.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), GetSourcesSourceResponseError is used.

Constructors

GetSourcesSourceResponseError String

Means either no matching case available or a parse error

GetSourcesSourceResponse200 Source

Successful response.

GetSourcesSourceResponseDefault Error

Error response.