List all Account objects v2

Core Resources
Accounts
List all Account objects

Returns a list of Accounts.

Learn more about calling API v2 endpoints.

Parameters

  • applied_configurationsarray of strings

    Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.

  • closedboolean

    Filter by whether the account is closed. If omitted, returns only Accounts that are not closed.

  • limitinteger

    The upper limit on the number of accounts returned by the List Account request.

  • pagestring

    The page token to navigate to next or previous batch of accounts given by the list request.

Returns

Response attributes

  • dataarray of objects

    A list of retrieved Account objects.

    • data.idstring

      Unique identifier for the Account.

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

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

    • data.closednullable boolean

      A value indicating if the Account has been closed.

    • data.configurationnullable object

      An Account Configuration which allows the Account to take on a key persona across Stripe products.

      • data.configuration.customernullable object

        The Customer Configuration allows the Account to be used in inbound payment flows.

        • data.configuration.customer.appliedboolean

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

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

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

          • data.configuration.customer.automatic_indirect_tax.ip_addressnullable string

            A recent IP address of the customer used for tax reporting and tax location inference.

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

            • data.configuration.customer.automatic_indirect_tax.location.countrynullable enum

              The identified tax country of the customer.

            • data.configuration.customer.automatic_indirect_tax.location.statenullable string

              The identified tax state, county, province, or region of the customer.

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

            payment_method

            The customer’s default payment method, unless a default payment method is set on the subscription or invoice.

            shipping_address

            Shipping address.

        • data.configuration.customer.billingnullable object

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

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

          • data.configuration.customer.billing.invoicenullable object

            Default settings used on invoices for this customer.

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

              • data.configuration.customer.billing.invoice.custom_fields.namestring

                The name of the custom field. This may be up to 40 characters.

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

            • data.configuration.customer.billing.invoice.footernullable string

              Default footer to be displayed on invoices for this customer.

            • data.configuration.customer.billing.invoice.next_sequencenullable integer

              The sequence to be used on the customer’s next invoice. Defaults to 1.

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

            • data.configuration.customer.billing.invoice.renderingnullable object

              Default options for invoice PDF rendering for this customer.

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

              • data.configuration.customer.billing.invoice.rendering.templatenullable string

                ID of the invoice rendering template to use for future invoices.

        • data.configuration.customer.capabilitiesnullable object

          Capabilities that have been requested on the Customer Configuration.

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

            • data.configuration.customer.capabilities.automatic_indirect_tax.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

        • data.configuration.customer.shippingnullable object

          The customer’s shipping information. Appears on invoices emailed to this customer.

          • data.configuration.customer.shipping.addressnullable object

            Customer shipping address.

            • data.configuration.customer.shipping.address.citynullable string

              City, district, suburb, town, or village.

            • data.configuration.customer.shipping.address.countrynullable enum

              Two-letter country code (ISO 3166-1 alpha-2).

            • data.configuration.customer.shipping.address.line1nullable string

              Address line 1 (e.g., street, PO Box, or company name).

            • data.configuration.customer.shipping.address.line2nullable string

              Address line 2 (e.g., apartment, suite, unit, or building).

            • data.configuration.customer.shipping.address.postal_codenullable string

              ZIP or postal code.

            • data.configuration.customer.shipping.address.statenullable string

              State, county, province, or region.

          • data.configuration.customer.shipping.namenullable string

            Customer name.

          • data.configuration.customer.shipping.phonenullable string

            Customer phone (including extension).

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

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

        • data.configuration.merchant.appliedboolean

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

        • data.configuration.merchant.bacs_debit_paymentsnullable object

          Settings used for Bacs debit payments.

          • data.configuration.merchant.bacs_debit_payments.display_namenullable string

            Display name for Bacs debit payments.

          • data.configuration.merchant.bacs_debit_payments.service_user_numbernullable string

            Service user number for Bacs debit payments.

        • data.configuration.merchant.brandingnullable object

          Settings used to apply the merchant’s branding to email receipts, invoices, Checkout, and other products.

          • data.configuration.merchant.branding.iconnullable string

            ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px.

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

          • data.configuration.merchant.branding.primary_colornullable string

            A CSS hex color value representing the primary branding color for the merchant.

          • data.configuration.merchant.branding.secondary_colornullable string

            A CSS hex color value representing the secondary branding color for the merchant.

        • data.configuration.merchant.capabilitiesnullable object

          Capabilities that have been requested on the Merchant Configuration.

          • data.configuration.merchant.capabilities.ach_debit_paymentsnullable object

            Allow the merchant to process ACH debit payments.

            • data.configuration.merchant.capabilities.ach_debit_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.acss_debit_paymentsnullable object

            Allow the merchant to process ACSS debit payments.

            • data.configuration.merchant.capabilities.acss_debit_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.affirm_paymentsnullable object

            Allow the merchant to process Affirm payments.

            • data.configuration.merchant.capabilities.affirm_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.afterpay_clearpay_paymentsnullable object

            Allow the merchant to process Afterpay/Clearpay payments.

            • data.configuration.merchant.capabilities.afterpay_clearpay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.alma_paymentsnullable object

            Allow the merchant to process Alma payments.

            • data.configuration.merchant.capabilities.alma_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.amazon_pay_paymentsnullable object

            Allow the merchant to process Amazon Pay payments.

            • data.configuration.merchant.capabilities.amazon_pay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.au_becs_debit_paymentsnullable object

            Allow the merchant to process Australian BECS Direct Debit payments.

            • data.configuration.merchant.capabilities.au_becs_debit_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.bacs_debit_paymentsnullable object

            Allow the merchant to process BACS Direct Debit payments.

            • data.configuration.merchant.capabilities.bacs_debit_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.bancontact_paymentsnullable object

            Allow the merchant to process Bancontact payments.

            • data.configuration.merchant.capabilities.bancontact_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.blik_paymentsnullable object

            Allow the merchant to process BLIK payments.

            • data.configuration.merchant.capabilities.blik_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.boleto_paymentsnullable object

            Allow the merchant to process Boleto payments.

            • data.configuration.merchant.capabilities.boleto_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.card_paymentsnullable object

            Allow the merchant to collect card payments.

            • data.configuration.merchant.capabilities.card_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.cartes_bancaires_paymentsnullable object

            Allow the merchant to process Cartes Bancaires payments.

            • data.configuration.merchant.capabilities.cartes_bancaires_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.cashapp_paymentsnullable object

            Allow the merchant to process Cash App payments.

            • data.configuration.merchant.capabilities.cashapp_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.eps_paymentsnullable object

            Allow the merchant to process EPS payments.

            • data.configuration.merchant.capabilities.eps_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.fpx_paymentsnullable object

            Allow the merchant to process FPX payments.

            • data.configuration.merchant.capabilities.fpx_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.gb_bank_transfer_paymentsnullable object

            Allow the merchant to process UK bank transfer payments.

            • data.configuration.merchant.capabilities.gb_bank_transfer_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.grabpay_paymentsnullable object

            Allow the merchant to process GrabPay payments.

            • data.configuration.merchant.capabilities.grabpay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.ideal_paymentsnullable object

            Allow the merchant to process iDEAL payments.

            • data.configuration.merchant.capabilities.ideal_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.jcb_paymentsnullable object

            Allow the merchant to process JCB card payments.

            • data.configuration.merchant.capabilities.jcb_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.jp_bank_transfer_paymentsnullable object

            Allow the merchant to process Japanese bank transfer payments.

            • data.configuration.merchant.capabilities.jp_bank_transfer_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.kakao_pay_paymentsnullable object

            Allow the merchant to process Kakao Pay payments.

            • data.configuration.merchant.capabilities.kakao_pay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.klarna_paymentsnullable object

            Allow the merchant to process Klarna payments.

            • data.configuration.merchant.capabilities.klarna_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.konbini_paymentsnullable object

            Allow the merchant to process Konbini convenience store payments.

            • data.configuration.merchant.capabilities.konbini_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.kr_card_paymentsnullable object

            Allow the merchant to process Korean card payments.

            • data.configuration.merchant.capabilities.kr_card_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.link_paymentsnullable object

            Allow the merchant to process Link payments.

            • data.configuration.merchant.capabilities.link_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.mobilepay_paymentsnullable object

            Allow the merchant to process MobilePay payments.

            • data.configuration.merchant.capabilities.mobilepay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.multibanco_paymentsnullable object

            Allow the merchant to process Multibanco payments.

            • data.configuration.merchant.capabilities.multibanco_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.mx_bank_transfer_paymentsnullable object

            Allow the merchant to process Mexican bank transfer payments.

            • data.configuration.merchant.capabilities.mx_bank_transfer_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.naver_pay_paymentsnullable object

            Allow the merchant to process Naver Pay payments.

            • data.configuration.merchant.capabilities.naver_pay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.oxxo_paymentsnullable object

            Allow the merchant to process OXXO payments.

            • data.configuration.merchant.capabilities.oxxo_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.p24_paymentsnullable object

            Allow the merchant to process Przelewy24 (P24) payments.

            • data.configuration.merchant.capabilities.p24_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.pay_by_bank_paymentsnullable object

            Allow the merchant to process Pay by Bank payments.

            • data.configuration.merchant.capabilities.pay_by_bank_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.payco_paymentsnullable object

            Allow the merchant to process PAYCO payments.

            • data.configuration.merchant.capabilities.payco_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.paynow_paymentsnullable object

            Allow the merchant to process PayNow payments.

            • data.configuration.merchant.capabilities.paynow_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.promptpay_paymentsnullable object

            Allow the merchant to process PromptPay payments.

            • data.configuration.merchant.capabilities.promptpay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.revolut_pay_paymentsnullable object

            Allow the merchant to process Revolut Pay payments.

            • data.configuration.merchant.capabilities.revolut_pay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.samsung_pay_paymentsnullable object

            Allow the merchant to process Samsung Pay payments.

            • data.configuration.merchant.capabilities.samsung_pay_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.sepa_bank_transfer_paymentsnullable object

            Allow the merchant to process SEPA bank transfer payments.

            • data.configuration.merchant.capabilities.sepa_bank_transfer_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.sepa_debit_paymentsnullable object

            Allow the merchant to process SEPA Direct Debit payments.

            • data.configuration.merchant.capabilities.sepa_debit_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.stripe_balancenullable object

            Capabilities that enable the merchant to manage their Stripe Balance (/v1/balance).

            • data.configuration.merchant.capabilities.stripe_balance.payoutsnullable object

              Allows the account to do payouts using their Stripe Balance (/v1/balance).

              • data.configuration.merchant.capabilities.stripe_balance.payouts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

          • data.configuration.merchant.capabilities.swish_paymentsnullable object

            Allow the merchant to process Swish payments.

            • data.configuration.merchant.capabilities.swish_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.twint_paymentsnullable object

            Allow the merchant to process TWINT payments.

            • data.configuration.merchant.capabilities.twint_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.us_bank_transfer_paymentsnullable object

            Allow the merchant to process US bank transfer payments.

            • data.configuration.merchant.capabilities.us_bank_transfer_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.merchant.capabilities.zip_paymentsnullable object

            Allow the merchant to process Zip payments.

            • data.configuration.merchant.capabilities.zip_payments.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

        • data.configuration.merchant.card_paymentsnullable object

          Card payments settings.

          • data.configuration.merchant.card_payments.decline_onnullable object

            Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge.

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

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

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

        • data.configuration.merchant.sepa_debit_paymentsnullable object

          Settings used for SEPA debit payments.

          • data.configuration.merchant.sepa_debit_payments.creditor_idnullable string

            Creditor ID for SEPA debit payments.

        • data.configuration.merchant.statement_descriptornullable object

          Statement descriptor.

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

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

        • data.configuration.merchant.supportnullable object

          Publicly available contact information for sending support issues to.

          • data.configuration.merchant.support.addressnullable object

            A publicly available mailing address for sending support issues to.

            • data.configuration.merchant.support.address.citynullable string

              City, district, suburb, town, or village.

            • data.configuration.merchant.support.address.countrynullable enum

              Two-letter country code (ISO 3166-1 alpha-2).

            • data.configuration.merchant.support.address.line1nullable string

              Address line 1 (e.g., street, PO Box, or company name).

            • data.configuration.merchant.support.address.line2nullable string

              Address line 2 (e.g., apartment, suite, unit, or building).

            • data.configuration.merchant.support.address.postal_codenullable string

              ZIP or postal code.

            • data.configuration.merchant.support.address.statenullable string

              State, county, province, or region.

            • data.configuration.merchant.support.address.townnullable string

              Town or cho-me.

          • data.configuration.merchant.support.emailnullable string

            A publicly available email address for sending support issues to.

          • data.configuration.merchant.support.phonenullable string

            A publicly available phone number to call with support issues.

          • data.configuration.merchant.support.urlnullable string

            A publicly available website for handling support issues.

      • data.configuration.recipientnullable object

        The Recipient Configuration allows the Account to receive funds.

        • data.configuration.recipient.appliedboolean

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

        • data.configuration.recipient.capabilitiesnullable object

          Capabilities that have been requested on the Recipient Configuration.

          • data.configuration.recipient.capabilities.bank_accountsnullable object

            Capabilities that enable OutboundPayments to a bank account linked to this Account.

            • data.configuration.recipient.capabilities.bank_accounts.localnullable object

              Enables this Account to receive OutboundPayments to linked bank accounts over local networks.

              • data.configuration.recipient.capabilities.bank_accounts.local.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

            • data.configuration.recipient.capabilities.bank_accounts.wirenullable object

              Enables this Account to receive OutboundPayments to linked bank accounts over wire.

              • data.configuration.recipient.capabilities.bank_accounts.wire.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

          • data.configuration.recipient.capabilities.cardsnullable object

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

            • data.configuration.recipient.capabilities.cards.requestedboolean

              Whether the Capability has been requested.

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

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

              • data.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).

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

          • data.configuration.recipient.capabilities.stripe_balancenullable object

            Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).

            • data.configuration.recipient.capabilities.stripe_balance.payoutsnullable object

              Allows the account to do payouts using their Stripe Balance (/v1/balance).

              • data.configuration.recipient.capabilities.stripe_balance.payouts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

            • data.configuration.recipient.capabilities.stripe_balance.stripe_transfersnullable object

              Allows the account to receive /v1/transfers into their Stripe Balance (/v1/balance).

              • data.configuration.recipient.capabilities.stripe_balance.stripe_transfers.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

        • data.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 or APIs.

          • data.configuration.recipient.default_outbound_destination.idstring

            The payout method ID of the default outbound destination.

          • data.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 51 more
      • data.configuration.storernullable objectPreview feature

        The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.

        • data.configuration.storer.appliedboolean

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

        • data.configuration.storer.capabilitiesnullable object

          Capabilities that have been requested on the Storer Configuration.

          • data.configuration.storer.capabilities.financial_addressesnullable object

            Can provision a financial address to credit/debit a FinancialAccount.

            • data.configuration.storer.capabilities.financial_addresses.bank_accountsnullable object

              Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.

              • data.configuration.storer.capabilities.financial_addresses.bank_accounts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

          • data.configuration.storer.capabilities.holds_currenciesnullable object

            Can hold storage-type funds on Stripe.

            • data.configuration.storer.capabilities.holds_currencies.gbpnullable object

              Can hold storage-type funds on Stripe in GBP.

              • data.configuration.storer.capabilities.holds_currencies.gbp.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

            • data.configuration.storer.capabilities.holds_currencies.usdnullable object

              Can hold storage-type funds on Stripe in USD.

              • data.configuration.storer.capabilities.holds_currencies.usd.requestedboolean

                Whether the Capability has been requested.

              • data.configuration.storer.capabilities.holds_currencies.usd.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.

              • data.configuration.storer.capabilities.holds_currencies.usd.status_detailsarray of objects

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

                • data.configuration.storer.capabilities.holds_currencies.usd.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).

                • data.configuration.storer.capabilities.holds_currencies.usd.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.

          • data.configuration.storer.capabilities.inbound_transfersnullable object

            Can pull funds from an external source, owned by yourself, to a FinancialAccount.

            • data.configuration.storer.capabilities.inbound_transfers.bank_accountsnullable object

              Can pull funds from an external bank account, owned by yourself, to a FinancialAccount.

              • data.configuration.storer.capabilities.inbound_transfers.bank_accounts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

          • data.configuration.storer.capabilities.outbound_paymentsnullable object

            Can send funds from a FinancialAccount to a destination owned by someone else.

            • data.configuration.storer.capabilities.outbound_payments.bank_accountsnullable object

              Can send funds from a FinancialAccount to a bank account, owned by someone else.

              • data.configuration.storer.capabilities.outbound_payments.bank_accounts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

            • data.configuration.storer.capabilities.outbound_payments.cardsnullable object

              Can send funds from a FinancialAccount to a debit card, owned by someone else.

              • data.configuration.storer.capabilities.outbound_payments.cards.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

            • data.configuration.storer.capabilities.outbound_payments.financial_accountsnullable object

              Can send funds from a FinancialAccount to another FinancialAccount, owned by someone else.

              • data.configuration.storer.capabilities.outbound_payments.financial_accounts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

          • data.configuration.storer.capabilities.outbound_transfersnullable object

            Can send funds from a FinancialAccount to a destination owned by yourself.

            • data.configuration.storer.capabilities.outbound_transfers.bank_accountsnullable object

              Can send funds from a FinancialAccount, to a bank account, owned by yourself.

              • data.configuration.storer.capabilities.outbound_transfers.bank_accounts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

            • data.configuration.storer.capabilities.outbound_transfers.financial_accountsnullable object

              Can send funds from a FinancialAccount to another FinancialAccount, owned by yourself.

              • data.configuration.storer.capabilities.outbound_transfers.financial_accounts.requestedboolean

                Whether the Capability has been requested.

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

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

                • data.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).

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

    • data.contact_emailnullable string

      The default contact email address for the Account. Required when configuring the account as a merchant or recipient.

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

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

    • data.defaultsnullable object

      Default values to be used on Account Configurations.

      • data.defaults.currencynullable enum

        Three-letter ISO currency code, in lowercase. Must be a supported currency.

      • data.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
      • data.defaults.profilenullable object

        Account profile information.

        • data.defaults.profile.business_urlnullable string

          The business’s publicly-available website.

        • data.defaults.profile.doing_business_asnullable string

          The company’s legal name.

        • data.defaults.profile.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.

      • data.defaults.responsibilitiesnullable object

        Default responsibilities held by either Stripe or the platform.

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

          application_custom

          The platform is responsible for fees matching the behavior of Custom accounts.

          application_express

          The platform is responsible for fees matching the behavior of Express accounts.

          stripe

          Stripe is responsible for collecting fees from the Account.

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

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

    • data.identitynullable object

      Information about the company, individual, and business represented by the Account.

      • data.identity.attestationsnullable object

        Attestations from the identity’s key people, e.g. owners, executives, directors, representatives.

        • data.identity.attestations.directorship_declarationnullable object

          This hash is used to attest that the directors information provided to Stripe is both current and correct.

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

          • data.identity.attestations.directorship_declaration.ipnullable string

            The IP address from which the director attestation was made.

          • data.identity.attestations.directorship_declaration.user_agentnullable string

            The user agent of the browser from which the director attestation was made.

        • data.identity.attestations.ownership_declarationnullable object

          This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.

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

          • data.identity.attestations.ownership_declaration.ipnullable string

            The IP address from which the beneficial owner attestation was made.

          • data.identity.attestations.ownership_declaration.user_agentnullable string

            The user agent of the browser from which the beneficial owner attestation was made.

        • data.identity.attestations.persons_providednullable object

          Attestation that all Persons with a specific Relationship value have been provided.

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

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

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

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

        • data.identity.attestations.representative_declarationnullable object

          This hash is used to attest that the representative is authorized to act as the representative of their legal entity.

          • data.identity.attestations.representative_declaration.datenullable timestamp

            The time marking when the representative attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

          • data.identity.attestations.representative_declaration.ipnullable string

            The IP address from which the representative attestation was made.

          • data.identity.attestations.representative_declaration.user_agentnullable string

            The user agent of the browser from which the representative attestation was made.

        • data.identity.attestations.terms_of_servicenullable object

          Attestations of accepted terms of service agreements.

          • data.identity.attestations.terms_of_service.accountnullable object

            Details on the Account’s acceptance of the Stripe Services Agreement.

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

            • data.identity.attestations.terms_of_service.account.ipnullable string

              The IP address from which the Account’s representative accepted the terms of service.

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

          • data.identity.attestations.terms_of_service.storernullable objectPreview feature

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

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

            • data.identity.attestations.terms_of_service.storer.ipnullable string

              The IP address from which the Account’s representative accepted the terms of service.

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

      • data.identity.business_detailsnullable object

        Information about the company or business.

        • data.identity.business_details.addressnullable object

          The company’s primary address.

          • data.identity.business_details.address.citynullable string

            City, district, suburb, town, or village.

          • data.identity.business_details.address.countrynullable enum

            Two-letter country code (ISO 3166-1 alpha-2).

          • data.identity.business_details.address.line1nullable string

            Address line 1 (e.g., street, PO Box, or company name).

          • data.identity.business_details.address.line2nullable string

            Address line 2 (e.g., apartment, suite, unit, or building).

          • data.identity.business_details.address.postal_codenullable string

            ZIP or postal code.

          • data.identity.business_details.address.statenullable string

            State, county, province, or region.

          • data.identity.business_details.address.townnullable string

            Town or cho-me.

        • data.identity.business_details.annual_revenuenullable object

          The business gross annual revenue for its preceding fiscal year.

          • data.identity.business_details.annual_revenue.amountnullable object

            A non-negative integer representing the amount in the smallest currency unit.

            • data.identity.business_details.annual_revenue.amount.currencystring

              A lowercase alpha3 currency code like “usd”.

            • data.identity.business_details.annual_revenue.amount.valueinteger

              In minor units like 123 for 1.23 USD.

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

        • data.identity.business_details.documentsnullable object

          Documents that may be submitted to satisfy various informational requests.

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

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

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

          • data.identity.business_details.documents.company_licensenullable object

            One or more documents that demonstrate proof of a company’s license to operate.

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

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

          • data.identity.business_details.documents.company_memorandum_of_associationnullable object

            One or more documents showing the company’s Memorandum of Association.

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

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

          • data.identity.business_details.documents.company_ministerial_decreenullable object

            Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.

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

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

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

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

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

          • data.identity.business_details.documents.company_tax_id_verificationnullable object

            One or more documents that demonstrate proof of a company’s tax ID.

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

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

          • data.identity.business_details.documents.primary_verificationnullable object

            A document verifying the business.

            • data.identity.business_details.documents.primary_verification.front_backobject

              The file upload tokens for the front and back of the verification document.

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

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

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

          • data.identity.business_details.documents.proof_of_addressnullable object

            One or more documents that demonstrate proof of address.

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

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

          • data.identity.business_details.documents.proof_of_registrationnullable object

            One or more documents showing the company’s proof of registration with the national business registry.

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

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

          • data.identity.business_details.documents.proof_of_ultimate_beneficial_ownershipnullable object

            One or more documents that demonstrate proof of ultimate beneficial ownership.

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

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

        • data.identity.business_details.estimated_worker_countnullable integer

          An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.

        • data.identity.business_details.id_numbersnullable array of objects

          The provided ID numbers of a business entity.

          • data.identity.business_details.id_numbers.registrarnullable string

            The registrar of the ID number (Only valid for DE ID number types).

          • data.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
        • data.identity.business_details.monthly_estimated_revenuenullable object

          An estimate of the monthly revenue of the business.

          • data.identity.business_details.monthly_estimated_revenue.amountnullable object

            A non-negative integer representing the amount in the smallest currency unit.

            • data.identity.business_details.monthly_estimated_revenue.amount.currencystring

              A lowercase alpha3 currency code like “usd”.

            • data.identity.business_details.monthly_estimated_revenue.amount.valueinteger

              In minor units like 123 for 1.23 USD.

        • data.identity.business_details.phonenullable string

          The company’s phone number (used for verification).

        • data.identity.business_details.registered_namenullable string

          The business legal name.

        • data.identity.business_details.script_addressesnullable object

          The business registration address of the business entity in non latin script.

          • data.identity.business_details.script_addresses.kananullable object

            Kana Address.

            • data.identity.business_details.script_addresses.kana.citynullable string

              City, district, suburb, town, or village.

            • data.identity.business_details.script_addresses.kana.countrynullable enum

              Two-letter country code (ISO 3166-1 alpha-2).

            • data.identity.business_details.script_addresses.kana.line1nullable string

              Address line 1 (e.g., street, PO Box, or company name).

            • data.identity.business_details.script_addresses.kana.line2nullable string

              Address line 2 (e.g., apartment, suite, unit, or building).

            • data.identity.business_details.script_addresses.kana.postal_codenullable string

              ZIP or postal code.

            • data.identity.business_details.script_addresses.kana.statenullable string

              State, county, province, or region.

            • data.identity.business_details.script_addresses.kana.townnullable string

              Town or cho-me.

          • data.identity.business_details.script_addresses.kanjinullable object

            Kanji Address.

            • data.identity.business_details.script_addresses.kanji.citynullable string

              City, district, suburb, town, or village.

            • data.identity.business_details.script_addresses.kanji.countrynullable enum

              Two-letter country code (ISO 3166-1 alpha-2).

            • data.identity.business_details.script_addresses.kanji.line1nullable string

              Address line 1 (e.g., street, PO Box, or company name).

            • data.identity.business_details.script_addresses.kanji.line2nullable string

              Address line 2 (e.g., apartment, suite, unit, or building).

            • data.identity.business_details.script_addresses.kanji.postal_codenullable string

              ZIP or postal code.

            • data.identity.business_details.script_addresses.kanji.statenullable string

              State, county, province, or region.

            • data.identity.business_details.script_addresses.kanji.townnullable string

              Town or cho-me.

        • data.identity.business_details.script_namesnullable object

          The business legal name in non latin script.

          • data.identity.business_details.script_names.kananullable object

            Kana name.

            • data.identity.business_details.script_names.kana.registered_namenullable string

              Registered name of the business.

          • data.identity.business_details.script_names.kanjinullable object

            Kanji name.

            • data.identity.business_details.script_names.kanji.registered_namenullable string

              Registered name of the business.

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

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

      • data.identity.individualnullable object

        Information about the individual represented by the Account. This property is null unless entity_type is set to individual.

        • data.identity.individual.idstring

          Unique identifier for the object.

        • data.identity.individual.objectstring

          String representing the object’s type. Objects of the same type share the same value.

        • data.identity.individual.accountstring

          The account ID which the individual belongs to.

        • data.identity.individual.additional_addressesnullable array of objects

          Additional addresses associated with the individual.

          • data.identity.individual.additional_addresses.citynullable string

            City, district, suburb, town, or village.

          • data.identity.individual.additional_addresses.countrynullable enum

            Two-letter country code (ISO 3166-1 alpha-2).

          • data.identity.individual.additional_addresses.line1nullable string

            Address line 1 (e.g., street, PO Box, or company name).

          • data.identity.individual.additional_addresses.line2nullable string

            Address line 2 (e.g., apartment, suite, unit, or building).

          • data.identity.individual.additional_addresses.postal_codenullable string

            ZIP or postal code.

          • data.identity.individual.additional_addresses.purposeenum

            Purpose of additional address.

            Possible enum values
            registered

            Registered.

          • data.identity.individual.additional_addresses.statenullable string

            State, county, province, or region.

          • data.identity.individual.additional_addresses.townnullable string

            Town or cho-me.

        • data.identity.individual.additional_namesnullable array of objects

          Additional names (e.g. aliases) associated with the individual.

          • data.identity.individual.additional_names.full_namenullable string

            The individual’s full name.

          • data.identity.individual.additional_names.given_namenullable string

            The individual’s first or given name.

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

          • data.identity.individual.additional_names.surnamenullable string

            The individual’s last or family name.

        • data.identity.individual.additional_terms_of_servicenullable object

          Terms of service acceptances.

          • data.identity.individual.additional_terms_of_service.accountnullable object

            Stripe terms of service agreement.

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

            • data.identity.individual.additional_terms_of_service.account.ipnullable string

              The IP address from which the Account’s representative accepted the terms of service.

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

        • data.identity.individual.addressnullable object

          The individual’s residential address.

          • data.identity.individual.address.citynullable string

            City, district, suburb, town, or village.

          • data.identity.individual.address.countrynullable enum

            Two-letter country code (ISO 3166-1 alpha-2).

          • data.identity.individual.address.line1nullable string

            Address line 1 (e.g., street, PO Box, or company name).

          • data.identity.individual.address.line2nullable string

            Address line 2 (e.g., apartment, suite, unit, or building).

          • data.identity.individual.address.postal_codenullable string

            ZIP or postal code.

          • data.identity.individual.address.statenullable string

            State, county, province, or region.

          • data.identity.individual.address.townnullable string

            Town or cho-me.

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

        • data.identity.individual.date_of_birthnullable object

          The individual’s date of birth.

          • data.identity.individual.date_of_birth.dayinteger

            The day of birth, between 1 and 31.

          • data.identity.individual.date_of_birth.monthinteger

            The month of birth, between 1 and 12.

          • data.identity.individual.date_of_birth.yearinteger

            The four-digit year of birth.

        • data.identity.individual.documentsnullable object

          Documents that may be submitted to satisfy various informational requests.

          • data.identity.individual.documents.company_authorizationnullable object

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

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

            • data.identity.individual.documents.company_authorization.typeenum

              The format of the document. Currently supports files only.

              Possible enum values
              files

              Document type with multiple files.

          • data.identity.individual.documents.passportnullable object

            One or more documents showing the person’s passport page with photo and personal data.

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

            • data.identity.individual.documents.passport.typeenum

              The format of the document. Currently supports files only.

              Possible enum values
              files

              Document type with multiple files.

          • data.identity.individual.documents.primary_verificationnullable object

            An identifying document showing the person’s name, either a passport or local ID card.

            • data.identity.individual.documents.primary_verification.front_backobject

              The file upload tokens for the front and back of the verification document.

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

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

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

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

            • data.identity.individual.documents.secondary_verification.front_backobject

              The file upload tokens for the front and back of the verification document.

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

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

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

          • data.identity.individual.documents.visanullable object

            One or more documents showing the person’s visa required for living in the country where they are residing.

            • data.identity.individual.documents.visa.filesarray of strings

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

            • data.identity.individual.documents.visa.typeenum

              The format of the document. Currently supports files only.

              Possible enum values
              files

              Document type with multiple files.

        • data.identity.individual.emailnullable string

          The individual’s email address.

        • data.identity.individual.given_namenullable string

          The individual’s first name.

        • data.identity.individual.id_numbersnullable array of objects

          The identification numbers (e.g., SSN) associated with the individual.

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

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

        • data.identity.individual.nationalitiesnullable array of enums

          The countries where the individual is a national. Two-letter country code (ISO 3166-1 alpha-2).

        • data.identity.individual.phonenullable string

          The individual’s phone number.

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

        • data.identity.individual.relationshipnullable object

          The relationship that this individual has with the Account’s identity.

          • data.identity.individual.relationship.authorizernullable boolean

            Whether the individual is an authorizer of the Account’s legal entity.

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

          • data.identity.individual.relationship.executivenullable boolean

            Whether the individual has significant responsibility to control, manage, or direct the organization.

          • data.identity.individual.relationship.legal_guardiannullable boolean

            Whether the individual is the legal guardian of the Account’s representative.

          • data.identity.individual.relationship.ownernullable boolean

            Whether the individual is an owner of the Account’s legal entity.

          • data.identity.individual.relationship.percent_ownershipnullable decimal

            The percent owned by the individual of the Account’s legal entity.

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

          • data.identity.individual.relationship.titlenullable string

            The individual’s title (e.g., CEO, Support Engineer).

        • data.identity.individual.script_addressesnullable object

          The script addresses (e.g., non-Latin characters) associated with the individual.

          • data.identity.individual.script_addresses.kananullable object

            Kana Address.

            • data.identity.individual.script_addresses.kana.citynullable string

              City, district, suburb, town, or village.

            • data.identity.individual.script_addresses.kana.countrynullable enum

              Two-letter country code (ISO 3166-1 alpha-2).

            • data.identity.individual.script_addresses.kana.line1nullable string

              Address line 1 (e.g., street, PO Box, or company name).

            • data.identity.individual.script_addresses.kana.line2nullable string

              Address line 2 (e.g., apartment, suite, unit, or building).

            • data.identity.individual.script_addresses.kana.postal_codenullable string

              ZIP or postal code.

            • data.identity.individual.script_addresses.kana.statenullable string

              State, county, province, or region.

            • data.identity.individual.script_addresses.kana.townnullable string

              Town or cho-me.

          • data.identity.individual.script_addresses.kanjinullable object

            Kanji Address.

            • data.identity.individual.script_addresses.kanji.citynullable string

              City, district, suburb, town, or village.

            • data.identity.individual.script_addresses.kanji.countrynullable enum

              Two-letter country code (ISO 3166-1 alpha-2).

            • data.identity.individual.script_addresses.kanji.line1nullable string

              Address line 1 (e.g., street, PO Box, or company name).

            • data.identity.individual.script_addresses.kanji.line2nullable string

              Address line 2 (e.g., apartment, suite, unit, or building).

            • data.identity.individual.script_addresses.kanji.postal_codenullable string

              ZIP or postal code.

            • data.identity.individual.script_addresses.kanji.statenullable string

              State, county, province, or region.

            • data.identity.individual.script_addresses.kanji.townnullable string

              Town or cho-me.

        • data.identity.individual.script_namesnullable object

          The script names (e.g. non-Latin characters) associated with the individual.

          • data.identity.individual.script_names.kananullable object

            Persons name in kana script.

            • data.identity.individual.script_names.kana.given_namenullable string

              The person’s first or given name.

            • data.identity.individual.script_names.kana.surnamenullable string

              The person’s last or family name.

          • data.identity.individual.script_names.kanjinullable object

            Persons name in kanji script.

            • data.identity.individual.script_names.kanji.given_namenullable string

              The person’s first or given name.

            • data.identity.individual.script_names.kanji.surnamenullable string

              The person’s last or family name.

        • data.identity.individual.surnamenullable string

          The individual’s last name.

        • data.identity.individual.updatedtimestamp

          Time at which the object was last updated.

    • data.livemodeboolean

      Has the value true if the object exists in live mode or the value false if the object exists in test mode.

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

    • data.requirementsnullable object

      Information about the requirements for the Account, including what information needs to be collected, and by when.

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

      • data.requirements.entriesnullable array of objects

        A list of requirements for the Account.

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

        • data.requirements.entries.descriptionstring

          Machine-readable string describing the requirement.

        • data.requirements.entries.errorsarray of objects

          Descriptions of why the requirement must be collected, or why the collected information isn’t satisfactory to Stripe.

          • data.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
          • data.requirements.entries.errors.descriptionstring

            Human-readable description of the error.

        • data.requirements.entries.impactobject

          A hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information.

          • data.requirements.entries.impact.restricts_capabilitiesnullable array of objects

            The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe.

            • data.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 49 more
            • data.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.

            • data.requirements.entries.impact.restricts_capabilities.deadlineobject

              Details about when in the account lifecycle the requirement must be collected by the avoid the Capability restriction.

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

        • data.requirements.entries.minimum_deadlineobject

          The soonest point when the account will be impacted by not providing the requirement.

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

        • data.requirements.entries.referencenullable object

          A reference to the location of the requirement.

          • data.requirements.entries.reference.inquirynullable string

            If inquiry is the type, the inquiry token.

          • data.requirements.entries.reference.resourcenullable string

            If resource is the type, the resource token.

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

        • data.requirements.entries.requested_reasonsarray of objects

          A list of reasons why Stripe is collecting the requirement.

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

      • data.requirements.summarynullable object

        An object containing an overview of requirements for the Account.

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

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

          • data.requirements.summary.minimum_deadline.timenullable timestamp

            The soonest RFC3339 date & time UTC value a requirement can impact the Account.

  • next_page_urlnullable string

    URL with page token to navigate to next batch of accounts given by the list request.

  • previous_page_urlnullable string

    URL with page token to navigate to previous batch of accounts given by the list request.

