An Account is a representation of a company, individual or other entity that a user interacts with. Accounts contain identifying information about the entity, and configurations that store the features an account has access to. An account can be configured as any or all of the following configurations: Customer, Merchant and/or Recipient.
Learn more about calling API v2 endpoints.Parameters
- configurationobject
An Account Configuration which allows the Account to take on a key persona across Stripe products.
- configuration.
customerobject The Customer Configuration allows the Account to be used in inbound payment flows.
- configuration.
customer. automatic_ indirect_ taxobject Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer’s invoices, subscriptions, checkout sessions, or payment links. Surfaces if automatic tax calculation is possible given the current customer location information.
- configuration.
customer. automatic_indirect_tax. exemptenum Describes the customer’s tax exemption status, which is
none
,exempt
, orreverse
. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.Possible enum valuesexempt
Exempt.
none
None.
reverse
Reverse.
- configuration.
customer. automatic_indirect_tax. ip_ addressstring A recent IP address of the customer used for tax reporting and tax location inference.
- configuration.
customer. automatic_indirect_tax. location_ sourceenum The data source used to identify the customer’s tax location - defaults to ‘identity_address’. Will only be used for automatic tax calculation on the customer’s Invoices and Subscriptions.
Possible enum valuesidentity_
address Identity address (
identity.
orbusiness_ details. address identity.
).individual. address ip_
address IP address.
shipping_
address Shipping address.
- configuration.
customer. billingobject Billing settings - default settings used for this customer in Billing flows such as Invoices and Subscriptions.
- configuration.
customer. billing. invoiceobject Default settings used on invoices for this customer.
- configuration.
customer. billing. invoice. custom_ fieldsarray of objects The list of up to 4 default custom fields to be displayed on invoices for this customer.
- configuration.
customer. billing. invoice. custom_fields. namestringRequired The name of the custom field. This may be up to 40 characters.
- configuration.
customer. billing. invoice. custom_fields. valuestringRequired The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.
- configuration.
customer. billing. invoice. string Default footer to be displayed on invoices for this customer.
- configuration.
customer. billing. invoice. next_ sequenceinteger The sequence to be used on the customer’s next invoice. Defaults to 1.
- configuration.
customer. billing. invoice. prefixstring The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.
- configuration.
customer. billing. invoice. renderingobject Default options for invoice PDF rendering for this customer.
- configuration.
customer. billing. invoice. rendering. amount_ tax_ displayenum How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts.
Possible enum valuesexclude_
tax Exclude tax.
include_
inclusive_ tax Include inclusive tax.
- configuration.
customer. billing. invoice. rendering. templatestring ID of the invoice rendering template to use for future invoices.
- configuration.
customer. capabilitiesobject Capabilities that have been requested on the Customer Configuration.
- configuration.
customer. capabilities. automatic_ indirect_ taxobject Generates requirements for enabling automatic indirect tax calculation on this customer’s invoices or subscriptions. Recommended to request this capability if planning to enable automatic tax calculation on this customer’s invoices or subscriptions. Uses the
location_
field.source - configuration.
customer. capabilities. automatic_indirect_tax. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
customer. shippingobject The customer’s shipping information. Appears on invoices emailed to this customer.
- configuration.
customer. shipping. addressobject Customer shipping address.
- configuration.
customer. shipping. address. citystring City, district, suburb, town, or village.
- configuration.
customer. shipping. address. countryenum Two-letter country code (ISO 3166-1 alpha-2).
- configuration.
customer. shipping. address. line1string Address line 1 (e.g., street, PO Box, or company name).
- configuration.
customer. shipping. address. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- configuration.
customer. shipping. address. postal_ codestring ZIP or postal code.
- configuration.
customer. shipping. address. statestring State, county, province, or region.
- configuration.
customer. shipping. namestring Customer name.
- configuration.
customer. shipping. phonestring Customer phone (including extension).
- configuration.
customer. test_ clockstring ID of the test clock to attach to the customer. Can only be set on testmode Accounts, and when the Customer Configuration is first set on an Account.
- configuration.
merchantobject The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
- configuration.
merchant. bacs_ debit_ paymentsobject Settings used for Bacs debit payments.
- configuration.
merchant. bacs_debit_payments. display_ namestring Display name for Bacs debit payments.
- configuration.
merchant. brandingobject Settings used to apply the merchant’s branding to email receipts, invoices, Checkout, and other products.
- configuration.
merchant. branding. iconstring ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px.
- configuration.
merchant. branding. logostring ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant’s name next to it if provided. Must be at least 128px x 128px.
- configuration.
merchant. branding. primary_ colorstring A CSS hex color value representing the primary branding color for the merchant.
- configuration.
merchant. branding. secondary_ colorstring A CSS hex color value representing the secondary branding color for the merchant.
- configuration.
merchant. capabilitiesobject Capabilities to request on the Merchant Configuration.
- configuration.
merchant. capabilities. ach_ debit_ paymentsobject Allow the merchant to process ACH debit payments.
- configuration.
merchant. capabilities. ach_debit_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. acss_ debit_ paymentsobject Allow the merchant to process ACSS debit payments.
- configuration.
merchant. capabilities. acss_debit_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. affirm_ paymentsobject Allow the merchant to process Affirm payments.
- configuration.
merchant. capabilities. affirm_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. afterpay_ clearpay_ paymentsobject Allow the merchant to process Afterpay/Clearpay payments.
- configuration.
merchant. capabilities. afterpay_clearpay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. alma_ paymentsobject Allow the merchant to process Alma payments.
- configuration.
merchant. capabilities. alma_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. amazon_ pay_ paymentsobject Allow the merchant to process Amazon Pay payments.
- configuration.
merchant. capabilities. amazon_pay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. au_ becs_ debit_ paymentsobject Allow the merchant to process Australian BECS Direct Debit payments.
- configuration.
merchant. capabilities. au_becs_debit_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. bacs_ debit_ paymentsobject Allow the merchant to process BACS Direct Debit payments.
- configuration.
merchant. capabilities. bacs_debit_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. bancontact_ paymentsobject Allow the merchant to process Bancontact payments.
- configuration.
merchant. capabilities. bancontact_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. blik_ paymentsobject Allow the merchant to process BLIK payments.
- configuration.
merchant. capabilities. blik_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. boleto_ paymentsobject Allow the merchant to process Boleto payments.
- configuration.
merchant. capabilities. boleto_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. card_ paymentsobject Allow the merchant to collect card payments.
- configuration.
merchant. capabilities. card_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. cartes_ bancaires_ paymentsobject Allow the merchant to process Cartes Bancaires payments.
- configuration.
merchant. capabilities. cartes_bancaires_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. cashapp_ paymentsobject Allow the merchant to process Cash App payments.
- configuration.
merchant. capabilities. cashapp_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. eps_ paymentsobject Allow the merchant to process EPS payments.
- configuration.
merchant. capabilities. eps_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. fpx_ paymentsobject Allow the merchant to process FPX payments.
- configuration.
merchant. capabilities. fpx_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. gb_ bank_ transfer_ paymentsobject Allow the merchant to process UK bank transfer payments.
- configuration.
merchant. capabilities. gb_bank_transfer_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. grabpay_ paymentsobject Allow the merchant to process GrabPay payments.
- configuration.
merchant. capabilities. grabpay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. ideal_ paymentsobject Allow the merchant to process iDEAL payments.
- configuration.
merchant. capabilities. ideal_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. jcb_ paymentsobject Allow the merchant to process JCB card payments.
- configuration.
merchant. capabilities. jcb_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. jp_ bank_ transfer_ paymentsobject Allow the merchant to process Japanese bank transfer payments.
- configuration.
merchant. capabilities. jp_bank_transfer_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. kakao_ pay_ paymentsobject Allow the merchant to process Kakao Pay payments.
- configuration.
merchant. capabilities. kakao_pay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. klarna_ paymentsobject Allow the merchant to process Klarna payments.
- configuration.
merchant. capabilities. klarna_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. konbini_ paymentsobject Allow the merchant to process Konbini convenience store payments.
- configuration.
merchant. capabilities. konbini_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. kr_ card_ paymentsobject Allow the merchant to process Korean card payments.
- configuration.
merchant. capabilities. kr_card_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. link_ paymentsobject Allow the merchant to process Link payments.
- configuration.
merchant. capabilities. link_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. mobilepay_ paymentsobject Allow the merchant to process MobilePay payments.
- configuration.
merchant. capabilities. mobilepay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. multibanco_ paymentsobject Allow the merchant to process Multibanco payments.
- configuration.
merchant. capabilities. multibanco_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. mx_ bank_ transfer_ paymentsobject Allow the merchant to process Mexican bank transfer payments.
- configuration.
merchant. capabilities. mx_bank_transfer_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. object Allow the merchant to process Naver Pay payments.
- configuration.
merchant. capabilities. naver_pay_payments. booleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. oxxo_ paymentsobject Allow the merchant to process OXXO payments.
- configuration.
merchant. capabilities. oxxo_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. p24_ paymentsobject Allow the merchant to process Przelewy24 (P24) payments.
- configuration.
merchant. capabilities. p24_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. pay_ by_ bank_ paymentsobject Allow the merchant to process Pay by Bank payments.
- configuration.
merchant. capabilities. pay_by_bank_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. payco_ paymentsobject Allow the merchant to process PAYCO payments.
- configuration.
merchant. capabilities. payco_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. paynow_ paymentsobject Allow the merchant to process PayNow payments.
- configuration.
merchant. capabilities. paynow_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. promptpay_ paymentsobject Allow the merchant to process PromptPay payments.
- configuration.
merchant. capabilities. promptpay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. revolut_ pay_ paymentsobject Allow the merchant to process Revolut Pay payments.
- configuration.
merchant. capabilities. revolut_pay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. samsung_ pay_ paymentsobject Allow the merchant to process Samsung Pay payments.
- configuration.
merchant. capabilities. samsung_pay_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. sepa_ bank_ transfer_ paymentsobject Allow the merchant to process SEPA bank transfer payments.
- configuration.
merchant. capabilities. sepa_bank_transfer_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. sepa_ debit_ paymentsobject Allow the merchant to process SEPA Direct Debit payments.
- configuration.
merchant. capabilities. sepa_debit_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. swish_ paymentsobject Allow the merchant to process Swish payments.
- configuration.
merchant. capabilities. swish_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. twint_ paymentsobject Allow the merchant to process TWINT payments.
- configuration.
merchant. capabilities. twint_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. us_ bank_ transfer_ paymentsobject Allow the merchant to process US bank transfer payments.
- configuration.
merchant. capabilities. us_bank_transfer_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. capabilities. zip_ paymentsobject Allow the merchant to process Zip payments.
- configuration.
merchant. capabilities. zip_payments. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
merchant. card_ paymentsobject Card payments settings.
- configuration.
merchant. card_payments. decline_ onobject Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge.
- configuration.
merchant. card_payments. decline_on. avs_ failureboolean Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.
- configuration.
merchant. card_payments. decline_on. cvc_ failureboolean Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
- configuration.
merchant. mccstring The merchant category code for the Merchant Configuration. MCCs are used to classify businesses based on the goods or services they provide.
- configuration.
merchant. statement_ descriptorobject Statement descriptor.
- configuration.
merchant. statement_descriptor. descriptorstring The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don’t set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
- configuration.
merchant. statement_descriptor. prefixstring Default text that appears on statements for card charges outside of Japan, prefixing any dynamic statement_descriptor_suffix specified on the charge. To maximize space for the dynamic part of the descriptor, keep this text short. If you don’t specify this value, statement_descriptor is used as the prefix. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
- configuration.
merchant. supportobject Publicly available contact information for sending support issues to.
- configuration.
merchant. support. addressobject A publicly available mailing address for sending support issues to.
- configuration.
merchant. support. address. citystring City, district, suburb, town, or village.
- configuration.
merchant. support. address. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- configuration.
merchant. support. address. line1string Address line 1 (e.g., street, PO Box, or company name).
- configuration.
merchant. support. address. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- configuration.
merchant. support. address. postal_ codestring ZIP or postal code.
- configuration.
merchant. support. address. statestring State, county, province, or region.
- configuration.
merchant. support. address. townstring Town or cho-me.
- configuration.
merchant. support. emailstring A publicly available email address for sending support issues to.
- configuration.
merchant. support. phonestring A publicly available phone number to call with support issues.
- configuration.
merchant. support. urlstring A publicly available website for handling support issues.
- configuration.
recipientobject The Recipient Configuration allows the Account to receive funds.
- configuration.
recipient. capabilitiesobject Capabilities to be requested on the Recipient Configuration.
- configuration.
recipient. capabilities. bank_ accountsobject Capabilities that enable OutboundPayments to a bank account linked to this Account.
- configuration.
recipient. capabilities. bank_accounts. localobject Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
- configuration.
recipient. capabilities. bank_accounts. local. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
recipient. capabilities. bank_accounts. wireobject Enables this Account to receive OutboundPayments to linked bank accounts over wire.
- configuration.
recipient. capabilities. bank_accounts. wire. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
recipient. capabilities. cardsobject Capabilities that enable OutboundPayments to a card linked to this Account.
- configuration.
recipient. capabilities. cards. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
recipient. capabilities. stripe_ balanceobject Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
- configuration.
recipient. capabilities. stripe_balance. stripe_ transfersobject Allows the account to receive /v1/transfers into their Stripe Balance (/v1/balance).
- configuration.
recipient. capabilities. stripe_balance. stripe_transfers. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storerobjectPreview feature The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
- configuration.
storer. capabilitiesobject Capabilities to request on the Storer Configuration.
- configuration.
storer. capabilities. financial_ addressesobject Can provision a financial address to credit/debit a FinancialAccount.
- configuration.
storer. capabilities. financial_addresses. bank_ accountsobject Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
- configuration.
storer. capabilities. financial_addresses. bank_accounts. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storer. capabilities. holds_ currenciesobject Can hold storage-type funds on Stripe.
- configuration.
storer. capabilities. holds_currencies. gbpobject Can hold storage-type funds on Stripe in GBP.
- configuration.
storer. capabilities. holds_currencies. gbp. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storer. capabilities. inbound_ transfersobject Can pull funds from an external source, owned by yourself, to a FinancialAccount.
- configuration.
storer. capabilities. inbound_transfers. bank_ accountsobject Can pull funds from an external bank account owned by yourself to a FinancialAccount.
- configuration.
storer. capabilities. inbound_transfers. bank_accounts. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storer. capabilities. outbound_ paymentsobject Can send funds from a FinancialAccount to a destination owned by someone else.
- configuration.
storer. capabilities. outbound_payments. bank_ accountsobject Can send funds from a FinancialAccount to a bank account owned by someone else.
- configuration.
storer. capabilities. outbound_payments. bank_accounts. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storer. capabilities. outbound_payments. cardsobject Can send funds from a FinancialAccount to a debit card owned by someone else.
- configuration.
storer. capabilities. outbound_payments. cards. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storer. capabilities. outbound_payments. financial_ accountsobject Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
- configuration.
storer. capabilities. outbound_payments. financial_accounts. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storer. capabilities. outbound_ transfersobject Can send funds from a FinancialAccount to a destination owned by yourself.
- configuration.
storer. capabilities. outbound_transfers. bank_ accountsobject Can send funds from a FinancialAccount to a bank account owned by yourself.
- configuration.
storer. capabilities. outbound_transfers. bank_accounts. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- configuration.
storer. capabilities. outbound_transfers. financial_ accountsobject Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
- configuration.
storer. capabilities. outbound_transfers. financial_accounts. requestedbooleanRequired To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
- contact_
emailstring The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
- dashboardenum
A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account.
Possible enum valuesexpress
The Account has access to the Express hosted dashboard.
full
The Account has access to the full Stripe hosted dashboard.
none
The Account does not have access to any Stripe hosted dashboard.
- defaultsobject
Default values to be used on Account Configurations.
- defaults.
currencyenum Three-letter ISO currency code, in lowercase. Must be a supported currency.
- defaults.
localesarray of enums The Account’s preferred locales (languages), ordered by preference.
Possible enum valuesar-SA
IETF Locale.
bg
IETF Locale.
bg-BG
IETF Locale.
cs
IETF Locale.
cs-CZ
IETF Locale.
da
IETF Locale.
da-DK
IETF Locale.
de
IETF Locale.
de-DE
IETF Locale.
el
IETF Locale.
Show 74 more - defaults.
responsibilitiesobject Default responsibilities held by either Stripe or the platform.
- defaults.
responsibilities. fees_ collectorenumRequired A value indicating the party responsible for collecting fees from this account.
Possible enum valuesapplication
The platform is responsible for collecting fees from the Account.
stripe
Stripe is responsible for collecting fees from the Account.
- defaults.
responsibilities. losses_ collectorenumRequired A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
Possible enum valuesapplication
The platform is responsible for negative balances on the Account.
stripe
Stripe is responsible for negative balances on this Account.
- display_
namestring A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.
- identityobject
Information about the company, individual, and business represented by the Account.
- identity.
attestationsobject Attestations from the identity’s key people, e.g. owners, executives, directors.
- identity.
attestations. directorship_ declarationobject This hash is used to attest that the directors information provided to Stripe is both current and correct.
- identity.
attestations. directorship_declaration. datetimestamp The time marking when the director attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. directorship_declaration. ipstring The IP address from which the director attestation was made.
- identity.
attestations. directorship_declaration. user_ agentstring The user agent of the browser from which the director attestation was made.
- identity.
attestations. ownership_ declarationobject This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.
- identity.
attestations. ownership_declaration. datetimestamp The time marking when the beneficial owner attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. ownership_declaration. ipstring The IP address from which the beneficial owner attestation was made.
- identity.
attestations. ownership_declaration. user_ agentstring The user agent of the browser from which the beneficial owner attestation was made.
- identity.
attestations. persons_ providedobject Attestation that all Persons with a specific Relationship value have been provided.
- identity.
attestations. persons_provided. directorsboolean Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API.
- identity.
attestations. persons_provided. executivesboolean Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API.
- identity.
attestations. persons_provided. ownersboolean Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API.
- identity.
attestations. persons_provided. ownership_ exemption_ reasonenum Reason for why the company is exempt from providing ownership information.
Possible enum valuesqualified_
entity_ exceeds_ ownership_ threshold A qualifying entity or group of qualifying entities own a significant enough share of the merchant’s business that they are exempt from providing ownership information based on regulatory guidelines in the merchant’s country.
qualifies_
as_ financial_ institution A merchant is a financial institution.
- identity.
attestations. terms_ of_ serviceobject Attestations of accepted terms of service agreements.
- identity.
attestations. terms_of_service. accountobject Details on the Account’s acceptance of the Stripe Services Agreement.
- identity.
attestations. terms_of_service. account. datetimestampRequired The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. terms_of_service. account. ipstringRequired The IP address from which the Account’s representative accepted the terms of service.
- identity.
attestations. terms_of_service. account. user_ agentstring The user agent of the browser from which the Account’s representative accepted the terms of service.
- identity.
attestations. terms_of_service. storerobjectPreview feature Details on the Account’s acceptance of Treasury-specific terms of service.
- identity.
attestations. terms_of_service. storer. datetimestampRequired The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. terms_of_service. storer. ipstringRequired The IP address from which the Account’s representative accepted the terms of service.
- identity.
attestations. terms_of_service. storer. user_ agentstring The user agent of the browser from which the Account’s representative accepted the terms of service.
- identity.
business_ detailsobject Information about the company or business.
- identity.
business_details. addressobject The business registration address of the business entity.
- identity.
business_details. address. citystring City, district, suburb, town, or village.
- identity.
business_details. address. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- identity.
business_details. address. line1string Address line 1 (e.g., street, PO Box, or company name).
- identity.
business_details. address. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
business_details. address. postal_ codestring ZIP or postal code.
- identity.
business_details. address. statestring State, county, province, or region.
- identity.
business_details. address. townstring Town or cho-me.
- identity.
business_details. annual_ revenueobject The business gross annual revenue for its preceding fiscal year.
- identity.
business_details. annual_revenue. amountobject A non-negative integer representing the amount in the smallest currency unit.
- identity.
business_details. annual_revenue. amount. currencystringRequired A lowercase alpha3 currency code like “usd”.
- identity.
business_details. annual_revenue. amount. valueintegerRequired In minor units like 123 for 1.23 USD.
- identity.
business_details. annual_revenue. fiscal_ year_ endstring The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
- identity.
business_details. documentsobject A document verifying the business.
- identity.
business_details. documents. bank_ account_ ownership_ verificationobject One or more documents that support the bank account ownership verification requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check.
- identity.
business_details. documents. bank_account_ownership_verification. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. bank_account_ownership_verification. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ licenseobject One or more documents that demonstrate proof of a company’s license to operate.
- identity.
business_details. documents. company_license. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_license. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ memorandum_ of_ associationobject One or more documents showing the company’s Memorandum of Association.
- identity.
business_details. documents. company_memorandum_of_association. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_memorandum_of_association. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ ministerial_ decreeobject Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.
- identity.
business_details. documents. company_ministerial_decree. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_ministerial_decree. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ registration_ verificationobject One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.
- identity.
business_details. documents. company_registration_verification. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_registration_verification. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ tax_ id_ verificationobject One or more documents that demonstrate proof of a company’s tax ID.
- identity.
business_details. documents. company_tax_id_verification. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_tax_id_verification. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. primary_ verificationobject A document verifying the business.
- identity.
business_details. documents. primary_verification. front_ backobjectRequired The file upload tokens referring to each side of the document.
- identity.
business_details. documents. primary_verification. front_back. backstring A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
business_details. documents. primary_verification. front_back. frontstringRequired A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
business_details. documents. primary_verification. typeenumRequired The format of the verification document. Currently supports
front_
only.back Possible enum valuesfront_
back Document type with both front and back sides.
- identity.
business_details. documents. proof_ of_ addressobject One or more documents that demonstrate proof of address.
- identity.
business_details. documents. proof_of_address. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. proof_of_address. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. proof_ of_ registrationobject One or more documents showing the company’s proof of registration with the national business registry.
- identity.
business_details. documents. proof_of_registration. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. proof_of_registration. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. proof_ of_ ultimate_ beneficial_ ownershipobject One or more documents that demonstrate proof of ultimate beneficial ownership.
- identity.
business_details. documents. proof_of_ultimate_beneficial_ownership. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. proof_of_ultimate_beneficial_ownership. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. doing_ business_ asstring The name which is used by the business.
- identity.
business_details. estimated_ worker_ countinteger An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
- identity.
business_details. id_ numbersarray of objects The ID numbers of a business entity.
- identity.
business_details. id_numbers. registrarstring The registrar of the ID number (Only valid for DE ID number types).
- identity.
business_details. id_numbers. typeenumRequired The ID number type of a business entity.
Possible enum valuesae_
crn Company registration number - United Arab Emirates.
ae_
vat Business VAT ID - United Arab Emirates.
ao_
nif Número de Identificação Fiscal (NIF) - Angola.
at_
fn Firmenbuchnummer - Austria.
au_
abn Australian Business Number - Australia.
au_
acn Australian Company Number - Australia.
au_
in Incorporation Number - Australia.
az_
tin Tax Identification Number - Azerbaijan.
bd_
etin Electronic Tax Identification Number (ETIN) - Bangladesh.
be_
cbe Enterprise number - Belgium.
Show 62 more - identity.
business_details. id_numbers. valuestringRequired The value of the ID number.
- identity.
business_details. monthly_ estimated_ revenueobject An estimate of the monthly revenue of the business.
- identity.
business_details. monthly_estimated_revenue. amountobject A non-negative integer representing the amount in the smallest currency unit.
- identity.
business_details. monthly_estimated_revenue. amount. currencystringRequired A lowercase alpha3 currency code like “usd”.
- identity.
business_details. monthly_estimated_revenue. amount. valueintegerRequired In minor units like 123 for 1.23 USD.
- identity.
business_details. phonestring The phone number of the Business Entity.
- identity.
business_details. product_ descriptionstring Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes.
- identity.
business_details. registered_ namestring The business legal name.
- identity.
business_details. script_ addressesobject The business registration address of the business entity in non latin script.
- identity.
business_details. script_addresses. kanaobject Kana Address.
- identity.
business_details. script_addresses. kana. citystring City, district, suburb, town, or village.
- identity.
business_details. script_addresses. kana. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- identity.
business_details. script_addresses. kana. line1string Address line 1 (e.g., street, PO Box, or company name).
- identity.
business_details. script_addresses. kana. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
business_details. script_addresses. kana. postal_ codestring ZIP or postal code.
- identity.
business_details. script_addresses. kana. statestring State, county, province, or region.
- identity.
business_details. script_addresses. kana. townstring Town or cho-me.
- identity.
business_details. script_addresses. kanjiobject Kanji Address.
- identity.
business_details. script_addresses. kanji. citystring City, district, suburb, town, or village.
- identity.
business_details. script_addresses. kanji. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- identity.
business_details. script_addresses. kanji. line1string Address line 1 (e.g., street, PO Box, or company name).
- identity.
business_details. script_addresses. kanji. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
business_details. script_addresses. kanji. postal_ codestring ZIP or postal code.
- identity.
business_details. script_addresses. kanji. statestring State, county, province, or region.
- identity.
business_details. script_addresses. kanji. townstring Town or cho-me.
- identity.
business_details. script_ namesobject The business legal name in non latin script.
- identity.
business_details. script_names. kanaobject Kana name.
- identity.
business_details. script_names. kana. registered_ namestring Registered name of the business.
- identity.
business_details. script_names. kanjiobject Kanji name.
- identity.
business_details. script_names. kanji. registered_ namestring Registered name of the business.
- identity.
business_details. structureenum The category identifying the legal structure of the business.
Possible enum valuescooperative
A cooperative organization.
free_
zone_ establishment A free zone establishment.
free_
zone_ llc A free zone LLC.
government_
instrumentality An organization formed by a government statute or body based in the US to perform a certain function, but not the actual government body itself.
governmental_
unit A branch of the state, local, or federal government of the US.
incorporated_
association An incorporated association.
incorporated_
non_ profit An organization incorporated under the laws of a US state that has obtained tax-exempt status as a non-profit entity under either state or federal law (for example, 501©(3)).
incorporated_
partnership Also called ‘Limited Partnerships’ or ‘Registered Ordinary Partnerships’, these are businesses registered in Thailand owned by two or more people. The business’ legal entity and its legal personality is separated and distinct from the individual partners.
limited_
liability_ partnership A limited liability partnership.
llc
An LLC.
Show 17 more - identity.
business_details. urlstring The business’s publicly available website.
- identity.
countryenum The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.
- identity.
entity_ typeenum The entity type.
Possible enum valuescompany
A registered business.
government_
entity Government entity.
individual
An individual that is not registered as a business.
non_
profit A Non profit organization.
- identity.
individualobject Information about the person represented by the account.
- identity.
individual. additional_ addressesarray of objects Additional addresses associated with the individual.
- identity.
individual. additional_addresses. citystring City, district, suburb, town, or village.
- identity.
individual. additional_addresses. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. additional_addresses. line1string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. additional_addresses. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. additional_addresses. postal_ codestring ZIP or postal code.
- identity.
individual. additional_addresses. purposeenumRequired Purpose of additional address.
Possible enum valuesregistered
Registered.
- identity.
individual. additional_addresses. statestring State, county, province, or region.
- identity.
individual. additional_addresses. townstring Town or cho-me.
- identity.
individual. additional_ namesarray of objects Additional names (e.g. aliases) associated with the individual.
- identity.
individual. additional_names. full_ namestring The person’s full name.
- identity.
individual. additional_names. given_ namestring The person’s first or given name.
- identity.
individual. additional_names. purposeenumRequired The purpose or type of the additional name.
Possible enum valuesalias
An alias for the individual’s name.
maiden
The maiden name of the individual.
- identity.
individual. additional_names. surnamestring The person’s last or family name.
- identity.
individual. addressobject The individual’s residential address.
- identity.
individual. address. citystring City, district, suburb, town, or village.
- identity.
individual. address. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. address. line1string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. address. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. address. postal_ codestring ZIP or postal code.
- identity.
individual. address. statestring State, county, province, or region.
- identity.
individual. address. townstring Town or cho-me.
- identity.
individual. date_ of_ birthobject The individual’s date of birth.
- identity.
individual. date_of_birth. dayintegerRequired The day of birth.
- identity.
individual. date_of_birth. monthintegerRequired The month of birth.
- identity.
individual. date_of_birth. yearintegerRequired The year of birth.
- identity.
individual. documentsobject Documents that may be submitted to satisfy various informational requests.
- identity.
individual. documents. object One or more documents that demonstrate proof that this person is authorized to represent the company.
- identity.
individual. documents. company_authorization. array of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
individual. documents. company_authorization. enumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
individual. documents. passportobject One or more documents showing the person’s passport page with photo and personal data.
- identity.
individual. documents. passport. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
individual. documents. passport. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
individual. documents. primary_ verificationobject An identifying document showing the person’s name, either a passport or local ID card.
- identity.
individual. documents. primary_verification. front_ backobjectRequired The file upload tokens referring to each side of the document.
- identity.
individual. documents. primary_verification. front_back. backstring A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. primary_verification. front_back. frontstringRequired A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. primary_verification. typeenumRequired The format of the verification document. Currently supports
front_
only.back Possible enum valuesfront_
back Document type with both front and back sides.
- identity.
individual. documents. secondary_ verificationobject A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
- identity.
individual. documents. secondary_verification. front_ backobjectRequired The file upload tokens referring to each side of the document.
- identity.
individual. documents. secondary_verification. front_back. backstring A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. secondary_verification. front_back. frontstringRequired A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. secondary_verification. typeenumRequired The format of the verification document. Currently supports
front_
only.back Possible enum valuesfront_
back Document type with both front and back sides.
- identity.
individual. documents. visaobject One or more documents showing the person’s visa required for living in the country where they are residing.
- identity.
individual. documents. visa. filesarray of stringsRequired One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
individual. documents. visa. typeenumRequired The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
individual. emailstring The individual’s email address.
- identity.
individual. given_ namestring The individual’s first name.
- identity.
individual. id_ numbersarray of objects The identification numbers (e.g., SSN) associated with the individual.
- identity.
individual. id_numbers. typeenumRequired The ID number type of an individual.
Possible enum valuesae_
eid Emirates ID - United Arab Emirates.
ao_
nif Número de Identificação Fiscal (Tax Identification Number) - Angola.
az_
tin Tax Identification Number - Azerbaijan.
bd_
brc Birth Registration Certificate (BRC) - Bangladesh.
bd_
etin Electronic Tax Identification Number (ETIN) - Bangladesh.
bd_
nid National Identification Number (NID) - Bangladesh.
br_
cpf Cadastro de Pessoas Físicas - Brazil.
cr_
cpf Cédula de Persona Fisica (CPF) - Costa Rica.
cr_
dimex Documento de identificación Tributario Especial (DIMEX) - Costa Rica.
cr_
nite Número de Indetificación Tributario Especial (NITE) - Costa Rica.
Show 21 more - identity.
individual. id_numbers. valuestringRequired The value of the ID number.
- identity.
individual. legal_ genderenum The individual’s gender (International regulations require either “male” or “female”).
Possible enum valuesfemale
Female person gender.
male
Male person gender.
- identity.
individual. metadatamap 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.
- identity.
individual. nationalitiesarray of enums The countries where the individual is a national. Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. phonestring The individual’s phone number.
- identity.
individual. political_ exposureenum The individual’s political exposure.
Possible enum valuesexisting
The person has disclosed that they do have political exposure.
none
The person has disclosed that they have no political exposure.
- identity.
individual. relationshipobject The relationship that this individual has with the account’s identity.
- identity.
individual. relationship. directorboolean Whether the person is a director of the account’s identity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
- identity.
individual. relationship. executiveboolean Whether the person has significant responsibility to control, manage, or direct the organization.
- identity.
individual. relationship. ownerboolean Whether the person is an owner of the account’s identity.
- identity.
individual. relationship. percent_ ownershipdecimal The percent owned by the person of the account’s legal entity.
- identity.
individual. relationship. titlestring The person’s title (e.g., CEO, Support Engineer).
- identity.
individual. script_ addressesobject The script addresses (e.g., non-Latin characters) associated with the individual.
- identity.
individual. script_addresses. kanaobject Kana Address.
- identity.
individual. script_addresses. kana. citystring City, district, suburb, town, or village.
- identity.
individual. script_addresses. kana. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. script_addresses. kana. line1string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. script_addresses. kana. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. script_addresses. kana. postal_ codestring ZIP or postal code.
- identity.
individual. script_addresses. kana. statestring State, county, province, or region.
- identity.
individual. script_addresses. kana. townstring Town or cho-me.
- identity.
individual. script_addresses. kanjiobject Kanji Address.
- identity.
individual. script_addresses. kanji. citystring City, district, suburb, town, or village.
- identity.
individual. script_addresses. kanji. countryenumRequired Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. script_addresses. kanji. line1string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. script_addresses. kanji. line2string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. script_addresses. kanji. postal_ codestring ZIP or postal code.
- identity.
individual. script_addresses. kanji. statestring State, county, province, or region.
- identity.
individual. script_addresses. kanji. townstring Town or cho-me.
- identity.
individual. script_ namesobject The individuals primary name in non latin script.
- identity.
individual. script_names. kanaobject Persons name in kana script.
- identity.
individual. script_names. kana. given_ namestring The person’s first or given name.
- identity.
individual. script_names. kana. surnamestring The person’s last or family name.
- identity.
individual. script_names. kanjiobject Persons name in kanji script.
- identity.
individual. script_names. kanji. given_ namestring The person’s first or given name.
- identity.
individual. script_names. kanji. surnamestring The person’s last or family name.
- identity.
individual. surnamestring The individual’s last name.
- includearray of enums
Additional fields to include in the response.
Possible enum valuesconfiguration.
customer Include parameter to expose
configuration.
on an Account.customer configuration.
merchant Include parameter to expose
configuration.
on an Account.merchant configuration.
recipient Include parameter to expose
configuration.
on an Account.recipient configuration.
storer Include parameter to expose
configuration.
on an Account.storer defaults
Include parameter to expose
defaults
on an Account.identity
Include parameter to expose
identity
on an Account.requirements
Include parameter to expose
requirements
on an Account. - metadatamap
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.
Returns
Response attributes
- idstring
Unique identifier for the Account.
- objectstring, value is "v2.core.account"
String representing the object’s type. Objects of the same type share the same value of the object field.
- applied_
configurationsarray of enums Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.
Possible enum valuescustomer
The Account can be used as a customer.
merchant
The Account can be used as a merchant.
recipient
The Account can be used as a recipient.
storer
The Account can be used as a storer.
- configurationnullable object
An Account Configuration which allows the Account to take on a key persona across Stripe products.
- configuration.
customernullable object The Customer Configuration allows the Account to be used in inbound payment flows.
- configuration.
customer. appliedboolean Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
- configuration.
customer. automatic_ indirect_ taxnullable object Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer’s invoices, subscriptions, checkout sessions, or payment links. Surfaces if automatic tax calculation is possible given the current customer location information.
- configuration.
customer. automatic_indirect_tax. exemptnullable enum Describes the customer’s tax exemption status, which is
none
,exempt
, orreverse
. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.Possible enum valuesexempt
Exempt.
none
None.
reverse
Reverse.
- configuration.
customer. automatic_indirect_tax. ip_ addressnullable string A recent IP address of the customer used for tax reporting and tax location inference.
- configuration.
customer. automatic_indirect_tax. locationnullable object The customer’s identified tax location - uses
location_
. Will only be rendered if thesource automatic_
feature is requested andindirect_ tax active
.- configuration.
customer. automatic_indirect_tax. location. countrynullable enum The identified tax country of the customer.
- configuration.
customer. automatic_indirect_tax. location. statenullable string The identified tax state, county, province, or region of the customer.
- configuration.
customer. automatic_indirect_tax. location_ sourcenullable enum The data source used to identify the customer’s tax location - defaults to ‘identity_address’. Will only be used for automatic tax calculation on the customer’s Invoices and Subscriptions.
Possible enum valuesidentity_
address Identity address (
identity.
orbusiness_ details. address identity.
).individual. address ip_
address IP address.
shipping_
address Shipping address.
- configuration.
customer. billingnullable object Billing settings - default settings used for this customer in Billing flows such as Invoices and Subscriptions.
- configuration.
customer. billing. default_ payment_ methodnullable string ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions.
- configuration.
customer. billing. invoicenullable object Default settings used on invoices for this customer.
- configuration.
customer. billing. invoice. custom_ fieldsarray of objects The list of up to 4 default custom fields to be displayed on invoices for this customer. When updating, pass an empty string to remove previously-defined fields.
- configuration.
customer. billing. invoice. custom_fields. namestring The name of the custom field. This may be up to 40 characters.
- configuration.
customer. billing. invoice. custom_fields. valuestring The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.
- configuration.
customer. billing. invoice. nullable string Default footer to be displayed on invoices for this customer.
- configuration.
customer. billing. invoice. next_ sequencenullable integer The sequence to be used on the customer’s next invoice. Defaults to 1.
- configuration.
customer. billing. invoice. prefixnullable string The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.
- configuration.
customer. billing. invoice. renderingnullable object Default options for invoice PDF rendering for this customer.
- configuration.
customer. billing. invoice. rendering. amount_ tax_ displaynullable enum How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts.
Possible enum valuesexclude_
tax Exclude tax.
include_
inclusive_ tax Include inclusive tax.
- configuration.
customer. billing. invoice. rendering. templatenullable string ID of the invoice rendering template to use for future invoices.
- configuration.
customer. capabilitiesnullable object Capabilities that have been requested on the Customer Configuration.
- configuration.
customer. capabilities. automatic_ indirect_ taxnullable object Generates requirements for enabling automatic indirect tax calculation on this customer’s invoices or subscriptions. Recommended to request this capability if planning to enable automatic tax calculation on this customer’s invoices or subscriptions. Uses the
location_
field.source - configuration.
customer. capabilities. automatic_indirect_tax. requestedboolean Whether the Capability has been requested.
- configuration.
customer. capabilities. automatic_indirect_tax. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
customer. capabilities. automatic_indirect_tax. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
customer. capabilities. automatic_indirect_tax. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
customer. capabilities. automatic_indirect_tax. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
customer. shippingnullable object The customer’s shipping information. Appears on invoices emailed to this customer.
- configuration.
customer. shipping. addressnullable object Customer shipping address.
- configuration.
customer. shipping. address. citynullable string City, district, suburb, town, or village.
- configuration.
customer. shipping. address. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- configuration.
customer. shipping. address. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- configuration.
customer. shipping. address. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- configuration.
customer. shipping. address. postal_ codenullable string ZIP or postal code.
- configuration.
customer. shipping. address. statenullable string State, county, province, or region.
- configuration.
customer. shipping. namenullable string Customer name.
- configuration.
customer. shipping. phonenullable string Customer phone (including extension).
- configuration.
customer. test_ clocknullable string ID of the test clock to attach to the customer. Can only be set on testmode Accounts, and when the Customer Configuration is first set on an Account.
- configuration.
merchantnullable object The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
- configuration.
merchant. appliedboolean Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
- configuration.
merchant. bacs_ debit_ paymentsnullable object Settings used for Bacs debit payments.
- configuration.
merchant. bacs_debit_payments. display_ namenullable string Display name for Bacs debit payments.
- configuration.
merchant. bacs_debit_payments. service_ user_ numbernullable string Service user number for Bacs debit payments.
- configuration.
merchant. brandingnullable object Settings used to apply the merchant’s branding to email receipts, invoices, Checkout, and other products.
- configuration.
merchant. branding. iconnullable string ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px.
- configuration.
merchant. branding. logonullable string ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant’s name next to it if provided. Must be at least 128px x 128px.
- configuration.
merchant. branding. primary_ colornullable string A CSS hex color value representing the primary branding color for the merchant.
- configuration.
merchant. branding. secondary_ colornullable string A CSS hex color value representing the secondary branding color for the merchant.
- configuration.
merchant. capabilitiesnullable object Capabilities that have been requested on the Merchant Configuration.
- configuration.
merchant. capabilities. ach_ debit_ paymentsnullable object Allow the merchant to process ACH debit payments.
- configuration.
merchant. capabilities. ach_debit_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. ach_debit_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. ach_debit_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. ach_debit_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. ach_debit_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. acss_ debit_ paymentsnullable object Allow the merchant to process ACSS debit payments.
- configuration.
merchant. capabilities. acss_debit_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. acss_debit_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. acss_debit_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. acss_debit_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. acss_debit_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. affirm_ paymentsnullable object Allow the merchant to process Affirm payments.
- configuration.
merchant. capabilities. affirm_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. affirm_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. affirm_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. affirm_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. affirm_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. afterpay_ clearpay_ paymentsnullable object Allow the merchant to process Afterpay/Clearpay payments.
- configuration.
merchant. capabilities. afterpay_clearpay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. afterpay_clearpay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. afterpay_clearpay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. afterpay_clearpay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. afterpay_clearpay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. alma_ paymentsnullable object Allow the merchant to process Alma payments.
- configuration.
merchant. capabilities. alma_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. alma_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. alma_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. alma_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. alma_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. amazon_ pay_ paymentsnullable object Allow the merchant to process Amazon Pay payments.
- configuration.
merchant. capabilities. amazon_pay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. amazon_pay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. amazon_pay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. amazon_pay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. amazon_pay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. au_ becs_ debit_ paymentsnullable object Allow the merchant to process Australian BECS Direct Debit payments.
- configuration.
merchant. capabilities. au_becs_debit_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. au_becs_debit_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. au_becs_debit_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. au_becs_debit_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. au_becs_debit_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. bacs_ debit_ paymentsnullable object Allow the merchant to process BACS Direct Debit payments.
- configuration.
merchant. capabilities. bacs_debit_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. bacs_debit_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. bacs_debit_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. bacs_debit_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. bacs_debit_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. bancontact_ paymentsnullable object Allow the merchant to process Bancontact payments.
- configuration.
merchant. capabilities. bancontact_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. bancontact_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. bancontact_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. bancontact_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. bancontact_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. blik_ paymentsnullable object Allow the merchant to process BLIK payments.
- configuration.
merchant. capabilities. blik_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. blik_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. blik_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. blik_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. blik_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. boleto_ paymentsnullable object Allow the merchant to process Boleto payments.
- configuration.
merchant. capabilities. boleto_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. boleto_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. boleto_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. boleto_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. boleto_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. card_ paymentsnullable object Allow the merchant to collect card payments.
- configuration.
merchant. capabilities. card_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. card_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. card_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. card_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. card_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. cartes_ bancaires_ paymentsnullable object Allow the merchant to process Cartes Bancaires payments.
- configuration.
merchant. capabilities. cartes_bancaires_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. cartes_bancaires_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. cartes_bancaires_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. cartes_bancaires_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. cartes_bancaires_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. cashapp_ paymentsnullable object Allow the merchant to process Cash App payments.
- configuration.
merchant. capabilities. cashapp_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. cashapp_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. cashapp_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. cashapp_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. cashapp_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. eps_ paymentsnullable object Allow the merchant to process EPS payments.
- configuration.
merchant. capabilities. eps_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. eps_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. eps_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. eps_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. eps_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. fpx_ paymentsnullable object Allow the merchant to process FPX payments.
- configuration.
merchant. capabilities. fpx_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. fpx_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. fpx_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. fpx_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. fpx_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. gb_ bank_ transfer_ paymentsnullable object Allow the merchant to process UK bank transfer payments.
- configuration.
merchant. capabilities. gb_bank_transfer_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. gb_bank_transfer_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. gb_bank_transfer_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. gb_bank_transfer_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. gb_bank_transfer_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. grabpay_ paymentsnullable object Allow the merchant to process GrabPay payments.
- configuration.
merchant. capabilities. grabpay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. grabpay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. grabpay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. grabpay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. grabpay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. ideal_ paymentsnullable object Allow the merchant to process iDEAL payments.
- configuration.
merchant. capabilities. ideal_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. ideal_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. ideal_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. ideal_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. ideal_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. jcb_ paymentsnullable object Allow the merchant to process JCB card payments.
- configuration.
merchant. capabilities. jcb_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. jcb_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. jcb_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. jcb_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. jcb_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. jp_ bank_ transfer_ paymentsnullable object Allow the merchant to process Japanese bank transfer payments.
- configuration.
merchant. capabilities. jp_bank_transfer_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. jp_bank_transfer_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. jp_bank_transfer_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. jp_bank_transfer_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. jp_bank_transfer_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. kakao_ pay_ paymentsnullable object Allow the merchant to process Kakao Pay payments.
- configuration.
merchant. capabilities. kakao_pay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. kakao_pay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. kakao_pay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. kakao_pay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. kakao_pay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. klarna_ paymentsnullable object Allow the merchant to process Klarna payments.
- configuration.
merchant. capabilities. klarna_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. klarna_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. klarna_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. klarna_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. klarna_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. konbini_ paymentsnullable object Allow the merchant to process Konbini convenience store payments.
- configuration.
merchant. capabilities. konbini_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. konbini_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. konbini_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. konbini_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. konbini_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. kr_ card_ paymentsnullable object Allow the merchant to process Korean card payments.
- configuration.
merchant. capabilities. kr_card_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. kr_card_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. kr_card_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. kr_card_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. kr_card_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. link_ paymentsnullable object Allow the merchant to process Link payments.
- configuration.
merchant. capabilities. link_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. link_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. link_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. link_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. link_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. mobilepay_ paymentsnullable object Allow the merchant to process MobilePay payments.
- configuration.
merchant. capabilities. mobilepay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. mobilepay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. mobilepay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. mobilepay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. mobilepay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. multibanco_ paymentsnullable object Allow the merchant to process Multibanco payments.
- configuration.
merchant. capabilities. multibanco_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. multibanco_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. multibanco_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. multibanco_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. multibanco_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. mx_ bank_ transfer_ paymentsnullable object Allow the merchant to process Mexican bank transfer payments.
- configuration.
merchant. capabilities. mx_bank_transfer_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. mx_bank_transfer_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. mx_bank_transfer_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. mx_bank_transfer_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. mx_bank_transfer_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. nullable object Allow the merchant to process Naver Pay payments.
- configuration.
merchant. capabilities. naver_pay_payments. boolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. naver_pay_payments. enum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. naver_pay_payments. array of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. naver_pay_payments. status_details. enum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. naver_pay_payments. status_details. enum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. oxxo_ paymentsnullable object Allow the merchant to process OXXO payments.
- configuration.
merchant. capabilities. oxxo_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. oxxo_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. oxxo_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. oxxo_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. oxxo_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. p24_ paymentsnullable object Allow the merchant to process Przelewy24 (P24) payments.
- configuration.
merchant. capabilities. p24_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. p24_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. p24_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. p24_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. p24_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. pay_ by_ bank_ paymentsnullable object Allow the merchant to process Pay by Bank payments.
- configuration.
merchant. capabilities. pay_by_bank_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. pay_by_bank_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. pay_by_bank_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. pay_by_bank_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. pay_by_bank_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. payco_ paymentsnullable object Allow the merchant to process PAYCO payments.
- configuration.
merchant. capabilities. payco_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. payco_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. payco_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. payco_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. payco_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. paynow_ paymentsnullable object Allow the merchant to process PayNow payments.
- configuration.
merchant. capabilities. paynow_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. paynow_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. paynow_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. paynow_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. paynow_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. promptpay_ paymentsnullable object Allow the merchant to process PromptPay payments.
- configuration.
merchant. capabilities. promptpay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. promptpay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. promptpay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. promptpay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. promptpay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. revolut_ pay_ paymentsnullable object Allow the merchant to process Revolut Pay payments.
- configuration.
merchant. capabilities. revolut_pay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. revolut_pay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. revolut_pay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. revolut_pay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. revolut_pay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. samsung_ pay_ paymentsnullable object Allow the merchant to process Samsung Pay payments.
- configuration.
merchant. capabilities. samsung_pay_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. samsung_pay_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. samsung_pay_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. samsung_pay_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. samsung_pay_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. sepa_ bank_ transfer_ paymentsnullable object Allow the merchant to process SEPA bank transfer payments.
- configuration.
merchant. capabilities. sepa_bank_transfer_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. sepa_bank_transfer_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. sepa_bank_transfer_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. sepa_bank_transfer_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. sepa_bank_transfer_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. sepa_ debit_ paymentsnullable object Allow the merchant to process SEPA Direct Debit payments.
- configuration.
merchant. capabilities. sepa_debit_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. sepa_debit_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. sepa_debit_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. sepa_debit_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. sepa_debit_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. stripe_ balancenullable object Capabilities that enable the merchant to manage their Stripe Balance (/v1/balance).
- configuration.
merchant. capabilities. stripe_balance. payoutsnullable object Allows the account to do payouts using their Stripe Balance (/v1/balance).
- configuration.
merchant. capabilities. stripe_balance. payouts. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. stripe_balance. payouts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. stripe_balance. payouts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. stripe_balance. payouts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. stripe_balance. payouts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. swish_ paymentsnullable object Allow the merchant to process Swish payments.
- configuration.
merchant. capabilities. swish_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. swish_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. swish_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. swish_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. swish_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. twint_ paymentsnullable object Allow the merchant to process TWINT payments.
- configuration.
merchant. capabilities. twint_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. twint_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. twint_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. twint_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. twint_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. us_ bank_ transfer_ paymentsnullable object Allow the merchant to process US bank transfer payments.
- configuration.
merchant. capabilities. us_bank_transfer_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. us_bank_transfer_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. us_bank_transfer_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. us_bank_transfer_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. us_bank_transfer_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. capabilities. zip_ paymentsnullable object Allow the merchant to process Zip payments.
- configuration.
merchant. capabilities. zip_payments. requestedboolean Whether the Capability has been requested.
- configuration.
merchant. capabilities. zip_payments. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
merchant. capabilities. zip_payments. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
merchant. capabilities. zip_payments. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
merchant. capabilities. zip_payments. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
merchant. card_ paymentsnullable object Card payments settings.
- configuration.
merchant. card_payments. decline_ onnullable object Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge.
- configuration.
merchant. card_payments. decline_on. avs_ failurenullable boolean Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.
- configuration.
merchant. card_payments. decline_on. cvc_ failurenullable boolean Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
- configuration.
merchant. mccnullable string The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide.
- configuration.
merchant. sepa_ debit_ paymentsnullable object Settings used for SEPA debit payments.
- configuration.
merchant. sepa_debit_payments. creditor_ idnullable string Creditor ID for SEPA debit payments.
- configuration.
merchant. statement_ descriptornullable object Statement descriptor.
- configuration.
merchant. statement_descriptor. descriptornullable string The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don’t set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
- configuration.
merchant. statement_descriptor. prefixnullable string Default text that appears on statements for card charges outside of Japan, prefixing any dynamic statement_descriptor_suffix specified on the charge. To maximize space for the dynamic part of the descriptor, keep this text short. If you don’t specify this value, statement_descriptor is used as the prefix. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
- configuration.
merchant. supportnullable object Publicly available contact information for sending support issues to.
- configuration.
merchant. support. addressnullable object A publicly available mailing address for sending support issues to.
- configuration.
merchant. support. address. citynullable string City, district, suburb, town, or village.
- configuration.
merchant. support. address. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- configuration.
merchant. support. address. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- configuration.
merchant. support. address. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- configuration.
merchant. support. address. postal_ codenullable string ZIP or postal code.
- configuration.
merchant. support. address. statenullable string State, county, province, or region.
- configuration.
merchant. support. address. townnullable string Town or cho-me.
- configuration.
merchant. support. emailnullable string A publicly available email address for sending support issues to.
- configuration.
merchant. support. phonenullable string A publicly available phone number to call with support issues.
- configuration.
merchant. support. urlnullable string A publicly available website for handling support issues.
- configuration.
recipientnullable object The Recipient Configuration allows the Account to receive funds.
- configuration.
recipient. appliedboolean Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
- configuration.
recipient. capabilitiesnullable object Capabilities that have been requested on the Recipient Configuration.
- configuration.
recipient. capabilities. bank_ accountsnullable object Capabilities that enable OutboundPayments to a bank account linked to this Account.
- configuration.
recipient. capabilities. bank_accounts. localnullable object Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
- configuration.
recipient. capabilities. bank_accounts. local. requestedboolean Whether the Capability has been requested.
- configuration.
recipient. capabilities. bank_accounts. local. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
recipient. capabilities. bank_accounts. local. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
recipient. capabilities. bank_accounts. local. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
recipient. capabilities. bank_accounts. local. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
recipient. capabilities. bank_accounts. wirenullable object Enables this Account to receive OutboundPayments to linked bank accounts over wire.
- configuration.
recipient. capabilities. bank_accounts. wire. requestedboolean Whether the Capability has been requested.
- configuration.
recipient. capabilities. bank_accounts. wire. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
recipient. capabilities. bank_accounts. wire. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
recipient. capabilities. bank_accounts. wire. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
recipient. capabilities. bank_accounts. wire. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
recipient. capabilities. cardsnullable object Capability that enable OutboundPayments to a debit card linked to this Account.
- configuration.
recipient. capabilities. cards. requestedboolean Whether the Capability has been requested.
- configuration.
recipient. capabilities. cards. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
recipient. capabilities. cards. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
recipient. capabilities. cards. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
recipient. capabilities. cards. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
recipient. capabilities. stripe_ balancenullable object Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
- configuration.
recipient. capabilities. stripe_balance. payoutsnullable object Allows the account to do payouts using their Stripe Balance (/v1/balance).
- configuration.
recipient. capabilities. stripe_balance. payouts. requestedboolean Whether the Capability has been requested.
- configuration.
recipient. capabilities. stripe_balance. payouts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
recipient. capabilities. stripe_balance. payouts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
recipient. capabilities. stripe_balance. payouts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
recipient. capabilities. stripe_balance. payouts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
recipient. capabilities. stripe_balance. stripe_ transfersnullable object Allows the account to receive /v1/transfers into their Stripe Balance (/v1/balance).
- configuration.
recipient. capabilities. stripe_balance. stripe_transfers. requestedboolean Whether the Capability has been requested.
- configuration.
recipient. capabilities. stripe_balance. stripe_transfers. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
recipient. capabilities. stripe_balance. stripe_transfers. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
recipient. capabilities. stripe_balance. stripe_transfers. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
recipient. capabilities. stripe_balance. stripe_transfers. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
recipient. default_ outbound_ destinationnullable object The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard.
- configuration.
recipient. default_outbound_destination. idstring The payout method ID of the default outbound destination.
- configuration.
recipient. default_outbound_destination. typeenum The payout method type of the default outbound destination.
Possible enum valuesat_
bank_ account AT bank account.
au_
bank_ account AU bank account.
ba_
bank_ account BA bank account.
be_
bank_ account BE bank account.
bg_
bank_ account BG bank account.
bj_
bank_ account BJ bank account.
bs_
bank_ account BS bank account.
ca_
bank_ account CA bank account.
card
Card.
ch_
bank_ account CH bank account.
Show 50 more
- configuration.
storernullable objectPreview feature The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
- configuration.
storer. appliedboolean Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
- configuration.
storer. capabilitiesnullable object Capabilities that have been requested on the Storer Configuration.
- configuration.
storer. capabilities. financial_ addressesnullable object Can provision a financial address to credit/debit a FinancialAccount.
- configuration.
storer. capabilities. financial_addresses. bank_ accountsnullable object Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
- configuration.
storer. capabilities. financial_addresses. bank_accounts. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. financial_addresses. bank_accounts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. financial_addresses. bank_accounts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. financial_addresses. bank_accounts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. financial_addresses. bank_accounts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
storer. capabilities. holds_ currenciesnullable object Can hold storage-type funds on Stripe.
- configuration.
storer. capabilities. holds_currencies. gbpnullable object Can hold storage-type funds on Stripe in GBP.
- configuration.
storer. capabilities. holds_currencies. gbp. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. holds_currencies. gbp. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. holds_currencies. gbp. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. holds_currencies. gbp. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. holds_currencies. gbp. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
storer. capabilities. inbound_ transfersnullable object Can pull funds from an external source, owned by yourself, to a FinancialAccount.
- configuration.
storer. capabilities. inbound_transfers. bank_ accountsnullable object Can pull funds from an external bank account, owned by yourself, to a FinancialAccount.
- configuration.
storer. capabilities. inbound_transfers. bank_accounts. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. inbound_transfers. bank_accounts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. inbound_transfers. bank_accounts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. inbound_transfers. bank_accounts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. inbound_transfers. bank_accounts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
storer. capabilities. outbound_ paymentsnullable object Can send funds from a FinancialAccount to a destination owned by someone else.
- configuration.
storer. capabilities. outbound_payments. bank_ accountsnullable object Can send funds from a FinancialAccount to a bank account, owned by someone else.
- configuration.
storer. capabilities. outbound_payments. bank_accounts. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. outbound_payments. bank_accounts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. outbound_payments. bank_accounts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. outbound_payments. bank_accounts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. outbound_payments. bank_accounts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
storer. capabilities. outbound_payments. cardsnullable object Can send funds from a FinancialAccount to a debit card, owned by someone else.
- configuration.
storer. capabilities. outbound_payments. cards. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. outbound_payments. cards. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. outbound_payments. cards. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. outbound_payments. cards. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. outbound_payments. cards. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
storer. capabilities. outbound_payments. financial_ accountsnullable object Can send funds from a FinancialAccount to another FinancialAccount, owned by someone else.
- configuration.
storer. capabilities. outbound_payments. financial_accounts. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. outbound_payments. financial_accounts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. outbound_payments. financial_accounts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. outbound_payments. financial_accounts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. outbound_payments. financial_accounts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
storer. capabilities. outbound_ transfersnullable object Can send funds from a FinancialAccount to a destination owned by yourself.
- configuration.
storer. capabilities. outbound_transfers. bank_ accountsnullable object Can send funds from a FinancialAccount, to a bank account, owned by yourself.
- configuration.
storer. capabilities. outbound_transfers. bank_accounts. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. outbound_transfers. bank_accounts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. outbound_transfers. bank_accounts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. outbound_transfers. bank_accounts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. outbound_transfers. bank_accounts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- configuration.
storer. capabilities. outbound_transfers. financial_ accountsnullable object Can send funds from a FinancialAccount to another FinancialAccount, owned by yourself.
- configuration.
storer. capabilities. outbound_transfers. financial_accounts. requestedboolean Whether the Capability has been requested.
- configuration.
storer. capabilities. outbound_transfers. financial_accounts. statusenum The status of the Capability.
Possible enum valuesactive
The Capability is active.
pending
Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.
restricted
The Capability requires further action before it can be activated, check the
status_
for information on why.details unsupported
The Capability is unsupported. Check
status_
for information on why.details - configuration.
storer. capabilities. outbound_transfers. financial_accounts. status_ detailsarray of objects Additional details regarding the status of the Capability.
status_
will be empty if the Capability’s status isdetails active
.- configuration.
storer. capabilities. outbound_transfers. financial_accounts. status_details. codeenum Machine-readable code explaining the reason for the Capability to be in its current status.
Possible enum valuesdetermining_
status Stripe is in the process of determining the capability’s status.
requirements_
past_ due Stripe is in the process of determining the capability’s status.
requirements_
pending_ verification Stripe is currently verifying information that was supplied about the Account.
restricted_
other Capability is restricted for unspecified reasons.
unsupported_
business Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.
unsupported_
country Capability is not supported for the Account’s Legal Entity country.
unsupported_
entity_ type Capability is not supported for the given Identity entity type (i.e. individual).
- configuration.
storer. capabilities. outbound_transfers. financial_accounts. status_details. resolutionenum Machine-readable code explaining how to make the Capability active.
Possible enum valuescontact_
stripe Contact Stripe support to find more information about why this Capability is restricted.
no_
resolution No action is required from the user.
provide_
info Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
- contact_
emailnullable string The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
- createdtimestamp
Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- dashboardnullable enum
A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account.
Possible enum valuesexpress
The Account has access to the Express hosted dashboard.
full
The Account has access to the full Stripe hosted dashboard.
none
The Account does not have access to any Stripe hosted dashboard.
- defaultsnullable object
Default values to be used on Account Configurations.
- defaults.
currencynullable enum Three-letter ISO currency code, in lowercase. Must be a supported currency.
- defaults.
localesnullable array of enums The Account’s preferred locales (languages), ordered by preference.
Possible enum valuesar-SA
IETF Locale.
bg
IETF Locale.
bg-BG
IETF Locale.
cs
IETF Locale.
cs-CZ
IETF Locale.
da
IETF Locale.
da-DK
IETF Locale.
de
IETF Locale.
de-DE
IETF Locale.
el
IETF Locale.
Show 74 more - defaults.
responsibilitiesnullable object Default responsibilities held by either Stripe or the platform.
- defaults.
responsibilities. fees_ collectorenum A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this Account.
Possible enum valuesapplication
The platform is responsible for collecting fees from the Account.
stripe
Stripe is responsible for collecting fees from the Account.
- defaults.
responsibilities. losses_ collectorenum A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
Possible enum valuesapplication
The platform is responsible for negative balances on the Account.
stripe
Stripe is responsible for negative balances on this Account.
- display_
namenullable string A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.
- identitynullable object
Information about the company, individual, and business represented by the Account.
- identity.
attestationsnullable object Attestations from the identity’s key people, e.g. owners, executives, directors.
- identity.
attestations. directorship_ declarationnullable object This hash is used to attest that the directors information provided to Stripe is both current and correct.
- identity.
attestations. directorship_declaration. datenullable timestamp The time marking when the director attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. directorship_declaration. ipnullable string The IP address from which the director attestation was made.
- identity.
attestations. directorship_declaration. user_ agentnullable string The user agent of the browser from which the director attestation was made.
- identity.
attestations. ownership_ declarationnullable object This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.
- identity.
attestations. ownership_declaration. datenullable timestamp The time marking when the beneficial owner attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. ownership_declaration. ipnullable string The IP address from which the beneficial owner attestation was made.
- identity.
attestations. ownership_declaration. user_ agentnullable string The user agent of the browser from which the beneficial owner attestation was made.
- identity.
attestations. persons_ providednullable object Attestation that all Persons with a specific Relationship value have been provided.
- identity.
attestations. persons_provided. directorsnullable boolean Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API.
- identity.
attestations. persons_provided. executivesnullable boolean Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API.
- identity.
attestations. persons_provided. ownersnullable boolean Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API.
- identity.
attestations. persons_provided. ownership_ exemption_ reasonnullable enum Reason for why the company is exempt from providing ownership information.
Possible enum valuesqualified_
entity_ exceeds_ ownership_ threshold A qualifying entity or group of qualifying entities own a significant enough share of the merchant’s business that they are exempt from providing ownership information based on regulatory guidelines in the merchant’s country.
qualifies_
as_ financial_ institution A merchant is a financial institution.
- identity.
attestations. terms_ of_ servicenullable object Attestations of accepted terms of service agreements.
- identity.
attestations. terms_of_service. accountnullable object Details on the Account’s acceptance of the Stripe Services Agreement.
- identity.
attestations. terms_of_service. account. datenullable timestamp The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. terms_of_service. account. ipnullable string The IP address from which the Account’s representative accepted the terms of service.
- identity.
attestations. terms_of_service. account. user_ agentnullable string The user agent of the browser from which the Account’s representative accepted the terms of service.
- identity.
attestations. terms_of_service. storernullable objectPreview feature Details on the Account’s acceptance of Treasury-specific terms of service.
- identity.
attestations. terms_of_service. storer. datenullable timestamp The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
attestations. terms_of_service. storer. ipnullable string The IP address from which the Account’s representative accepted the terms of service.
- identity.
attestations. terms_of_service. storer. user_ agentnullable string The user agent of the browser from which the Account’s representative accepted the terms of service.
- identity.
business_ detailsnullable object Information about the company or business.
- identity.
business_details. addressnullable object The company’s primary address.
- identity.
business_details. address. citynullable string City, district, suburb, town, or village.
- identity.
business_details. address. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- identity.
business_details. address. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- identity.
business_details. address. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
business_details. address. postal_ codenullable string ZIP or postal code.
- identity.
business_details. address. statenullable string State, county, province, or region.
- identity.
business_details. address. townnullable string Town or cho-me.
- identity.
business_details. annual_ revenuenullable object The business gross annual revenue for its preceding fiscal year.
- identity.
business_details. annual_revenue. amountnullable object A non-negative integer representing the amount in the smallest currency unit.
- identity.
business_details. annual_revenue. amount. currencystring A lowercase alpha3 currency code like “usd”.
- identity.
business_details. annual_revenue. amount. valueinteger In minor units like 123 for 1.23 USD.
- identity.
business_details. annual_revenue. fiscal_ year_ endnullable string The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
- identity.
business_details. documentsnullable object Documents that may be submitted to satisfy various informational requests.
- identity.
business_details. documents. bank_ account_ ownership_ verificationnullable object One or more documents that support the Bank account ownership verification requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check.
- identity.
business_details. documents. bank_account_ownership_verification. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. bank_account_ownership_verification. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ licensenullable object One or more documents that demonstrate proof of a company’s license to operate.
- identity.
business_details. documents. company_license. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_license. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ memorandum_ of_ associationnullable object One or more documents showing the company’s Memorandum of Association.
- identity.
business_details. documents. company_memorandum_of_association. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_memorandum_of_association. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ ministerial_ decreenullable object Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.
- identity.
business_details. documents. company_ministerial_decree. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_ministerial_decree. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ registration_ verificationnullable object One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.
- identity.
business_details. documents. company_registration_verification. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_registration_verification. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. company_ tax_ id_ verificationnullable object One or more documents that demonstrate proof of a company’s tax ID.
- identity.
business_details. documents. company_tax_id_verification. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. company_tax_id_verification. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. primary_ verificationnullable object A document verifying the business.
- identity.
business_details. documents. primary_verification. front_ backobject The file upload tokens for the front and back of the verification document.
- identity.
business_details. documents. primary_verification. front_back. backnullable string A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
business_details. documents. primary_verification. front_back. frontstring A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
business_details. documents. primary_verification. typeenum The format of the verification document. Currently supports
front_
only.back Possible enum valuesfront_
back Document type with both front and back sides.
- identity.
business_details. documents. proof_ of_ addressnullable object One or more documents that demonstrate proof of address.
- identity.
business_details. documents. proof_of_address. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. proof_of_address. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. proof_ of_ registrationnullable object One or more documents showing the company’s proof of registration with the national business registry.
- identity.
business_details. documents. proof_of_registration. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. proof_of_registration. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. documents. proof_ of_ ultimate_ beneficial_ ownershipnullable object One or more documents that demonstrate proof of ultimate beneficial ownership.
- identity.
business_details. documents. proof_of_ultimate_beneficial_ownership. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
business_details. documents. proof_of_ultimate_beneficial_ownership. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
business_details. doing_ business_ asnullable string The company’s legal name.
- identity.
business_details. estimated_ worker_ countnullable integer An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
- identity.
business_details. id_ numbersnullable array of objects The provided ID numbers of a business entity.
- identity.
business_details. id_numbers. registrarnullable string The registrar of the ID number (Only valid for DE ID number types).
- identity.
business_details. id_numbers. typeenum The ID number type of a business entity.
Possible enum valuesae_
crn Company registration number - United Arab Emirates.
ae_
vat Business VAT ID - United Arab Emirates.
ao_
nif Número de Identificação Fiscal (NIF) - Angola.
at_
fn Firmenbuchnummer - Austria.
au_
abn Australian Business Number - Australia.
au_
acn Australian Company Number - Australia.
au_
in Incorporation Number - Australia.
az_
tin Tax Identification Number - Azerbaijan.
bd_
etin Electronic Tax Identification Number (ETIN) - Bangladesh.
be_
cbe Enterprise number - Belgium.
Show 62 more
- identity.
business_details. monthly_ estimated_ revenuenullable object An estimate of the monthly revenue of the business.
- identity.
business_details. monthly_estimated_revenue. amountnullable object A non-negative integer representing the amount in the smallest currency unit.
- identity.
business_details. monthly_estimated_revenue. amount. currencystring A lowercase alpha3 currency code like “usd”.
- identity.
business_details. monthly_estimated_revenue. amount. valueinteger In minor units like 123 for 1.23 USD.
- identity.
business_details. phonenullable string The company’s phone number (used for verification).
- identity.
business_details. product_ descriptionnullable string Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes.
- identity.
business_details. registered_ namenullable string The business legal name.
- identity.
business_details. script_ addressesnullable object The business registration address of the business entity in non latin script.
- identity.
business_details. script_addresses. kananullable object Kana Address.
- identity.
business_details. script_addresses. kana. citynullable string City, district, suburb, town, or village.
- identity.
business_details. script_addresses. kana. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- identity.
business_details. script_addresses. kana. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- identity.
business_details. script_addresses. kana. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
business_details. script_addresses. kana. postal_ codenullable string ZIP or postal code.
- identity.
business_details. script_addresses. kana. statenullable string State, county, province, or region.
- identity.
business_details. script_addresses. kana. townnullable string Town or cho-me.
- identity.
business_details. script_addresses. kanjinullable object Kanji Address.
- identity.
business_details. script_addresses. kanji. citynullable string City, district, suburb, town, or village.
- identity.
business_details. script_addresses. kanji. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- identity.
business_details. script_addresses. kanji. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- identity.
business_details. script_addresses. kanji. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
business_details. script_addresses. kanji. postal_ codenullable string ZIP or postal code.
- identity.
business_details. script_addresses. kanji. statenullable string State, county, province, or region.
- identity.
business_details. script_addresses. kanji. townnullable string Town or cho-me.
- identity.
business_details. script_ namesnullable object The business legal name in non latin script.
- identity.
business_details. script_names. kananullable object Kana name.
- identity.
business_details. script_names. kana. registered_ namenullable string Registered name of the business.
- identity.
business_details. script_names. kanjinullable object Kanji name.
- identity.
business_details. script_names. kanji. registered_ namenullable string Registered name of the business.
- identity.
business_details. structurenullable enum The category identifying the legal structure of the business.
Possible enum valuescooperative
A cooperative organization.
free_
zone_ establishment A free zone establishment.
free_
zone_ llc A free zone LLC.
government_
instrumentality An organization formed by a government statute or body based in the US to perform a certain function, but not the actual government body itself.
governmental_
unit A branch of the state, local, or federal government of the US.
incorporated_
association An incorporated association.
incorporated_
non_ profit An organization incorporated under the laws of a US state that has obtained tax-exempt status as a non-profit entity under either state or federal law (for example, 501©(3)).
incorporated_
partnership Also called ‘Limited Partnerships’ or ‘Registered Ordinary Partnerships’, these are businesses registered in Thailand owned by two or more people. The business’ legal entity and its legal personality is separated and distinct from the individual partners.
limited_
liability_ partnership A limited liability partnership.
llc
An LLC.
Show 17 more - identity.
business_details. urlnullable string The business’s publicly available website.
- identity.
countrynullable enum The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.
- identity.
entity_ typenullable enum The entity type.
Possible enum valuescompany
A registered business.
government_
entity Government entity.
individual
An individual that is not registered as a business.
non_
profit A Non profit organization.
- identity.
individualnullable object Information about the individual represented by the Account. This property is
null
unlessentity_
is set totype individual
.- identity.
individual. idstring Unique identifier for the object.
- identity.
individual. objectstring String representing the object’s type. Objects of the same type share the same value.
- identity.
individual. accountstring The account ID which the individual belongs to.
- identity.
individual. additional_ addressesnullable array of objects Additional addresses associated with the individual.
- identity.
individual. additional_addresses. citynullable string City, district, suburb, town, or village.
- identity.
individual. additional_addresses. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. additional_addresses. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. additional_addresses. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. additional_addresses. postal_ codenullable string ZIP or postal code.
- identity.
individual. additional_addresses. purposeenum Purpose of additional address.
Possible enum valuesregistered
Registered.
- identity.
individual. additional_addresses. statenullable string State, county, province, or region.
- identity.
individual. additional_addresses. townnullable string Town or cho-me.
- identity.
individual. additional_ namesnullable array of objects Additional names (e.g. aliases) associated with the individual.
- identity.
individual. additional_names. full_ namenullable string The individual’s full name.
- identity.
individual. additional_names. given_ namenullable string The individual’s first or given name.
- identity.
individual. additional_names. purposeenum The purpose or type of the additional name.
Possible enum valuesalias
An alias for the individual’s name.
maiden
The maiden name of the individual.
- identity.
individual. additional_names. surnamenullable string The individual’s last or family name.
- identity.
individual. additional_ terms_ of_ servicenullable object Terms of service acceptances.
- identity.
individual. additional_terms_of_service. accountnullable object Stripe terms of service agreement.
- identity.
individual. additional_terms_of_service. account. datenullable timestamp The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
individual. additional_terms_of_service. account. ipnullable string The IP address from which the Account’s representative accepted the terms of service.
- identity.
individual. additional_terms_of_service. account. user_ agentnullable string The user agent of the browser from which the Account’s representative accepted the terms of service.
- identity.
individual. addressnullable object The individual’s residential address.
- identity.
individual. address. citynullable string City, district, suburb, town, or village.
- identity.
individual. address. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. address. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. address. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. address. postal_ codenullable string ZIP or postal code.
- identity.
individual. address. statenullable string State, county, province, or region.
- identity.
individual. address. townnullable string Town or cho-me.
- identity.
individual. createdtimestamp Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- identity.
individual. date_ of_ birthnullable object The individual’s date of birth.
- identity.
individual. date_of_birth. dayinteger The day of birth, between 1 and 31.
- identity.
individual. date_of_birth. monthinteger The month of birth, between 1 and 12.
- identity.
individual. date_of_birth. yearinteger The four-digit year of birth.
- identity.
individual. documentsnullable object Documents that may be submitted to satisfy various informational requests.
- identity.
individual. documents. nullable object One or more documents that demonstrate proof that this person is authorized to represent the company.
- identity.
individual. documents. company_authorization. array of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
individual. documents. company_authorization. enum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
individual. documents. passportnullable object One or more documents showing the person’s passport page with photo and personal data.
- identity.
individual. documents. passport. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
individual. documents. passport. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
individual. documents. primary_ verificationnullable object An identifying document showing the person’s name, either a passport or local ID card.
- identity.
individual. documents. primary_verification. front_ backobject The file upload tokens for the front and back of the verification document.
- identity.
individual. documents. primary_verification. front_back. backnullable string A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. primary_verification. front_back. frontstring A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. primary_verification. typeenum The format of the verification document. Currently supports
front_
only.back Possible enum valuesfront_
back Document type with both front and back sides.
- identity.
individual. documents. secondary_ verificationnullable object A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
- identity.
individual. documents. secondary_verification. front_ backobject The file upload tokens for the front and back of the verification document.
- identity.
individual. documents. secondary_verification. front_back. backnullable string A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. secondary_verification. front_back. frontstring A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
- identity.
individual. documents. secondary_verification. typeenum The format of the verification document. Currently supports
front_
only.back Possible enum valuesfront_
back Document type with both front and back sides.
- identity.
individual. documents. visanullable object One or more documents showing the person’s visa required for living in the country where they are residing.
- identity.
individual. documents. visa. filesarray of strings One or more document IDs returned by a file upload with a purpose value of
account_
.requirement - identity.
individual. documents. visa. typeenum The format of the document. Currently supports
files
only.Possible enum valuesfiles
Document type with multiple files.
- identity.
individual. emailnullable string The individual’s email address.
- identity.
individual. given_ namenullable string The individual’s first name.
- identity.
individual. id_ numbersnullable array of objects The identification numbers (e.g., SSN) associated with the individual.
- identity.
individual. id_numbers. typeenum The ID number type of an individual.
Possible enum valuesae_
eid Emirates ID - United Arab Emirates.
ao_
nif Número de Identificação Fiscal (Tax Identification Number) - Angola.
az_
tin Tax Identification Number - Azerbaijan.
bd_
brc Birth Registration Certificate (BRC) - Bangladesh.
bd_
etin Electronic Tax Identification Number (ETIN) - Bangladesh.
bd_
nid National Identification Number (NID) - Bangladesh.
br_
cpf Cadastro de Pessoas Físicas - Brazil.
cr_
cpf Cédula de Persona Fisica (CPF) - Costa Rica.
cr_
dimex Documento de identificación Tributario Especial (DIMEX) - Costa Rica.
cr_
nite Número de Indetificación Tributario Especial (NITE) - Costa Rica.
Show 21 more
- identity.
individual. legal_ gendernullable enum The individual’s gender (International regulations require either "male” or “female”).
Possible enum valuesfemale
Female person gender.
male
Male person gender.
- identity.
individual. metadatanullable map 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.
- identity.
individual. nationalitiesnullable array of enums The countries where the individual is a national. Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. phonenullable string The individual’s phone number.
- identity.
individual. political_ exposurenullable enum Indicates if the individual or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
Possible enum valuesexisting
The person has disclosed that they do have political exposure.
none
The person has disclosed that they have no political exposure.
- identity.
individual. relationshipnullable object The relationship that this individual has with the Account’s identity.
- identity.
individual. relationship. nullable boolean Whether the individual is an authorizer of the Account’s legal entity.
- identity.
individual. relationship. directornullable boolean Whether the individual is a director of the Account’s legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
- identity.
individual. relationship. executivenullable boolean Whether the individual has significant responsibility to control, manage, or direct the organization.
- identity.
individual. relationship. legal_ guardiannullable boolean Whether the individual is the legal guardian of the Account’s representative.
- identity.
individual. relationship. ownernullable boolean Whether the individual is an owner of the Account’s legal entity.
- identity.
individual. relationship. percent_ ownershipnullable decimal The percent owned by the individual of the Account’s legal entity.
- identity.
individual. relationship. representativenullable boolean Whether the individual is authorized as the primary representative of the Account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account.
- identity.
individual. relationship. titlenullable string The individual’s title (e.g., CEO, Support Engineer).
- identity.
individual. script_ addressesnullable object The script addresses (e.g., non-Latin characters) associated with the individual.
- identity.
individual. script_addresses. kananullable object Kana Address.
- identity.
individual. script_addresses. kana. citynullable string City, district, suburb, town, or village.
- identity.
individual. script_addresses. kana. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. script_addresses. kana. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. script_addresses. kana. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. script_addresses. kana. postal_ codenullable string ZIP or postal code.
- identity.
individual. script_addresses. kana. statenullable string State, county, province, or region.
- identity.
individual. script_addresses. kana. townnullable string Town or cho-me.
- identity.
individual. script_addresses. kanjinullable object Kanji Address.
- identity.
individual. script_addresses. kanji. citynullable string City, district, suburb, town, or village.
- identity.
individual. script_addresses. kanji. countrynullable enum Two-letter country code (ISO 3166-1 alpha-2).
- identity.
individual. script_addresses. kanji. line1nullable string Address line 1 (e.g., street, PO Box, or company name).
- identity.
individual. script_addresses. kanji. line2nullable string Address line 2 (e.g., apartment, suite, unit, or building).
- identity.
individual. script_addresses. kanji. postal_ codenullable string ZIP or postal code.
- identity.
individual. script_addresses. kanji. statenullable string State, county, province, or region.
- identity.
individual. script_addresses. kanji. townnullable string Town or cho-me.
- identity.
individual. script_ namesnullable object The script names (e.g. non-Latin characters) associated with the individual.
- identity.
individual. script_names. kananullable object Persons name in kana script.
- identity.
individual. script_names. kana. given_ namenullable string The person’s first or given name.
- identity.
individual. script_names. kana. surnamenullable string The person’s last or family name.
- identity.
individual. script_names. kanjinullable object Persons name in kanji script.
- identity.
individual. script_names. kanji. given_ namenullable string The person’s first or given name.
- identity.
individual. script_names. kanji. surnamenullable string The person’s last or family name.
- identity.
individual. surnamenullable string The individual’s last name.
- identity.
individual. updatedtimestamp Time at which the object was last updated.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - metadatanullable map
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.
- requirementsnullable object
Information about the requirements for the Account, including what information needs to be collected, and by when.
- requirements.
collectorenum A value indicating responsibility for collecting requirements on this account.
Possible enum valuesapplication
The platform is responsible for collecting outstanding and updated requirements on the Account.
stripe
Stripe is responsible for collecting outstanding and updated requirements on the Account.
- requirements.
entriesnullable array of objects A list of requirements for the Account.
- requirements.
entries. awaiting_ action_ fromenum Whether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.
Possible enum valuesstripe
Integrator should do nothing.
user
Integrator should take action.
- requirements.
entries. descriptionstring Machine-readable string describing the requirement.
- requirements.
entries. errorsarray of objects Descriptions of why the requirement must be collected, or why the collected information isn’t satisfactory to Stripe.
- requirements.
entries. errors. codeenum Machine-readable code describing the error.
Possible enum valuesinvalid_
address_ city_ state_ postal_ code The combination of the city, state, and postal code in the provided address could not be validated.
invalid_
address_ highway_ contract_ box Invalid address. Your business address must be a valid physical address from which you conduct business and cannot be a Highway Contract Box.
invalid_
address_ private_ mailbox Invalid address. Your business address must be a valid physical address from which you conduct business and cannot be a private mailbox.
invalid_
business_ profile_ name Business profile names must consist of recognizable words.
invalid_
business_ profile_ name_ denylisted Generic or well-known business names aren’t supported.
invalid_
company_ name_ denylisted Generic or well-known business names aren’t supported.
invalid_
dob_ age_ over_ maximum Date of birth must be within the past 120 years.
invalid_
dob_ age_ under_ 18 Underage. Age must be at least 18.
invalid_
dob_ age_ under_ minimum Person must be at least 13 years old.
invalid_
product_ description_ length Your product description must be at least 10 characters.
Show 86 more - requirements.
entries. errors. descriptionstring Human-readable description of the error.
- requirements.
entries. impactobject A hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information.
- requirements.
entries. impact. restricts_ capabilitiesnullable array of objects The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe.
- requirements.
entries. impact. restricts_capabilities. capabilityenum The name of the Capability which will be restricted.
Possible enum valuesach_
debit_ payments Capability to use ACH Debit payments.
acss_
debit_ payments Capability to use ACSS Debit payments.
affirm_
payments Capability to use Affirm payments.
afterpay_
clearpay_ payments Capability to use Afterpay Clearpay payments.
alma_
payments Capability to use Alma payments.
amazon_
pay_ payments Capability to use Amazon Pay payments.
au_
becs_ debit_ payments Capability to use AU BECS Debit payments.
automatic_
indirect_ tax Capability to have taxes automatically corrected.
bacs_
debit_ payments Capability to use BACS Debit payments.
bancontact_
payments Capability to use Bancontact payments.
Show 48 more - requirements.
entries. impact. restricts_capabilities. configurationenum The configuration which specifies the Capability which will be restricted.
Possible enum valuescustomer
Customer configuration.
merchant
Merchant configuration.
recipient
Recipient configuration.
storer
Storer configuration.
- requirements.
entries. impact. restricts_capabilities. deadlineobject Details about when in the account lifecycle the requirement must be collected by the avoid the Capability restriction.
- requirements.
entries. impact. restricts_capabilities. deadline. statusenum The current status of the requirement’s impact.
Possible enum valuescurrently_
due The requirement needs to be collected to keep the account enabled.
eventually_
due The requirement needs to be collected assuming all volume thresholds are met.
past_
due The requirement needs to be collected to enable the account.
- requirements.
entries. minimum_ deadlineobject The soonest point when the account will be impacted by not providing the requirement.
- requirements.
entries. minimum_deadline. statusenum The current status of the requirement’s impact.
Possible enum valuescurrently_
due The requirement needs to be collected to keep the account enabled.
eventually_
due The requirement needs to be collected assuming all volume thresholds are met.
past_
due The requirement needs to be collected to enable the account.
- requirements.
entries. referencenullable object A reference to the location of the requirement.
- requirements.
entries. reference. inquirynullable string If
inquiry
is the type, the inquiry token. - requirements.
entries. reference. resourcenullable string If
resource
is the type, the resource token. - requirements.
entries. reference. typeenum The type of the reference. An additional hash is included with a name matching the type. It contains additional information specific to the type.
Possible enum valuesinquiry
An inquiry from Stripe.
resource
Another API resource.
- requirements.
entries. requested_ reasonsarray of objects A list of reasons why Stripe is collecting the requirement.
- requirements.
entries. requested_reasons. codeenum Machine-readable description of Stripe’s reason for collecting the requirement.
Possible enum valuesfuture_
requirements Stripe needs information for future regulatory and risk reasons.
routine_
onboarding Stripe needs a basic set of information.
routine_
verification Stripe needs to review provided information.
- requirements.
summarynullable object An object containing an overview of requirements for the Account.
- requirements.
summary. minimum_ deadlinenullable object The soonest date and time a requirement on the Account will become
past due
. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example:2022-09-18T13:22:18.
.123Z - requirements.
summary. minimum_deadline. statusenum The current strictest status of all requirements on the Account.
Possible enum valuescurrently_
due The requirement needs to be collected to keep the account enabled.
eventually_
due The requirement needs to be collected assuming all volume thresholds are met.
past_
due The requirement needs to be collected to enable the account.
- requirements.
summary. minimum_deadline. timenullable timestamp The soonest RFC3339 date & time UTC value a requirement can impact the Account.
If dashboard
is express
, fees_
must be application
and losses_
must be application
.
If losses_
is application
, fees_
must also be application
.
Connect integration combination is not supported.
Responsibility combinations is not supported in private preview.
Currency is not allowed for the account’s country.
Platform must be activated to create connected accounts.
Account creation is invalid.
Invalid characters are provided for address fields.
Address country doesn’t match identity country.
Address postal code is invalid.
Address state is invalid.
Address town is invalid.
Dormant accounts cannot create accounts where requirements collector is application (this is an account takeover prevention measure).
Platform is in an invalid state and cannot create connected accounts.
Platform is in a rejected state and cannot create connected accounts.
Feature cannot be unrequested due to being a requirement for another feature.
Feature cannot be requested for the dashboard type.
Requested feature is not available for the entity type in your country.
Requested capability is not available in your country.
Feature cannot be requested given the platform’s country.
Requested feature is not available without also requesting a different feature.
Requested feature is not available without also requesting a different feature in your country.
Cannot create an account with an invalid configuration.
Platform is not verified and cannot create connected accounts.
Platform has not completed platform questionnaire and cannot create connected accounts.
Custom accounts cannot be created in certain countries.
Representative date of birth does not meet the age limit.
Representative date of birth is provided an invalid date or a future date.
Cannot change defaults.
post account activation.
Default payment method provided for a customer does not exist or is otherwise invalid.
Specified payment method exists but its type is not allowed to be the default payment method.
Provided file tokens for documents are invalid, not found, deleted, or belong to a different account.
Provided file tokens for documents are of the wrong purpose.
Email contains unsupported domain.
Incorrect email is provided.
The identity.
value is not supported in a given identity.
.
Provided ID number is of the wrong format for the given type.
The identity.
value is required but not provided.
Incorrect ID number is provided for a country.
ID number is provided that is not permitted for the Identity’s entity type and business structure.
The identity.
value is an invalid DE registrar.
Invoice rendering template does not exist or is otherwise invalid.
Invalid IP address is provided.
MCC is invalid for configuration.
.
Kana Kanji script addresses must have JP country.
Error returned when relationship.owner is set to true but the ownership percentage is set to 0%.
Phone number is invalid.
Platform has not signed up for Connect and cannot create connected accounts.
Provided script characters are invalid for the script.
Shipping address is required within the shipping hash.
Shipping name is required within the shipping hash.
Statement descriptor is invalid.
The business_
value is not valid for identity.
and identity.
.
Cannot set a test clock on a livemode customer.
Test clock does not exist or is otherwise invalid.
Cannot modify a test clock that is currently advancing.
Cannot add customer to a test clock that has already reached its customer limit.
TOS cannot be accepted on behalf of accounts when requirement collection is stripe
.
Cannot set responsibilities on the current configurations.
Cannot set identity fields when the Account is only configured as a customer.
URL is invalid.
An idempotent retry occurred with different request parameters.
{ "id": "acct_1Nv0FGQ9RKHgCVdK", "object": "v2.core.account", "applied_configurations": [ "customer", "merchant" ], "configuration": { "customer": { "applied": "2025-03-28T19:59:16.000Z", "automatic_indirect_tax": { "exempt": "none", "location_source": "identity_address" }, "billing": { "invoice": { "next_sequence": 1, "prefix": "5626C87C", "custom_fields": [] } }, "capabilities": { "automatic_indirect_tax": { "requested": true, "status": "active", "status_details": [] } } }, "merchant": { "applied": "2025-03-28T19:59:16.000Z", "card_payments": { "decline_on": { "avs_failure": false, "cvc_failure": false } }, "capabilities": { "card_payments": { "requested": true, "status": "active", "status_details": [] }, "stripe_balance": { "payouts": { "requested": true, "status": "active", "status_details": [] } } } } }, "contact_email": "furever@example.com", "created": "2025-03-28T19:59:16.000Z", "dashboard": "full", "identity": { "business_details": { "registered_name": "Furever" }, "country": "US", "entity_type": "company" }, "livemode": false, "defaults": { "currency": "usd", "responsibilities": { "fees_collector": "stripe", "losses_collector": "stripe" } }, "display_name": "Furever"}