stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostSourcesSourceVerify

Description

Contains the different functions to run the operation postSourcesSourceVerify

Synopsis

Documentation

postSourcesSourceVerify Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

source | Constraints: Maximum length of 5000

-> PostSourcesSourceVerifyRequestBody

The request body to send

-> StripeT m (Response PostSourcesSourceVerifyResponse)

Monadic computation which returns the result of the operation

POST /v1/sources/{source}/verify

<p>Verify a given source.</p>

data PostSourcesSourceVerifyRequestBody Source #

Defines the object schema located at paths./v1/sources/{source}/verify.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostSourcesSourceVerifyRequestBody 

Fields

data PostSourcesSourceVerifyResponse Source #

Represents a response of the operation postSourcesSourceVerify.

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

Constructors

PostSourcesSourceVerifyResponseError String

Means either no matching case available or a parse error

PostSourcesSourceVerifyResponse200 Source

Successful response.

PostSourcesSourceVerifyResponseDefault Error

Error response.