Update an Account v2

Core Resources
Accounts
Update an Account

Updates the details of an Account.

Learn more about calling API v2 endpoints.

Parameters

  • idstringRequired

    The ID of the Account to update.

  • 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 charged.

      • configuration.customer.appliedboolean

        Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.

      • 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, or reverse. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.

          Possible enum values
          exempt

          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 values
          identity_address

          Identity address (identity.business_details.address or identity.individual.address).

          ip_address

          IP address.

          shipping_address

          Shipping address.

        • configuration.customer.automatic_indirect_tax.validate_locationenum

          A per-request flag that indicates when Stripe should validate the customer tax location - defaults to ‘auto’.

          Possible enum values
          auto

          Validate the v2 account customer’s tax location immediately if it has active automatic tax enabled subscriptions. Default.

          deferred

          Defer the validation of the v2 account customer’s tax location until needed, such as when Stripe Tax is calculating taxes on an Invoice.

          immediately

          Validate the v2 account customer’s tax location immediately. An error is returned and the v2 account is not updated if the tax location is invalid.

      • configuration.customer.billingobject

        Billing settings - default settings used for this customer in Billing flows such as Invoices and Subscriptions.

        • configuration.customer.billing.default_payment_methodstring

          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.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.footerstring

            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 values
              exclude_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_source field.

          • configuration.customer.capabilities.automatic_indirect_tax.requestedboolean

            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.appliedboolean

        Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.

      • 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.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_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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.

        • configuration.merchant.capabilities.naver_pay_paymentsobject

          Allow the merchant to process Naver Pay payments.

          • configuration.merchant.capabilities.naver_pay_payments.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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.requestedboolean

            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. 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.countryenum

            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.appliedboolean

        Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.

      • configuration.recipient.capabilitiesobject

        Capabilities to request 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.requestedboolean

              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.requestedboolean

              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

          Capability that enable OutboundPayments to a debit card linked to this Account.

          • configuration.recipient.capabilities.cards.requestedboolean

            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.requestedboolean

              To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.

      • configuration.recipient.default_outbound_destinationstring

        The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to null to clear the existing default outbound destination.

    • configuration.storerobjectPreview 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.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.requestedboolean

              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.requestedboolean

              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.requestedboolean

              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.requestedboolean

              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.requestedboolean

              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.requestedboolean

              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.requestedboolean

              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.requestedboolean

              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 values
    express

    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 values
      ar-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 values
        application

        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 values
        application

        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 values
          qualified_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.datetimestamp

            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.ipstring

            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.storerobject

          Details on the Account’s acceptance of Treasury-specific terms of service.

          • identity.attestations.terms_of_service.storer.datetimestamp

            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.ipstring

            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.countryenum

          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 values
            files

            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 values
            files

            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 values
            files

            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 values
            files

            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 values
            files

            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 values
            files

            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.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.typeenumRequired

            The format of the verification document. Currently supports front_back only.

            Possible enum values
            front_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 values
            files

            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 values
            files

            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 values
            files

            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 values
          ae_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.countryenum

            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.countryenum

            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 values
        cooperative

        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 values
      company

      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 individual represented by the Account. This property is null unless entity_type is set to individual.

      • 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.countryenum

          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 values
          registered

          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 values
          alias

          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.countryenum

          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 the 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.company_authorizationobject

          One or more documents that demonstrate proof that this person is authorized to represent the company.

          • identity.individual.documents.company_authorization.filesarray of stringsRequired

            One or more document IDs returned by a file upload with a purpose value of account_requirement.

          • identity.individual.documents.company_authorization.typeenumRequired

            The format of the document. Currently supports files only.

            Possible enum values
            files

            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 values
            files

            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.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.typeenumRequired

            The format of the verification document. Currently supports front_back only.

            Possible enum values
            front_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.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.typeenumRequired

            The format of the verification document. Currently supports front_back only.

            Possible enum values
            front_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 values
            files

            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 values
          ae_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 values
        female

        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 values
        existing

        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.countryenum

            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.countryenum

            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 values
    configuration.customer

    Include parameter to expose configuration.customer on an Account.

    configuration.merchant

    Include parameter to expose configuration.merchant on an Account.

    configuration.recipient

    Include parameter to expose configuration.recipient on an Account.

    configuration.storer

    Include parameter to expose configuration.storer on an Account.

    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 values
    customer

    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, or reverse. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.

          Possible enum values
          exempt

          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_source. Will only be rendered if the automatic_indirect_tax feature is requested and 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 values
          identity_address

          Identity address (identity.business_details.address or 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.footernullable 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 values
              exclude_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_source field.

          • 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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.customer.capabilities.automatic_indirect_tax.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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.nullable 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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.ach_debit_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.acss_debit_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.affirm_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.afterpay_clearpay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.alma_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.amazon_pay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.au_becs_debit_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.bacs_debit_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.bancontact_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.blik_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.boleto_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.card_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.cartes_bancaires_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.cashapp_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.eps_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.fpx_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.gb_bank_transfer_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.grabpay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.ideal_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.jcb_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.jp_bank_transfer_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.kakao_pay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.klarna_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.konbini_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.kr_card_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.link_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.mobilepay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.multibanco_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.mx_bank_transfer_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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.naver_pay_paymentsnullable object

          Allow the merchant to process Naver Pay payments.

          • configuration.merchant.capabilities.naver_pay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.naver_pay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.naver_pay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is active.

            • configuration.merchant.capabilities.naver_pay_payments.status_details.codeenum

              Machine-readable code explaining the reason for the Capability to be in its current status.

              Possible enum values
              determining_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.resolutionenum

              Machine-readable code explaining how to make the Capability active.

              Possible enum values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.oxxo_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.p24_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.pay_by_bank_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.payco_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.paynow_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.promptpay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.revolut_pay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.samsung_pay_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.sepa_bank_transfer_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.sepa_debit_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.merchant.capabilities.stripe_balance.payouts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.swish_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.twint_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.us_bank_transfer_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.merchant.capabilities.zip_payments.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.recipient.capabilities.bank_accounts.local.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.recipient.capabilities.bank_accounts.wire.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
            active

            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_details for information on why.

            unsupported

            The Capability is unsupported. Check status_details for information on why.

          • configuration.recipient.capabilities.cards.status_detailsarray of objects

            Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
              determining_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 values
              contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.recipient.capabilities.stripe_balance.payouts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.recipient.capabilities.stripe_balance.stripe_transfers.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
          at_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.financial_addresses.bank_accounts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.holds_currencies.gbp.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.inbound_transfers.bank_accounts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.outbound_payments.bank_accounts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.outbound_payments.cards.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.outbound_payments.financial_accounts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.outbound_transfers.bank_accounts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
              active

              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_details for information on why.

              unsupported

              The Capability is unsupported. Check status_details for information on why.

            • configuration.storer.capabilities.outbound_transfers.financial_accounts.status_detailsarray of objects

              Additional details regarding the status of the Capability. status_details will be empty if the Capability’s status is 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 values
                determining_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 values
                contact_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 values
    express

    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 values
      ar-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 values
        application

        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 values
        application

        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 values
          qualified_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 values
            files

            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 values
            files

            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 values
            files

            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 values
            files

            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 values
            files

            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 values
            files

            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_back only.

            Possible enum values
            front_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 values
            files

            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 values
            files

            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 values
            files

            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 values
          ae_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 values
        cooperative

        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 values
      company

      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 unless entity_type is set to 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 values
          registered

          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 values
          alias

          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.company_authorizationnullable object

          One or more documents that demonstrate proof that this person is authorized to represent the company.

          • identity.individual.documents.company_authorization.filesarray of strings

            One or more document IDs returned by a file upload with a purpose value of account_requirement.

          • identity.individual.documents.company_authorization.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            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 values
            files

            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_back only.

            Possible enum values
            front_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_back only.

            Possible enum values
            front_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 values
            files

            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 values
          ae_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 values
        female

        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 values
        existing

        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.authorizernullable 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 value false 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 values
      application

      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 values
        stripe

        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 values
          invalid_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 values
            ach_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 values
            customer

            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 values
              currently_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 values
          currently_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 values
          inquiry

          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 values
          future_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 values
          currently_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.

Error Codes
400account_controller_express_dash_without_application_losses_or_fees

If dashboard is express, fees_collector must be application and losses_collector must be application.

400account_controller_stripe_pricing_platform_liable

If losses_collector is application, fees_collector must also be application.

400account_controller_unsupported_configuration

Connect integration combination is not supported.

400account_controller_unsupported_configuration_private_preview

Responsibility combinations is not supported in private preview.

400account_country_unsupported_currency

Currency is not allowed for the account’s country.

400address_characters_invalid

Invalid characters are provided for address fields.

400address_country_identity_country_mismatch

Address country doesn’t match identity country.

400address_postal_code_invalid

Address postal code is invalid.

400address_state_invalid

Address state is invalid.

400address_town_invalid

Address town is invalid.

400attach_payment_method_to_customer

Default payment method is added to the customer config before attaching it to the account using /v1/payment_methods.

400can_create_platform_owned_onboarding_accounts_required

Dormant accounts cannot create accounts where requirements collector is application (this is an account takeover prevention measure).

400cannot_use_validate_location_on_customer_create

Cannot set automatic_indirect_tax.validate_location when initially creating a customer configuration.

400capability_cannot_be_unrequested_due_to_other_capability_requirement

Feature cannot be unrequested due to being a requirement for another feature.

400capability_not_available_for_dashboard_type

Feature cannot be requested for the dashboard type.

400capability_not_available_for_entity_type_in_country

Requested feature is not available for the entity type in your country.

400capability_not_available_in_country

Requested capability is not available in your country.

400capability_not_available_in_platform_country

Feature cannot be requested given the platform’s country.

400capability_not_available_without_other_capability

Requested feature is not available without also requesting a different feature.

400capability_not_available_without_other_capability_in_country

Requested feature is not available without also requesting a different feature in your country.

400configuration_cannot_be_deactivated

Configuration cannot be deactivated.

400configuration_cannot_be_deactivated_due_to_other_capability_requirement

Configuration cannot be deactivated due to a dependency with another capability.

400configuration_cannot_be_deactivated_due_to_other_configuration

Cannot deactivate a configuration due to another configuration depending on it.

400configuration_cannot_be_updated_while_deactivated

Configuration cannot be updated while deactivated.

400configuration_creation_invalid

Cannot create an account with an invalid configuration.

400custom_account_beta

Custom accounts cannot be created in certain countries.

400customer_invalid_tax_location

Invalid customer tax location.

400date_of_birth_age_restriction

Representative date of birth does not meet the age limit.

400date_of_birth_invalid

Representative date of birth is provided an invalid date or a future date.

400default_currency_immutable

Cannot change defaults.currency post account activation.

400default_outbound_destination_invalid

Outbound Destination ID is invalid.

400default_payment_method_invalid

Default payment method provided for a customer does not exist or is otherwise invalid.

400document_invalid

Provided file tokens for documents are invalid, not found, deleted, or belong to a different account.

400document_purpose_invalid

Provided file tokens for documents are of the wrong purpose.

400duplicate_person_not_allowed

Duplicate person is added to an account.

400email_domain_invalid_for_recipient

Email contains unsupported domain.

400email_invalid

Incorrect email is provided.

400entity_type_not_supported_in_country

The identity.entity_type value is not supported in a given identity.country.

400id_number_invalid

Provided ID number is of the wrong format for the given type.

400identity_country_required

The identity.country value is required but not provided.

400immutable_identity_param

Identity param has been made immutable due to the state of the account.

400incorrect_id_number_for_country

Incorrect ID number is provided for a country.

400invalid_id_number_for_structure

ID number is provided that is not permitted for the Identity’s entity type and business structure.

400invalid_id_number_registrar

The identity.business_details.id_numbers.registrar value is an invalid DE registrar.

400ip_address_invalid

Invalid IP address is provided.

400mcc_invalid

MCC is invalid for configuration.merchant.mcc.

400non_jp_kana_kanji_address

Kana Kanji script addresses must have JP country.

400person_percent_ownership_invalid

Error returned when relationship.owner is set to true but the ownership percentage is set to 0%.

400phone_invalid

Phone number is invalid.

400script_characters_invalid

Provided script characters are invalid for the script.

400shipping_address_required

Shipping address is required within the shipping hash.

400shipping_name_required

Shipping name is required within the shipping hash.

400statement_descriptor_invalid

Statement descriptor is invalid.

400structure_incompatible_for_entity_type_country

The business_details.structure value is not valid for identity.country and identity.entity_type.

400test_clock_disallowed_on_live_mode

Cannot set a test clock on a livemode customer.

400test_clock_invalid

Test clock does not exist or is otherwise invalid.

400tos_acceptance_on_behalf_not_allowed

TOS cannot be accepted on behalf of accounts when requirement collection is stripe.

400total_person_ownership_exceeded

Total ownership percentages of all Persons on the account exceeds 100%.

400unsupported_field_for_configs

Cannot set responsibilities on the current configurations.

400unsupported_identity_field_for_configs

Cannot set identity fields when the Account is only configured as a customer.

400url_invalid

URL is invalid.

400v1_account_instead_of_v2_account

V1 Account ID cannot be used in V2 Account APIs.

400v1_customer_instead_of_v2_account

V1 Customer ID cannot be used in V2 Account APIs.

404not_found

The resource wasn’t found.

409idempotency_error

An idempotent retry occurred with different request parameters.

POST /v2/core/accounts/:id
curl -X POST https://api.stripe.com/v2/core/accounts/acct_1Nv0FGQ9RKHgCVdK \
-H "Authorization: Bearer sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2" \
-H "Stripe-Version: 2025-08-27.preview" \
--json '{
"identity": {
"business_details": {
"structure": "sole_proprietorship",
"doing_business_as": "FurEver",
"product_description": "Saas pet grooming platform at furever.dev using Connect embedded components",
"url": "http://accessible.stripe.com",
"id_numbers": [
{
"type": "us_ein",
"value": "000000000"
}
]
}
},
"include": [
"identity"
]
}'
Response
{
"id": "acct_1Nv0FGQ9RKHgCVdK",
"object": "v2.core.account",
"applied_configurations": [
"merchant"
],
"contact_email": "furever@example.com",
"created": "2024-11-26T16:33:03.000Z",
"dashboard": "none",
"identity": {
"business_details": {
"doing_business_as": "FurEver",
"id_numbers": [
{
"type": "us_ein"
}
],
"product_description": "Saas pet grooming platform at furever.dev using Connect embedded components",
"structure": "sole_proprietorship",
"url": "http://accessible.stripe.com"
},
"country": "US"
},
"display_name": "Furever",
"livemode": true,
"metadata": {}
}