stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.Post3dSecure

Description

Contains the different functions to run the operation post3dSecure

Synopsis

Documentation

post3dSecure Source #

Arguments

:: forall m. MonadHTTP m 
=> Post3dSecureRequestBody

The request body to send

-> StripeT m (Response Post3dSecureResponse)

Monadic computation which returns the result of the operation

POST /v1/3d_secure

<p>Initiate 3D Secure authentication.</p>

data Post3dSecureRequestBody Source #

Defines the object schema located at paths./v1/3d_secure.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

Post3dSecureRequestBody 

Fields

data Post3dSecureResponse Source #

Represents a response of the operation post3dSecure.

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

Constructors

Post3dSecureResponseError String

Means either no matching case available or a parse error

Post3dSecureResponse200 ThreeDSecure

Successful response.

Post3dSecureResponseDefault Error

Error response.