stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

Description

Contains the different functions to run the operation postCustomersCustomerBankAccountsIdVerify

Synopsis

Documentation

postCustomersCustomerBankAccountsIdVerify Source #

Arguments

:: forall m. MonadHTTP m 
=> PostCustomersCustomerBankAccountsIdVerifyParameters

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

-> Maybe PostCustomersCustomerBankAccountsIdVerifyRequestBody

The request body to send

-> ClientT m (Response PostCustomersCustomerBankAccountsIdVerifyResponse)

Monadic computation which returns 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 PostCustomersCustomerBankAccountsIdVerifyParameters Source #

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

Constructors

PostCustomersCustomerBankAccountsIdVerifyParameters 

Fields

Instances

Instances details
Eq PostCustomersCustomerBankAccountsIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

Show PostCustomersCustomerBankAccountsIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

ToJSON PostCustomersCustomerBankAccountsIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

FromJSON PostCustomersCustomerBankAccountsIdVerifyParameters Source # 
Instance details

Defined in StripeAPI.Operations.PostCustomersCustomerBankAccountsIdVerify

data PostCustomersCustomerBankAccountsIdVerifyRequestBody Source #

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

Constructors

PostCustomersCustomerBankAccountsIdVerifyRequestBody 

Fields

Instances

Instances details
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