GET /v2/core/accounts
curl -G https://api.stripe.com/v2/core/accounts \
-H "Authorization: Bearer sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2" \
-H "Stripe-Version: 2025-10-29.preview" \
-d limit=2 \
-d applied_configurations=customer
Response
{
"data": [
{
"id": "acct_1QP3oLBUFVXWiKFB",
"object": "v2.core.account",
"applied_configurations": [
"customer"
],
"contact_email": "jenny.rosen@example.com",
"created": "2024-11-25T15:02:50.000Z",
"display_name": "Jenny Rosen",
"livemode": true,
"metadata": {}
},
{
"id": "acct_1QO24tPeVxUa6gV6",
"object": "v2.core.account",
"applied_configurations": [
"recipient",
"customer",
"merchant"
],
"contact_email": "jenny.rosen@example.com",
"created": "2024-11-22T18:59:45.000Z",
"dashboard": "none",
"display_name": "Jenny Rosen 2",
"livemode": true,
"metadata": {
"my_key": "my_value"
}
}
],
"next_page_url": "/v2/core/accounts?page=page_5dr8SFDbv7rZ2aj4ZSGuf4J1Dv58yE0YM4BhBqb2tg94CD5PDoUA7RD2AE7VBEH5C0E0qGJi1wMFPf9MEBbh6M125&limit=2&applied_configurations=customer"
}