stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

Description

Contains the different functions to run the operation postCustomersCustomerSourcesIdVerify

Synopsis

Documentation

postCustomersCustomerSourcesIdVerify Source #

Arguments

:: forall m. MonadHTTP m 
=> PostCustomersCustomerSourcesIdVerifyParameters

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

-> Maybe PostCustomersCustomerSourcesIdVerifyRequestBody

The request body to send

-> StripeT m (Response PostCustomersCustomerSourcesIdVerifyResponse)

Monadic computation which returns the result of the operation

POST /v1/customers/{customer}/sources/{id}/verify

<p>Verify a specified bank account for a given customer.</p>

data PostCustomersCustomerSourcesIdVerifyParameters Source #

Defines the object schema located at paths./v1/customers/{customer}/sources/{id}/verify.POST.parameters in the specification.

Constructors

PostCustomersCustomerSourcesIdVerifyParameters 

Fields

Instances

Instances details
Eq PostCustomersCustomerSourcesIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

Show PostCustomersCustomerSourcesIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

ToJSON PostCustomersCustomerSourcesIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

FromJSON PostCustomersCustomerSourcesIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

data PostCustomersCustomerSourcesIdVerifyRequestBody Source #

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

Constructors

PostCustomersCustomerSourcesIdVerifyRequestBody 

Fields

Instances

Instances details
Eq PostCustomersCustomerSourcesIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

Show PostCustomersCustomerSourcesIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

ToJSON PostCustomersCustomerSourcesIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

FromJSON PostCustomersCustomerSourcesIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify