stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostAccount

Description

Contains the different functions to run the operation postAccount

Synopsis

Documentation

postAccount Source #

Arguments

:: forall m. MonadHTTP m 
=> Maybe PostAccountRequestBody

The request body to send

-> ClientT m (Response PostAccountResponse)

Monadic computation which returns the result of the operation

POST /v1/account

<p>Updates a <a href="/docs/connect/accounts">connected account</a> by setting the values of the parameters passed. Any parameters not provided are left unchanged. Most parameters can be changed only for Custom accounts. (These are marked <strong>Custom Only</strong> below.) Parameters marked <strong>Custom and Express</strong> are not supported for Standard accounts.</p>

<p>To update your own account, use the <a href="https://dashboard.stripe.com/account">Dashboard</a>. Refer to our <a href="/docs/connect/updating-accounts">Connect</a> documentation to learn more about updating accounts.</p>

data PostAccountRequestBody Source #

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

Constructors

PostAccountRequestBody 

Fields

data PostAccountRequestBodyBankAccount'OneOf1 Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf in the specification.

data PostAccountRequestBodyBankAccount'OneOf1AccountHolderType' Source #

Defines the enum schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf.properties.account_holder_type in the specification.

Constructors

PostAccountRequestBodyBankAccount'OneOf1AccountHolderType'Other Value

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

PostAccountRequestBodyBankAccount'OneOf1AccountHolderType'Typed Text

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

PostAccountRequestBodyBankAccount'OneOf1AccountHolderType'EnumCompany

Represents the JSON value "company"

PostAccountRequestBodyBankAccount'OneOf1AccountHolderType'EnumIndividual

Represents the JSON value "individual"

Instances

Instances details
Eq PostAccountRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyBankAccount'OneOf1Object' Source #

Defines the enum schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf.properties.object in the specification.

Constructors

PostAccountRequestBodyBankAccount'OneOf1Object'Other Value

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

PostAccountRequestBodyBankAccount'OneOf1Object'Typed Text

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

PostAccountRequestBodyBankAccount'OneOf1Object'EnumBankAccount

Represents the JSON value "bank_account"

data PostAccountRequestBodyBankAccount'Variants Source #

Defines the oneOf schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf in the specification.

Either a token, like the ones returned by Stripe.js, or a dictionary containing a user's bank account details.

data PostAccountRequestBodyBusinessProfile' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_profile in the specification.

Business information about the account.

data PostAccountRequestBodyBusinessProfile'SupportAddress' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_profile.properties.support_address in the specification.

Instances

Instances details
Eq PostAccountRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyBusinessProfile'SupportUrl'Variants Source #

Defines the oneOf schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_profile.properties.support_url.anyOf in the specification.

Instances

Instances details
Eq PostAccountRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyBusinessType' Source #

Defines the enum schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_type in the specification.

The business type.

Constructors

PostAccountRequestBodyBusinessType'Other Value

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

PostAccountRequestBodyBusinessType'Typed Text

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

PostAccountRequestBodyBusinessType'EnumCompany

Represents the JSON value "company"

PostAccountRequestBodyBusinessType'EnumGovernmentEntity

Represents the JSON value "government_entity"

PostAccountRequestBodyBusinessType'EnumIndividual

Represents the JSON value "individual"

PostAccountRequestBodyBusinessType'EnumNonProfit

Represents the JSON value "non_profit"

data PostAccountRequestBodyCapabilities' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities in the specification.

Each key of the dictionary represents a capability, and each capability maps to its settings (e.g. whether it has been requested or not). Each capability will be inactive until you have provided its specific requirements and Stripe has verified them. An account may have some of its requested capabilities be active and some be inactive.

Constructors

PostAccountRequestBodyCapabilities' 

Fields

data PostAccountRequestBodyCapabilities'AcssDebitPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.acss_debit_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'AfterpayClearpayPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.afterpay_clearpay_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'AuBecsDebitPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.au_becs_debit_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'BacsDebitPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.bacs_debit_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'BancontactPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.bancontact_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'CardIssuing' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.card_issuing in the specification.

data PostAccountRequestBodyCapabilities'CardPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.card_payments in the specification.

data PostAccountRequestBodyCapabilities'CartesBancairesPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.cartes_bancaires_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'EpsPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.eps_payments in the specification.

data PostAccountRequestBodyCapabilities'FpxPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.fpx_payments in the specification.

data PostAccountRequestBodyCapabilities'GiropayPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.giropay_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'GrabpayPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.grabpay_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'IdealPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.ideal_payments in the specification.

data PostAccountRequestBodyCapabilities'JcbPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.jcb_payments in the specification.

data PostAccountRequestBodyCapabilities'LegacyPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.legacy_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'OxxoPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.oxxo_payments in the specification.

data PostAccountRequestBodyCapabilities'P24Payments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.p24_payments in the specification.

data PostAccountRequestBodyCapabilities'SepaDebitPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.sepa_debit_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'SofortPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.sofort_payments in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'TaxReportingUs_1099K' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.tax_reporting_us_1099_k in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'TaxReportingUs_1099Misc' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.tax_reporting_us_1099_misc in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyCapabilities'Transfers' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.transfers in the specification.

data PostAccountRequestBodyCompany' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company in the specification.

Information about the company or business. This field is available for any `business_type`.

Constructors

PostAccountRequestBodyCompany' 

Fields

data PostAccountRequestBodyCompany'Address' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.address in the specification.

Constructors

PostAccountRequestBodyCompany'Address' 

Fields

data PostAccountRequestBodyCompany'AddressKana' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.address_kana in the specification.

Constructors

PostAccountRequestBodyCompany'AddressKana' 

Fields

data PostAccountRequestBodyCompany'AddressKanji' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.address_kanji in the specification.

Constructors

PostAccountRequestBodyCompany'AddressKanji' 

Fields

data PostAccountRequestBodyCompany'Structure' Source #

Defines the enum schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.structure in the specification.

Constructors

PostAccountRequestBodyCompany'Structure'Other Value

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

PostAccountRequestBodyCompany'Structure'Typed Text

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

PostAccountRequestBodyCompany'Structure'EnumEmptyString

Represents the JSON value ""

PostAccountRequestBodyCompany'Structure'EnumFreeZoneEstablishment

Represents the JSON value "free_zone_establishment"

PostAccountRequestBodyCompany'Structure'EnumFreeZoneLlc

Represents the JSON value "free_zone_llc"

PostAccountRequestBodyCompany'Structure'EnumGovernmentInstrumentality

Represents the JSON value "government_instrumentality"

PostAccountRequestBodyCompany'Structure'EnumGovernmentalUnit

Represents the JSON value "governmental_unit"

PostAccountRequestBodyCompany'Structure'EnumIncorporatedNonProfit

Represents the JSON value "incorporated_non_profit"

PostAccountRequestBodyCompany'Structure'EnumLimitedLiabilityPartnership

Represents the JSON value "limited_liability_partnership"

PostAccountRequestBodyCompany'Structure'EnumLlc

Represents the JSON value "llc"

PostAccountRequestBodyCompany'Structure'EnumMultiMemberLlc

Represents the JSON value "multi_member_llc"

PostAccountRequestBodyCompany'Structure'EnumPrivateCompany

Represents the JSON value "private_company"

PostAccountRequestBodyCompany'Structure'EnumPrivateCorporation

Represents the JSON value "private_corporation"

PostAccountRequestBodyCompany'Structure'EnumPrivatePartnership

Represents the JSON value "private_partnership"

PostAccountRequestBodyCompany'Structure'EnumPublicCompany

Represents the JSON value "public_company"

PostAccountRequestBodyCompany'Structure'EnumPublicCorporation

Represents the JSON value "public_corporation"

PostAccountRequestBodyCompany'Structure'EnumPublicPartnership

Represents the JSON value "public_partnership"

PostAccountRequestBodyCompany'Structure'EnumSingleMemberLlc

Represents the JSON value "single_member_llc"

PostAccountRequestBodyCompany'Structure'EnumSoleEstablishment

Represents the JSON value "sole_establishment"

PostAccountRequestBodyCompany'Structure'EnumSoleProprietorship

Represents the JSON value "sole_proprietorship"

PostAccountRequestBodyCompany'Structure'EnumTaxExemptGovernmentInstrumentality

Represents the JSON value "tax_exempt_government_instrumentality"

PostAccountRequestBodyCompany'Structure'EnumUnincorporatedAssociation

Represents the JSON value "unincorporated_association"

PostAccountRequestBodyCompany'Structure'EnumUnincorporatedNonProfit

Represents the JSON value "unincorporated_non_profit"

data PostAccountRequestBodyCompany'Verification' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.verification in the specification.

data PostAccountRequestBodyCompany'Verification'Document' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.verification.properties.document in the specification.

Instances

Instances details
Eq PostAccountRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyDocuments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents in the specification.

Documents that may be submitted to satisfy various informational requests.

data PostAccountRequestBodyDocuments'BankAccountOwnershipVerification' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.bank_account_ownership_verification in the specification.

Instances

Instances details
Eq PostAccountRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyDocuments'CompanyLicense' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_license in the specification.

data PostAccountRequestBodyDocuments'CompanyMemorandumOfAssociation' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_memorandum_of_association in the specification.

Instances

Instances details
Eq PostAccountRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyDocuments'CompanyMinisterialDecree' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_ministerial_decree in the specification.

Instances

Instances details
Eq PostAccountRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyDocuments'CompanyRegistrationVerification' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_registration_verification in the specification.

Instances

Instances details
Eq PostAccountRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyDocuments'CompanyTaxIdVerification' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_tax_id_verification in the specification.

Instances

Instances details
Eq PostAccountRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyIndividual' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual in the specification.

Information about the person represented by the account. This field is null unless `business_type` is set to `individual`.

Constructors

PostAccountRequestBodyIndividual' 

Fields

data PostAccountRequestBodyIndividual'Address' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.address in the specification.

Constructors

PostAccountRequestBodyIndividual'Address' 

Fields

data PostAccountRequestBodyIndividual'AddressKana' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.address_kana in the specification.

Constructors

PostAccountRequestBodyIndividual'AddressKana' 

Fields

data PostAccountRequestBodyIndividual'AddressKanji' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.address_kanji in the specification.

Constructors

PostAccountRequestBodyIndividual'AddressKanji' 

Fields

data PostAccountRequestBodyIndividual'Dob'OneOf1 Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.dob.anyOf in the specification.

data PostAccountRequestBodyIndividual'Dob'Variants Source #

Defines the oneOf schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.dob.anyOf in the specification.

data PostAccountRequestBodyIndividual'Metadata'Variants Source #

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

Instances

Instances details
Eq PostAccountRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyIndividual'PoliticalExposure' Source #

Defines the enum schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.political_exposure in the specification.

Constructors

PostAccountRequestBodyIndividual'PoliticalExposure'Other Value

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

PostAccountRequestBodyIndividual'PoliticalExposure'Typed Text

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

PostAccountRequestBodyIndividual'PoliticalExposure'EnumExisting

Represents the JSON value "existing"

PostAccountRequestBodyIndividual'PoliticalExposure'EnumNone

Represents the JSON value "none"

Instances

Instances details
Eq PostAccountRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyIndividual'Verification' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification in the specification.

data PostAccountRequestBodyIndividual'Verification'AdditionalDocument' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification.properties.additional_document in the specification.

Instances

Instances details
Eq PostAccountRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyIndividual'Verification'Document' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification.properties.document in the specification.

Instances

Instances details
Eq PostAccountRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/account.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`.

data PostAccountRequestBodySettings' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings in the specification.

Options for customizing how the account functions within Stripe.

data PostAccountRequestBodySettings'Branding' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.branding in the specification.

Constructors

PostAccountRequestBodySettings'Branding' 

Fields

data PostAccountRequestBodySettings'CardIssuing' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_issuing in the specification.

data PostAccountRequestBodySettings'CardIssuing'TosAcceptance' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_issuing.properties.tos_acceptance in the specification.

Instances

Instances details
Eq PostAccountRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodySettings'CardPayments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_payments in the specification.

data PostAccountRequestBodySettings'CardPayments'DeclineOn' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_payments.properties.decline_on in the specification.

Instances

Instances details
Eq PostAccountRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodySettings'Payments' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payments in the specification.

Constructors

PostAccountRequestBodySettings'Payments' 

Fields

data PostAccountRequestBodySettings'Payouts' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts in the specification.

data PostAccountRequestBodySettings'Payouts'Schedule' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule in the specification.

data PostAccountRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source #

Defines the oneOf schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule.properties.delay_days.anyOf in the specification.

Instances

Instances details
Eq PostAccountRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodySettings'Payouts'Schedule'Interval' Source #

Defines the enum schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule.properties.interval in the specification.

Constructors

PostAccountRequestBodySettings'Payouts'Schedule'Interval'Other Value

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

PostAccountRequestBodySettings'Payouts'Schedule'Interval'Typed Text

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

PostAccountRequestBodySettings'Payouts'Schedule'Interval'EnumDaily

Represents the JSON value "daily"

PostAccountRequestBodySettings'Payouts'Schedule'Interval'EnumManual

Represents the JSON value "manual"

PostAccountRequestBodySettings'Payouts'Schedule'Interval'EnumMonthly

Represents the JSON value "monthly"

PostAccountRequestBodySettings'Payouts'Schedule'Interval'EnumWeekly

Represents the JSON value "weekly"

Instances

Instances details
Eq PostAccountRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source #

Defines the enum schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule.properties.weekly_anchor in the specification.

Constructors

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'Other Value

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

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'Typed Text

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

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumFriday

Represents the JSON value "friday"

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumMonday

Represents the JSON value "monday"

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumSaturday

Represents the JSON value "saturday"

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumSunday

Represents the JSON value "sunday"

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumThursday

Represents the JSON value "thursday"

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumTuesday

Represents the JSON value "tuesday"

PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumWednesday

Represents the JSON value "wednesday"

Instances

Instances details
Eq PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

Show PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

ToJSON PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

FromJSON PostAccountRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccount

data PostAccountRequestBodyTosAcceptance' Source #

Defines the object schema located at paths./v1/account.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.tos_acceptance in the specification.

Details on the account's acceptance of the Stripe Services Agreement.

data PostAccountResponse Source #

Represents a response of the operation postAccount.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), PostAccountResponseError is used.

Constructors

PostAccountResponseError String

Means either no matching case available or a parse error

PostAccountResponse200 Account

Successful response.

PostAccountResponseDefault Error

Error response.