stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostAccountsAccountBankAccountsId

Description

Contains the different functions to run the operation postAccountsAccountBankAccountsId

Synopsis

Documentation

postAccountsAccountBankAccountsId Source #

Arguments

:: forall m. MonadHTTP m 
=> PostAccountsAccountBankAccountsIdParameters

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

-> Maybe PostAccountsAccountBankAccountsIdRequestBody

The request body to send

-> StripeT m (Response PostAccountsAccountBankAccountsIdResponse)

Monadic computation which returns the result of the operation

POST /v1/accounts/{account}/bank_accounts/{id}

<p>Updates the metadata, account holder name, and account holder type of a bank account belonging to a <a href="/docs/connect/custom-accounts">Custom account</a>, and optionally sets it as the default for its currency. Other bank account details are not editable by design.</p>

<p>You can re-enable a disabled bank account by performing an update call without providing any arguments or changes.</p>

data PostAccountsAccountBankAccountsIdParameters Source #

Defines the object schema located at paths./v1/accounts/{account}/bank_accounts/{id}.POST.parameters in the specification.

Constructors

PostAccountsAccountBankAccountsIdParameters 

Fields

data PostAccountsAccountBankAccountsIdRequestBody Source #

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

Constructors

PostAccountsAccountBankAccountsIdRequestBody 

Fields

data PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType' Source #

Defines the enum schema located at paths./v1/accounts/{account}/bank_accounts/{id}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.account_holder_type in the specification.

The type of entity that holds the account. This can be either `individual` or `company`.

Constructors

PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType'EnumEmptyString

Represents the JSON value ""

PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType'EnumCompany

Represents the JSON value "company"

PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType'EnumIndividual

Represents the JSON value "individual"

Instances

Instances details
Eq PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId

Show PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId

ToJSON PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId

FromJSON PostAccountsAccountBankAccountsIdRequestBodyAccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId

data PostAccountsAccountBankAccountsIdRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/accounts/{account}/bank_accounts/{id}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.metadata.anyOf in the specification.

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

Instances

Instances details
Eq PostAccountsAccountBankAccountsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId

Show PostAccountsAccountBankAccountsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId

ToJSON PostAccountsAccountBankAccountsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId

FromJSON PostAccountsAccountBankAccountsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccountsAccountBankAccountsId