stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostCustomersCustomerSourcesIdVerify

Description

Contains the different functions to run the operation postCustomersCustomerSourcesIdVerify

Synopsis

Documentation

postCustomersCustomerSourcesIdVerify Source #

Arguments

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

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> Text

id | Constraints: Maximum length of 5000

-> Maybe PostCustomersCustomerSourcesIdVerifyRequestBody

The request body to send

-> m (Either HttpException (Response PostCustomersCustomerSourcesIdVerifyResponse))

Monad containing the result of the operation

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

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

data PostCustomersCustomerSourcesIdVerifyRequestBody Source #

Defines the data type for the schema postCustomersCustomerSourcesIdVerifyRequestBody

Constructors

PostCustomersCustomerSourcesIdVerifyRequestBody 

Fields

Instances
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