stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

Description

Contains the different functions to run the operation postCustomersCustomerBankAccountsIdVerify

Synopsis

Documentation

postCustomersCustomerBankAccountsIdVerify Source #

Arguments

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

The configuration to use in the request

-> String

customer | Constraints: Maximum length of 5000

-> String

id | Constraints: Maximum length of 5000

-> PostCustomersCustomerBankAccountsIdVerifyRequestBody

The request body to send

-> m (Either HttpException (Response PostCustomersCustomerBankAccountsIdVerifyResponse))

Monad containing the result of the operation

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

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

data PostCustomersCustomerBankAccountsIdVerifyRequestBody Source #

Defines the data type for the schema postCustomersCustomerBankAccountsIdVerifyRequestBody

Constructors

PostCustomersCustomerBankAccountsIdVerifyRequestBody 

Fields

Instances
Eq PostCustomersCustomerBankAccountsIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

Show PostCustomersCustomerBankAccountsIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

ToJSON PostCustomersCustomerBankAccountsIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

FromJSON PostCustomersCustomerBankAccountsIdVerifyRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify