stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.Get3dSecureThreeDSecure

Description

Contains the different functions to run the operation get3dSecureThreeDSecure

Synopsis

Documentation

get3dSecureThreeDSecure Source #

Arguments

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

The configuration to use in the request

-> Maybe Text

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

-> Text

three_d_secure | Constraints: Maximum length of 5000

-> Maybe Get3dSecureThreeDSecureRequestBody

The request body to send

-> m (Either HttpException (Response Get3dSecureThreeDSecureResponse))

Monad containing the result of the operation

GET /v1/3d_secure/{three_d_secure}

<p>Retrieves a 3D Secure object.</p>

data Get3dSecureThreeDSecureResponse Source #

Represents a response of the operation get3dSecureThreeDSecure.

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), Get3dSecureThreeDSecureResponseError is used.

Constructors

Get3dSecureThreeDSecureResponseError String

Means either no matching case available or a parse error

Get3dSecureThreeDSecureResponse200 ThreeDSecure

Successful response.

Get3dSecureThreeDSecureResponseDefault Error

Error response.