Retrieve an Account v2

Core Resources
Accounts
Retrieve an Account

Retrieves the details of an Account.

Learn more about calling API v2 endpoints.

Parameters

  • idstringRequired

    The ID of the Account to retrieve.

  • includearray of enums

    Additional fields to include in the response.

    Possible enum values
    configuration.customer

    Include parameter to expose configuration.customer on an Account.

    configuration.merchant

    Include parameter to expose configuration.merchant on an Account.

    configuration.recipient

    Include parameter to expose configuration.recipient on an Account.

    configuration.storer

    Include parameter to expose configuration.storer on an Account.

    defaults

    Include parameter to expose defaults on an Account.

    identity

    Include parameter to expose identity on an Account.

    requirements

    Include parameter to expose requirements on an Account.

Returns

Response attributes

  • idstring

    Unique identifier for the Account.

  • objectstring, value is "v2.core.account"

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

  • applied_configurationsarray of enums

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

    Possible enum values
    customer

    The Account can be used as a customer.

    merchant

    The Account can be used as a merchant.

    recipient

    The Account can be used as a recipient.

    storer

    The Account can be used as a storer.

  • configurationnullable object

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

    • configuration.customernullable object

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

      • configuration.customer.appliedboolean

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

      • configuration.customer.automatic_indirect_taxnullable object

        Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer’s invoices, subscriptions, checkout sessions, or payment links. Surfaces if automatic tax calculation is possible given the current customer location information.

        • configuration.customer.automatic_indirect_tax.exemptnullable enum

          Describes the customer’s tax exemption status, which is none, exempt, or reverse. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.

          Possible enum values
          exempt

          Exempt.

          none

          None.

          reverse

          Reverse.

        • configuration.customer.automatic_indirect_tax.ip_addressnullable string

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

        • configuration.customer.automatic_indirect_tax.locationnullable object

          The customer’s identified tax location - uses location_source. Will only be rendered if the automatic_indirect_tax feature is requested and active.

          • configuration.customer.automatic_indirect_tax.location.countrynullable enum

            The identified tax country of the customer.

          • configuration.customer.automatic_indirect_tax.location.statenullable string

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

        • configuration.customer.automatic_indirect_tax.location_sourcenullable enum

          The data source used to identify the customer’s tax location - defaults to ‘identity_address’. Will only be used for automatic tax calculation on the customer’s Invoices and Subscriptions.

          Possible enum values
          identity_address

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

          ip_address

          IP address.

          shipping_address

          Shipping address.

      • configuration.customer.billingnullable object

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

        • configuration.customer.billing.default_payment_methodnullable string

          ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions.

        • configuration.customer.billing.invoicenullable object

          Default settings used on invoices for this customer.

          • configuration.customer.billing.invoice.custom_fieldsarray of objects

            The list of up to 4 default custom fields to be displayed on invoices for this customer. When updating, pass an empty string to remove previously-defined fields.

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

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

            • configuration.customer.billing.invoice.custom_fields.valuestring

              The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.

          • configuration.customer.billing.invoice.footernullable string

            Default footer to be displayed on invoices for this customer.

          • configuration.customer.billing.invoice.next_sequencenullable integer

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

          • configuration.customer.billing.invoice.prefixnullable string

            The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.

          • configuration.customer.billing.invoice.renderingnullable object

            Default options for invoice PDF rendering for this customer.

            • configuration.customer.billing.invoice.rendering.amount_tax_displaynullable enum

              How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts.

              Possible enum values
              exclude_tax

              Exclude tax.

              include_inclusive_tax

              Include inclusive tax.

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

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

      • configuration.customer.capabilitiesnullable object

        Capabilities that have been requested on the Customer Configuration.

        • configuration.customer.capabilities.automatic_indirect_taxnullable object

          Generates requirements for enabling automatic indirect tax calculation on this customer’s invoices or subscriptions. Recommended to request this capability if planning to enable automatic tax calculation on this customer’s invoices or subscriptions. Uses the location_source field.

          • configuration.customer.capabilities.automatic_indirect_tax.requestedboolean

            Whether the Capability has been requested.

          • configuration.customer.capabilities.automatic_indirect_tax.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.customer.capabilities.automatic_indirect_tax.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.customer.capabilities.automatic_indirect_tax.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

      • configuration.customer.shippingnullable object

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

        • configuration.customer.shipping.addressnullable object

          Customer shipping address.

          • configuration.customer.shipping.address.citynullable string

            City, district, suburb, town, or village.

          • configuration.customer.shipping.address.countrynullable enum

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

          • configuration.customer.shipping.address.line1nullable string

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

          • configuration.customer.shipping.address.line2nullable string

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

          • configuration.customer.shipping.address.postal_codenullable string

            ZIP or postal code.

          • configuration.customer.shipping.address.statenullable string

            State, county, province, or region.

        • configuration.customer.shipping.namenullable string

          Customer name.

        • configuration.customer.shipping.phonenullable string

          Customer phone (including extension).

      • configuration.customer.test_clocknullable string

        ID of the test clock to attach to the customer. Can only be set on testmode Accounts, and when the Customer Configuration is first set on an Account.

    • configuration.merchantnullable object

      The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.

      • configuration.merchant.appliedboolean

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

      • configuration.merchant.bacs_debit_paymentsnullable object

        Settings used for Bacs debit payments.

        • configuration.merchant.bacs_debit_payments.display_namenullable string

          Display name for Bacs debit payments.

        • configuration.merchant.bacs_debit_payments.service_user_numbernullable string

          Service user number for Bacs debit payments.

      • configuration.merchant.brandingnullable object

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

        • configuration.merchant.branding.iconnullable string

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

        • configuration.merchant.branding.nullable string

          ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant’s name next to it if provided. Must be at least 128px x 128px.

        • configuration.merchant.branding.primary_colornullable string

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

        • configuration.merchant.branding.secondary_colornullable string

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

      • configuration.merchant.capabilitiesnullable object

        Capabilities that have been requested on the Merchant Configuration.

        • configuration.merchant.capabilities.ach_debit_paymentsnullable object

          Allow the merchant to process ACH debit payments.

          • configuration.merchant.capabilities.ach_debit_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.ach_debit_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.ach_debit_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.ach_debit_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.acss_debit_paymentsnullable object

          Allow the merchant to process ACSS debit payments.

          • configuration.merchant.capabilities.acss_debit_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.acss_debit_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.acss_debit_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.acss_debit_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.affirm_paymentsnullable object

          Allow the merchant to process Affirm payments.

          • configuration.merchant.capabilities.affirm_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.affirm_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.affirm_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.affirm_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.afterpay_clearpay_paymentsnullable object

          Allow the merchant to process Afterpay/Clearpay payments.

          • configuration.merchant.capabilities.afterpay_clearpay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.afterpay_clearpay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.afterpay_clearpay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.afterpay_clearpay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.alma_paymentsnullable object

          Allow the merchant to process Alma payments.

          • configuration.merchant.capabilities.alma_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.alma_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.alma_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.alma_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.amazon_pay_paymentsnullable object

          Allow the merchant to process Amazon Pay payments.

          • configuration.merchant.capabilities.amazon_pay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.amazon_pay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.amazon_pay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.amazon_pay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.au_becs_debit_paymentsnullable object

          Allow the merchant to process Australian BECS Direct Debit payments.

          • configuration.merchant.capabilities.au_becs_debit_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.au_becs_debit_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.au_becs_debit_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.au_becs_debit_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.bacs_debit_paymentsnullable object

          Allow the merchant to process BACS Direct Debit payments.

          • configuration.merchant.capabilities.bacs_debit_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.bacs_debit_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.bacs_debit_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.bacs_debit_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.bancontact_paymentsnullable object

          Allow the merchant to process Bancontact payments.

          • configuration.merchant.capabilities.bancontact_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.bancontact_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.bancontact_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.bancontact_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.blik_paymentsnullable object

          Allow the merchant to process BLIK payments.

          • configuration.merchant.capabilities.blik_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.blik_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.blik_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.blik_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.boleto_paymentsnullable object

          Allow the merchant to process Boleto payments.

          • configuration.merchant.capabilities.boleto_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.boleto_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.boleto_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.boleto_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.card_paymentsnullable object

          Allow the merchant to collect card payments.

          • configuration.merchant.capabilities.card_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.card_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.card_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.card_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.cartes_bancaires_paymentsnullable object

          Allow the merchant to process Cartes Bancaires payments.

          • configuration.merchant.capabilities.cartes_bancaires_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.cartes_bancaires_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.cartes_bancaires_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.cartes_bancaires_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.cashapp_paymentsnullable object

          Allow the merchant to process Cash App payments.

          • configuration.merchant.capabilities.cashapp_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.cashapp_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.cashapp_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.cashapp_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.eps_paymentsnullable object

          Allow the merchant to process EPS payments.

          • configuration.merchant.capabilities.eps_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.eps_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.eps_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.eps_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.fpx_paymentsnullable object

          Allow the merchant to process FPX payments.

          • configuration.merchant.capabilities.fpx_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.fpx_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.fpx_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.fpx_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.gb_bank_transfer_paymentsnullable object

          Allow the merchant to process UK bank transfer payments.

          • configuration.merchant.capabilities.gb_bank_transfer_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.gb_bank_transfer_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.gb_bank_transfer_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.gb_bank_transfer_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.grabpay_paymentsnullable object

          Allow the merchant to process GrabPay payments.

          • configuration.merchant.capabilities.grabpay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.grabpay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.grabpay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.grabpay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.ideal_paymentsnullable object

          Allow the merchant to process iDEAL payments.

          • configuration.merchant.capabilities.ideal_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.ideal_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.ideal_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.ideal_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.jcb_paymentsnullable object

          Allow the merchant to process JCB card payments.

          • configuration.merchant.capabilities.jcb_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.jcb_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.jcb_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.jcb_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.jp_bank_transfer_paymentsnullable object

          Allow the merchant to process Japanese bank transfer payments.

          • configuration.merchant.capabilities.jp_bank_transfer_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.jp_bank_transfer_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.jp_bank_transfer_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.jp_bank_transfer_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.kakao_pay_paymentsnullable object

          Allow the merchant to process Kakao Pay payments.

          • configuration.merchant.capabilities.kakao_pay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.kakao_pay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.kakao_pay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.kakao_pay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.klarna_paymentsnullable object

          Allow the merchant to process Klarna payments.

          • configuration.merchant.capabilities.klarna_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.klarna_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.klarna_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.klarna_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.konbini_paymentsnullable object

          Allow the merchant to process Konbini convenience store payments.

          • configuration.merchant.capabilities.konbini_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.konbini_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.konbini_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.konbini_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.kr_card_paymentsnullable object

          Allow the merchant to process Korean card payments.

          • configuration.merchant.capabilities.kr_card_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.kr_card_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.kr_card_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.kr_card_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.link_paymentsnullable object

          Allow the merchant to process Link payments.

          • configuration.merchant.capabilities.link_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.link_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.link_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.link_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.mobilepay_paymentsnullable object

          Allow the merchant to process MobilePay payments.

          • configuration.merchant.capabilities.mobilepay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.mobilepay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.mobilepay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.mobilepay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.multibanco_paymentsnullable object

          Allow the merchant to process Multibanco payments.

          • configuration.merchant.capabilities.multibanco_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.multibanco_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.multibanco_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.multibanco_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.mx_bank_transfer_paymentsnullable object

          Allow the merchant to process Mexican bank transfer payments.

          • configuration.merchant.capabilities.mx_bank_transfer_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.mx_bank_transfer_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.mx_bank_transfer_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.mx_bank_transfer_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.naver_pay_paymentsnullable object

          Allow the merchant to process Naver Pay payments.

          • configuration.merchant.capabilities.naver_pay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.naver_pay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

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

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.naver_pay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.oxxo_paymentsnullable object

          Allow the merchant to process OXXO payments.

          • configuration.merchant.capabilities.oxxo_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.oxxo_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.oxxo_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.oxxo_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.p24_paymentsnullable object

          Allow the merchant to process Przelewy24 (P24) payments.

          • configuration.merchant.capabilities.p24_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.p24_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.p24_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.p24_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.pay_by_bank_paymentsnullable object

          Allow the merchant to process Pay by Bank payments.

          • configuration.merchant.capabilities.pay_by_bank_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.pay_by_bank_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.pay_by_bank_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.pay_by_bank_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.payco_paymentsnullable object

          Allow the merchant to process PAYCO payments.

          • configuration.merchant.capabilities.payco_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.payco_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.payco_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.payco_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.paynow_paymentsnullable object

          Allow the merchant to process PayNow payments.

          • configuration.merchant.capabilities.paynow_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.paynow_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.paynow_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.paynow_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.promptpay_paymentsnullable object

          Allow the merchant to process PromptPay payments.

          • configuration.merchant.capabilities.promptpay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.promptpay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.promptpay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.promptpay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.revolut_pay_paymentsnullable object

          Allow the merchant to process Revolut Pay payments.

          • configuration.merchant.capabilities.revolut_pay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.revolut_pay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.revolut_pay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.revolut_pay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.samsung_pay_paymentsnullable object

          Allow the merchant to process Samsung Pay payments.

          • configuration.merchant.capabilities.samsung_pay_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.samsung_pay_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.samsung_pay_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.samsung_pay_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.sepa_bank_transfer_paymentsnullable object

          Allow the merchant to process SEPA bank transfer payments.

          • configuration.merchant.capabilities.sepa_bank_transfer_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.sepa_bank_transfer_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.sepa_bank_transfer_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.sepa_bank_transfer_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.sepa_debit_paymentsnullable object

          Allow the merchant to process SEPA Direct Debit payments.

          • configuration.merchant.capabilities.sepa_debit_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.sepa_debit_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.sepa_debit_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.sepa_debit_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.stripe_balancenullable object

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

          • configuration.merchant.capabilities.stripe_balance.payoutsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.merchant.capabilities.stripe_balance.payouts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.merchant.capabilities.stripe_balance.payouts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.merchant.capabilities.stripe_balance.payouts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.swish_paymentsnullable object

          Allow the merchant to process Swish payments.

          • configuration.merchant.capabilities.swish_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.swish_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.swish_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.swish_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.twint_paymentsnullable object

          Allow the merchant to process TWINT payments.

          • configuration.merchant.capabilities.twint_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.twint_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.twint_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.twint_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.us_bank_transfer_paymentsnullable object

          Allow the merchant to process US bank transfer payments.

          • configuration.merchant.capabilities.us_bank_transfer_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.us_bank_transfer_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.us_bank_transfer_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.us_bank_transfer_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.merchant.capabilities.zip_paymentsnullable object

          Allow the merchant to process Zip payments.

          • configuration.merchant.capabilities.zip_payments.requestedboolean

            Whether the Capability has been requested.

          • configuration.merchant.capabilities.zip_payments.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.merchant.capabilities.zip_payments.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.merchant.capabilities.zip_payments.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

      • configuration.merchant.card_paymentsnullable object

        Card payments settings.

        • configuration.merchant.card_payments.decline_onnullable object

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

          • configuration.merchant.card_payments.decline_on.avs_failurenullable boolean

            Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.

          • configuration.merchant.card_payments.decline_on.cvc_failurenullable boolean

            Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.

      • configuration.merchant.mccnullable string

        The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide.

      • configuration.merchant.sepa_debit_paymentsnullable object

        Settings used for SEPA debit payments.

        • configuration.merchant.sepa_debit_payments.creditor_idnullable string

          Creditor ID for SEPA debit payments.

      • configuration.merchant.statement_descriptornullable object

        Statement descriptor.

        • configuration.merchant.statement_descriptor.descriptornullable string

          The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don’t set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.

        • configuration.merchant.statement_descriptor.prefixnullable string

          Default text that appears on statements for card charges outside of Japan, prefixing any dynamic statement_descriptor_suffix specified on the charge. To maximize space for the dynamic part of the descriptor, keep this text short. If you don’t specify this value, statement_descriptor is used as the prefix. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.

      • configuration.merchant.supportnullable object

        Publicly available contact information for sending support issues to.

        • configuration.merchant.support.addressnullable object

          A publicly available mailing address for sending support issues to.

          • configuration.merchant.support.address.citynullable string

            City, district, suburb, town, or village.

          • configuration.merchant.support.address.countrynullable enum

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

          • configuration.merchant.support.address.line1nullable string

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

          • configuration.merchant.support.address.line2nullable string

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

          • configuration.merchant.support.address.postal_codenullable string

            ZIP or postal code.

          • configuration.merchant.support.address.statenullable string

            State, county, province, or region.

          • configuration.merchant.support.address.townnullable string

            Town or cho-me.

        • configuration.merchant.support.emailnullable string

          A publicly available email address for sending support issues to.

        • configuration.merchant.support.phonenullable string

          A publicly available phone number to call with support issues.

        • configuration.merchant.support.urlnullable string

          A publicly available website for handling support issues.

    • configuration.recipientnullable object

      The Recipient Configuration allows the Account to receive funds.

      • configuration.recipient.appliedboolean

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

      • configuration.recipient.capabilitiesnullable object

        Capabilities that have been requested on the Recipient Configuration.

        • configuration.recipient.capabilities.bank_accountsnullable object

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

          • configuration.recipient.capabilities.bank_accounts.localnullable object

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

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

              Whether the Capability has been requested.

            • configuration.recipient.capabilities.bank_accounts.local.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.recipient.capabilities.bank_accounts.local.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.recipient.capabilities.bank_accounts.local.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

          • configuration.recipient.capabilities.bank_accounts.wirenullable object

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

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

              Whether the Capability has been requested.

            • configuration.recipient.capabilities.bank_accounts.wire.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.recipient.capabilities.bank_accounts.wire.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.recipient.capabilities.bank_accounts.wire.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.recipient.capabilities.cardsnullable object

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

          • configuration.recipient.capabilities.cards.requestedboolean

            Whether the Capability has been requested.

          • configuration.recipient.capabilities.cards.statusenum

            The status of the Capability.

            Possible enum values
            active

            The Capability is active.

            pending

            Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

            restricted

            The Capability requires further action before it can be activated, check the status_details for information on why.

            unsupported

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

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

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

            • configuration.recipient.capabilities.cards.status_details.codeenum

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

              Possible enum values
              determining_status

              Stripe is in the process of determining the capability’s status.

              requirements_past_due

              Stripe is in the process of determining the capability’s status.

              requirements_pending_verification

              Stripe is currently verifying information that was supplied about the Account.

              restricted_other

              Capability is restricted for unspecified reasons.

              unsupported_business

              Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

              unsupported_country

              Capability is not supported for the Account’s Legal Entity country.

              unsupported_entity_type

              Capability is not supported for the given Identity entity type (i.e. individual).

            • configuration.recipient.capabilities.cards.status_details.resolutionenum

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

              Possible enum values
              contact_stripe

              Contact Stripe support to find more information about why this Capability is restricted.

              no_resolution

              No action is required from the user.

              provide_info

              Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.recipient.capabilities.stripe_balancenullable object

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

          • configuration.recipient.capabilities.stripe_balance.payoutsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.recipient.capabilities.stripe_balance.payouts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.recipient.capabilities.stripe_balance.payouts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.recipient.capabilities.stripe_balance.payouts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

          • configuration.recipient.capabilities.stripe_balance.stripe_transfersnullable object

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

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

              Whether the Capability has been requested.

            • configuration.recipient.capabilities.stripe_balance.stripe_transfers.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.recipient.capabilities.stripe_balance.stripe_transfers.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.recipient.capabilities.stripe_balance.stripe_transfers.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

      • configuration.recipient.default_outbound_destinationnullable object

        The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard.

        • configuration.recipient.default_outbound_destination.idstring

          The payout method ID of the default outbound destination.

        • configuration.recipient.default_outbound_destination.typeenum

          The payout method type of the default outbound destination.

          Possible enum values
          at_bank_account

          AT bank account.

          au_bank_account

          AU bank account.

          ba_bank_account

          BA bank account.

          be_bank_account

          BE bank account.

          bg_bank_account

          BG bank account.

          bj_bank_account

          BJ bank account.

          bs_bank_account

          BS bank account.

          ca_bank_account

          CA bank account.

          card

          Card.

          ch_bank_account

          CH bank account.

          Show 50 more
    • configuration.storernullable objectPreview feature

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

      • configuration.storer.appliedboolean

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

      • configuration.storer.capabilitiesnullable object

        Capabilities that have been requested on the Storer Configuration.

        • configuration.storer.capabilities.financial_addressesnullable object

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

          • configuration.storer.capabilities.financial_addresses.bank_accountsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.financial_addresses.bank_accounts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.financial_addresses.bank_accounts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.financial_addresses.bank_accounts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.storer.capabilities.holds_currenciesnullable object

          Can hold storage-type funds on Stripe.

          • configuration.storer.capabilities.holds_currencies.gbpnullable object

            Can hold storage-type funds on Stripe in GBP.

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.holds_currencies.gbp.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.holds_currencies.gbp.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.holds_currencies.gbp.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.storer.capabilities.inbound_transfersnullable object

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

          • configuration.storer.capabilities.inbound_transfers.bank_accountsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.inbound_transfers.bank_accounts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.inbound_transfers.bank_accounts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.inbound_transfers.bank_accounts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.storer.capabilities.outbound_paymentsnullable object

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

          • configuration.storer.capabilities.outbound_payments.bank_accountsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.outbound_payments.bank_accounts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.outbound_payments.bank_accounts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.outbound_payments.bank_accounts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

          • configuration.storer.capabilities.outbound_payments.cardsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.outbound_payments.cards.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.outbound_payments.cards.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.outbound_payments.cards.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

          • configuration.storer.capabilities.outbound_payments.financial_accountsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.outbound_payments.financial_accounts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.outbound_payments.financial_accounts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.outbound_payments.financial_accounts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

        • configuration.storer.capabilities.outbound_transfersnullable object

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

          • configuration.storer.capabilities.outbound_transfers.bank_accountsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.outbound_transfers.bank_accounts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.outbound_transfers.bank_accounts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.outbound_transfers.bank_accounts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

          • configuration.storer.capabilities.outbound_transfers.financial_accountsnullable object

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

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

              Whether the Capability has been requested.

            • configuration.storer.capabilities.outbound_transfers.financial_accounts.statusenum

              The status of the Capability.

              Possible enum values
              active

              The Capability is active.

              pending

              Stripe is carrying out an action prior to activating the Capability. No further action is required at this time.

              restricted

              The Capability requires further action before it can be activated, check the status_details for information on why.

              unsupported

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

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

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

              • configuration.storer.capabilities.outbound_transfers.financial_accounts.status_details.codeenum

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

                Possible enum values
                determining_status

                Stripe is in the process of determining the capability’s status.

                requirements_past_due

                Stripe is in the process of determining the capability’s status.

                requirements_pending_verification

                Stripe is currently verifying information that was supplied about the Account.

                restricted_other

                Capability is restricted for unspecified reasons.

                unsupported_business

                Capability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.

                unsupported_country

                Capability is not supported for the Account’s Legal Entity country.

                unsupported_entity_type

                Capability is not supported for the given Identity entity type (i.e. individual).

              • configuration.storer.capabilities.outbound_transfers.financial_accounts.status_details.resolutionenum

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

                Possible enum values
                contact_stripe

                Contact Stripe support to find more information about why this Capability is restricted.

                no_resolution

                No action is required from the user.

                provide_info

                Provide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.

  • contact_emailnullable string

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

  • createdtimestamp

    Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

  • dashboardnullable enum

    A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account.

    Possible enum values
    express

    The Account has access to the Express hosted dashboard.

    full

    The Account has access to the full Stripe hosted dashboard.

    none

    The Account does not have access to any Stripe hosted dashboard.

  • defaultsnullable object

    Default values to be used on Account Configurations.

    • defaults.currencynullable enum

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

    • defaults.localesnullable array of enums

      The Account’s preferred locales (languages), ordered by preference.

      Possible enum values
      ar-SA

      IETF Locale.

      bg

      IETF Locale.

      bg-BG

      IETF Locale.

      cs

      IETF Locale.

      cs-CZ

      IETF Locale.

      da

      IETF Locale.

      da-DK

      IETF Locale.

      de

      IETF Locale.

      de-DE

      IETF Locale.

      el

      IETF Locale.

      Show 74 more
    • defaults.responsibilitiesnullable object

      Default responsibilities held by either Stripe or the platform.

      • defaults.responsibilities.fees_collectorenum

        A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this Account.

        Possible enum values
        application

        The platform is responsible for collecting fees from the Account.

        stripe

        Stripe is responsible for collecting fees from the Account.

      • defaults.responsibilities.losses_collectorenum

        A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.

        Possible enum values
        application

        The platform is responsible for negative balances on the Account.

        stripe

        Stripe is responsible for negative balances on this Account.

  • display_namenullable string

    A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.

  • identitynullable object

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

    • identity.attestationsnullable object

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

      • identity.attestations.directorship_declarationnullable object

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

        • identity.attestations.directorship_declaration.datenullable timestamp

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

        • identity.attestations.directorship_declaration.ipnullable string

          The IP address from which the director attestation was made.

        • identity.attestations.directorship_declaration.user_agentnullable string

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

      • identity.attestations.ownership_declarationnullable object

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

        • identity.attestations.ownership_declaration.datenullable timestamp

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

        • identity.attestations.ownership_declaration.ipnullable string

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

        • identity.attestations.ownership_declaration.user_agentnullable string

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

      • identity.attestations.persons_providednullable object

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

        • identity.attestations.persons_provided.directorsnullable boolean

          Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API.

        • identity.attestations.persons_provided.executivesnullable boolean

          Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API.

        • identity.attestations.persons_provided.ownersnullable boolean

          Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API.

        • identity.attestations.persons_provided.ownership_exemption_reasonnullable enum

          Reason for why the company is exempt from providing ownership information.

          Possible enum values
          qualified_entity_exceeds_ownership_threshold

          A qualifying entity or group of qualifying entities own a significant enough share of the merchant’s business that they are exempt from providing ownership information based on regulatory guidelines in the merchant’s country.

          qualifies_as_financial_institution

          A merchant is a financial institution.

      • identity.attestations.terms_of_servicenullable object

        Attestations of accepted terms of service agreements.

        • identity.attestations.terms_of_service.accountnullable object

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

          • identity.attestations.terms_of_service.account.datenullable timestamp

            The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

          • identity.attestations.terms_of_service.account.ipnullable string

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

          • identity.attestations.terms_of_service.account.user_agentnullable string

            The user agent of the browser from which the Account’s representative accepted the terms of service.

        • identity.attestations.terms_of_service.storernullable objectPreview feature

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

          • identity.attestations.terms_of_service.storer.datenullable timestamp

            The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

          • identity.attestations.terms_of_service.storer.ipnullable string

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

          • identity.attestations.terms_of_service.storer.user_agentnullable string

            The user agent of the browser from which the Account’s representative accepted the terms of service.

    • identity.business_detailsnullable object

      Information about the company or business.

      • identity.business_details.addressnullable object

        The company’s primary address.

        • identity.business_details.address.citynullable string

          City, district, suburb, town, or village.

        • identity.business_details.address.countrynullable enum

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

        • identity.business_details.address.line1nullable string

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

        • identity.business_details.address.line2nullable string

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

        • identity.business_details.address.postal_codenullable string

          ZIP or postal code.

        • identity.business_details.address.statenullable string

          State, county, province, or region.

        • identity.business_details.address.townnullable string

          Town or cho-me.

      • identity.business_details.annual_revenuenullable object

        The business gross annual revenue for its preceding fiscal year.

        • identity.business_details.annual_revenue.amountnullable object

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

          • identity.business_details.annual_revenue.amount.currencystring

            A lowercase alpha3 currency code like “usd”.

          • identity.business_details.annual_revenue.amount.valueinteger

            In minor units like 123 for 1.23 USD.

        • identity.business_details.annual_revenue.fiscal_year_endnullable string

          The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.

      • identity.business_details.documentsnullable object

        Documents that may be submitted to satisfy various informational requests.

        • identity.business_details.documents.bank_account_ownership_verificationnullable object

          One or more documents that support the Bank account ownership verification requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check.

          • identity.business_details.documents.bank_account_ownership_verification.filesarray of strings

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

          • identity.business_details.documents.bank_account_ownership_verification.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.company_licensenullable object

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

          • identity.business_details.documents.company_license.filesarray of strings

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

          • identity.business_details.documents.company_license.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.company_memorandum_of_associationnullable object

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

          • identity.business_details.documents.company_memorandum_of_association.filesarray of strings

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

          • identity.business_details.documents.company_memorandum_of_association.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.company_ministerial_decreenullable object

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

          • identity.business_details.documents.company_ministerial_decree.filesarray of strings

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

          • identity.business_details.documents.company_ministerial_decree.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.company_registration_verificationnullable object

          One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.

          • identity.business_details.documents.company_registration_verification.filesarray of strings

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

          • identity.business_details.documents.company_registration_verification.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.company_tax_id_verificationnullable object

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

          • identity.business_details.documents.company_tax_id_verification.filesarray of strings

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

          • identity.business_details.documents.company_tax_id_verification.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.primary_verificationnullable object

          A document verifying the business.

          • identity.business_details.documents.primary_verification.front_backobject

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

            • identity.business_details.documents.primary_verification.front_back.backnullable string

              A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.

            • identity.business_details.documents.primary_verification.front_back.frontstring

              A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.

          • identity.business_details.documents.primary_verification.typeenum

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

            Possible enum values
            front_back

            Document type with both front and back sides.

        • identity.business_details.documents.proof_of_addressnullable object

          One or more documents that demonstrate proof of address.

          • identity.business_details.documents.proof_of_address.filesarray of strings

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

          • identity.business_details.documents.proof_of_address.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.proof_of_registrationnullable object

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

          • identity.business_details.documents.proof_of_registration.filesarray of strings

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

          • identity.business_details.documents.proof_of_registration.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.business_details.documents.proof_of_ultimate_beneficial_ownershipnullable object

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

          • identity.business_details.documents.proof_of_ultimate_beneficial_ownership.filesarray of strings

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

          • identity.business_details.documents.proof_of_ultimate_beneficial_ownership.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

      • identity.business_details.doing_business_asnullable string

        The company’s legal name.

      • identity.business_details.estimated_worker_countnullable integer

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

      • identity.business_details.id_numbersnullable array of objects

        The provided ID numbers of a business entity.

        • identity.business_details.id_numbers.registrarnullable string

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

        • identity.business_details.id_numbers.typeenum

          The ID number type of a business entity.

          Possible enum values
          ae_crn

          Company registration number - United Arab Emirates.

          ae_vat

          Business VAT ID - United Arab Emirates.

          ao_nif

          Número de Identificação Fiscal (NIF) - Angola.

          at_fn

          Firmenbuchnummer - Austria.

          au_abn

          Australian Business Number - Australia.

          au_acn

          Australian Company Number - Australia.

          au_in

          Incorporation Number - Australia.

          az_tin

          Tax Identification Number - Azerbaijan.

          bd_etin

          Electronic Tax Identification Number (ETIN) - Bangladesh.

          be_cbe

          Enterprise number - Belgium.

          Show 62 more
      • identity.business_details.monthly_estimated_revenuenullable object

        An estimate of the monthly revenue of the business.

        • identity.business_details.monthly_estimated_revenue.amountnullable object

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

          • identity.business_details.monthly_estimated_revenue.amount.currencystring

            A lowercase alpha3 currency code like “usd”.

          • identity.business_details.monthly_estimated_revenue.amount.valueinteger

            In minor units like 123 for 1.23 USD.

      • identity.business_details.phonenullable string

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

      • identity.business_details.product_descriptionnullable string

        Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes.

      • identity.business_details.registered_namenullable string

        The business legal name.

      • identity.business_details.script_addressesnullable object

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

        • identity.business_details.script_addresses.kananullable object

          Kana Address.

          • identity.business_details.script_addresses.kana.citynullable string

            City, district, suburb, town, or village.

          • identity.business_details.script_addresses.kana.countrynullable enum

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

          • identity.business_details.script_addresses.kana.line1nullable string

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

          • identity.business_details.script_addresses.kana.line2nullable string

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

          • identity.business_details.script_addresses.kana.postal_codenullable string

            ZIP or postal code.

          • identity.business_details.script_addresses.kana.statenullable string

            State, county, province, or region.

          • identity.business_details.script_addresses.kana.townnullable string

            Town or cho-me.

        • identity.business_details.script_addresses.kanjinullable object

          Kanji Address.

          • identity.business_details.script_addresses.kanji.citynullable string

            City, district, suburb, town, or village.

          • identity.business_details.script_addresses.kanji.countrynullable enum

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

          • identity.business_details.script_addresses.kanji.line1nullable string

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

          • identity.business_details.script_addresses.kanji.line2nullable string

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

          • identity.business_details.script_addresses.kanji.postal_codenullable string

            ZIP or postal code.

          • identity.business_details.script_addresses.kanji.statenullable string

            State, county, province, or region.

          • identity.business_details.script_addresses.kanji.townnullable string

            Town or cho-me.

      • identity.business_details.script_namesnullable object

        The business legal name in non latin script.

        • identity.business_details.script_names.kananullable object

          Kana name.

          • identity.business_details.script_names.kana.registered_namenullable string

            Registered name of the business.

        • identity.business_details.script_names.kanjinullable object

          Kanji name.

          • identity.business_details.script_names.kanji.registered_namenullable string

            Registered name of the business.

      • identity.business_details.structurenullable enum

        The category identifying the legal structure of the business.

        Possible enum values
        cooperative

        A cooperative organization.

        free_zone_establishment

        A free zone establishment.

        free_zone_llc

        A free zone LLC.

        government_instrumentality

        An organization formed by a government statute or body based in the US to perform a certain function, but not the actual government body itself.

        governmental_unit

        A branch of the state, local, or federal government of the US.

        incorporated_association

        An incorporated association.

        incorporated_non_profit

        An organization incorporated under the laws of a US state that has obtained tax-exempt status as a non-profit entity under either state or federal law (for example, 501©(3)).

        incorporated_partnership

        Also called ‘Limited Partnerships’ or ‘Registered Ordinary Partnerships’, these are businesses registered in Thailand owned by two or more people. The business’ legal entity and its legal personality is separated and distinct from the individual partners.

        limited_liability_partnership

        A limited liability partnership.

        llc

        An LLC.

        Show 17 more
      • identity.business_details.urlnullable string

        The business’s publicly available website.

    • identity.countrynullable enum

      The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.

    • identity.entity_typenullable enum

      The entity type.

      Possible enum values
      company

      A registered business.

      government_entity

      Government entity.

      individual

      An individual that is not registered as a business.

      non_profit

      A Non profit organization.

    • identity.individualnullable object

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

      • identity.individual.idstring

        Unique identifier for the object.

      • identity.individual.objectstring

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

      • identity.individual.accountstring

        The account ID which the individual belongs to.

      • identity.individual.additional_addressesnullable array of objects

        Additional addresses associated with the individual.

        • identity.individual.additional_addresses.citynullable string

          City, district, suburb, town, or village.

        • identity.individual.additional_addresses.countrynullable enum

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

        • identity.individual.additional_addresses.line1nullable string

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

        • identity.individual.additional_addresses.line2nullable string

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

        • identity.individual.additional_addresses.postal_codenullable string

          ZIP or postal code.

        • identity.individual.additional_addresses.purposeenum

          Purpose of additional address.

          Possible enum values
          registered

          Registered.

        • identity.individual.additional_addresses.statenullable string

          State, county, province, or region.

        • identity.individual.additional_addresses.townnullable string

          Town or cho-me.

      • identity.individual.additional_namesnullable array of objects

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

        • identity.individual.additional_names.full_namenullable string

          The individual’s full name.

        • identity.individual.additional_names.given_namenullable string

          The individual’s first or given name.

        • identity.individual.additional_names.purposeenum

          The purpose or type of the additional name.

          Possible enum values
          alias

          An alias for the individual’s name.

          maiden

          The maiden name of the individual.

        • identity.individual.additional_names.surnamenullable string

          The individual’s last or family name.

      • identity.individual.additional_terms_of_servicenullable object

        Terms of service acceptances.

        • identity.individual.additional_terms_of_service.accountnullable object

          Stripe terms of service agreement.

          • identity.individual.additional_terms_of_service.account.datenullable timestamp

            The time when the Account’s representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

          • identity.individual.additional_terms_of_service.account.ipnullable string

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

          • identity.individual.additional_terms_of_service.account.user_agentnullable string

            The user agent of the browser from which the Account’s representative accepted the terms of service.

      • identity.individual.addressnullable object

        The individual’s residential address.

        • identity.individual.address.citynullable string

          City, district, suburb, town, or village.

        • identity.individual.address.countrynullable enum

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

        • identity.individual.address.line1nullable string

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

        • identity.individual.address.line2nullable string

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

        • identity.individual.address.postal_codenullable string

          ZIP or postal code.

        • identity.individual.address.statenullable string

          State, county, province, or region.

        • identity.individual.address.townnullable string

          Town or cho-me.

      • identity.individual.createdtimestamp

        Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

      • identity.individual.date_of_birthnullable object

        The individual’s date of birth.

        • identity.individual.date_of_birth.dayinteger

          The day of birth, between 1 and 31.

        • identity.individual.date_of_birth.monthinteger

          The month of birth, between 1 and 12.

        • identity.individual.date_of_birth.yearinteger

          The four-digit year of birth.

      • identity.individual.documentsnullable object

        Documents that may be submitted to satisfy various informational requests.

        • identity.individual.documents.company_authorizationnullable object

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

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

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

          • identity.individual.documents.company_authorization.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.individual.documents.passportnullable object

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

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

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

          • identity.individual.documents.passport.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

        • identity.individual.documents.primary_verificationnullable object

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

          • identity.individual.documents.primary_verification.front_backobject

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

            • identity.individual.documents.primary_verification.front_back.backnullable string

              A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.

            • identity.individual.documents.primary_verification.front_back.frontstring

              A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.

          • identity.individual.documents.primary_verification.typeenum

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

            Possible enum values
            front_back

            Document type with both front and back sides.

        • identity.individual.documents.secondary_verificationnullable object

          A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.

          • identity.individual.documents.secondary_verification.front_backobject

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

            • identity.individual.documents.secondary_verification.front_back.backnullable string

              A file upload token representing the back of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.

            • identity.individual.documents.secondary_verification.front_back.frontstring

              A file upload token representing the front of the verification document. The purpose of the uploaded file should be ‘identity_document’. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.

          • identity.individual.documents.secondary_verification.typeenum

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

            Possible enum values
            front_back

            Document type with both front and back sides.

        • identity.individual.documents.visanullable object

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

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

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

          • identity.individual.documents.visa.typeenum

            The format of the document. Currently supports files only.

            Possible enum values
            files

            Document type with multiple files.

      • identity.individual.emailnullable string

        The individual’s email address.

      • identity.individual.given_namenullable string

        The individual’s first name.

      • identity.individual.id_numbersnullable array of objects

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

        • identity.individual.id_numbers.typeenum

          The ID number type of an individual.

          Possible enum values
          ae_eid

          Emirates ID - United Arab Emirates.

          ao_nif

          Número de Identificação Fiscal (Tax Identification Number) - Angola.

          az_tin

          Tax Identification Number - Azerbaijan.

          bd_brc

          Birth Registration Certificate (BRC) - Bangladesh.

          bd_etin

          Electronic Tax Identification Number (ETIN) - Bangladesh.

          bd_nid

          National Identification Number (NID) - Bangladesh.

          br_cpf

          Cadastro de Pessoas Físicas - Brazil.

          cr_cpf

          Cédula de Persona Fisica (CPF) - Costa Rica.

          cr_dimex

          Documento de identificación Tributario Especial (DIMEX) - Costa Rica.

          cr_nite

          Número de Indetificación Tributario Especial (NITE) - Costa Rica.

          Show 21 more
      • identity.individual.legal_gendernullable enum

        The individual’s gender (International regulations require either "male” or “female”).

        Possible enum values
        female

        Female person gender.

        male

        Male person gender.

      • identity.individual.metadatanullable map

        Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

      • identity.individual.nationalitiesnullable array of enums

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

      • identity.individual.phonenullable string

        The individual’s phone number.

      • identity.individual.political_exposurenullable enum

        Indicates if the individual or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.

        Possible enum values
        existing

        The person has disclosed that they do have political exposure.

        none

        The person has disclosed that they have no political exposure.

      • identity.individual.relationshipnullable object

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

        • identity.individual.relationship.authorizernullable boolean

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

        • identity.individual.relationship.directornullable boolean

          Whether the individual is a director of the Account’s legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.

        • identity.individual.relationship.executivenullable boolean

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

        • identity.individual.relationship.legal_guardiannullable boolean

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

        • identity.individual.relationship.ownernullable boolean

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

        • identity.individual.relationship.percent_ownershipnullable decimal

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

        • identity.individual.relationship.representativenullable boolean

          Whether the individual is authorized as the primary representative of the Account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account.

        • identity.individual.relationship.titlenullable string

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

      • identity.individual.script_addressesnullable object

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

        • identity.individual.script_addresses.kananullable object

          Kana Address.

          • identity.individual.script_addresses.kana.citynullable string

            City, district, suburb, town, or village.

          • identity.individual.script_addresses.kana.countrynullable enum

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

          • identity.individual.script_addresses.kana.line1nullable string

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

          • identity.individual.script_addresses.kana.line2nullable string

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

          • identity.individual.script_addresses.kana.postal_codenullable string

            ZIP or postal code.

          • identity.individual.script_addresses.kana.statenullable string

            State, county, province, or region.

          • identity.individual.script_addresses.kana.townnullable string

            Town or cho-me.

        • identity.individual.script_addresses.kanjinullable object

          Kanji Address.

          • identity.individual.script_addresses.kanji.citynullable string

            City, district, suburb, town, or village.

          • identity.individual.script_addresses.kanji.countrynullable enum

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

          • identity.individual.script_addresses.kanji.line1nullable string

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

          • identity.individual.script_addresses.kanji.line2nullable string

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

          • identity.individual.script_addresses.kanji.postal_codenullable string

            ZIP or postal code.

          • identity.individual.script_addresses.kanji.statenullable string

            State, county, province, or region.

          • identity.individual.script_addresses.kanji.townnullable string

            Town or cho-me.

      • identity.individual.script_namesnullable object

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

        • identity.individual.script_names.kananullable object

          Persons name in kana script.

          • identity.individual.script_names.kana.given_namenullable string

            The person’s first or given name.

          • identity.individual.script_names.kana.surnamenullable string

            The person’s last or family name.

        • identity.individual.script_names.kanjinullable object

          Persons name in kanji script.

          • identity.individual.script_names.kanji.given_namenullable string

            The person’s first or given name.

          • identity.individual.script_names.kanji.surnamenullable string

            The person’s last or family name.

      • identity.individual.surnamenullable string

        The individual’s last name.

      • identity.individual.updatedtimestamp

        Time at which the object was last updated.

  • livemodeboolean

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

  • metadatanullable map

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

  • requirementsnullable object

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

    • requirements.collectorenum

      A value indicating responsibility for collecting requirements on this account.

      Possible enum values
      application

      The platform is responsible for collecting outstanding and updated requirements on the Account.

      stripe

      Stripe is responsible for collecting outstanding and updated requirements on the Account.

    • requirements.entriesnullable array of objects

      A list of requirements for the Account.

      • requirements.entries.awaiting_action_fromenum

        Whether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.

        Possible enum values
        stripe

        Integrator should do nothing.

        user

        Integrator should take action.

      • requirements.entries.descriptionstring

        Machine-readable string describing the requirement.

      • requirements.entries.errorsarray of objects

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

        • requirements.entries.errors.codeenum

          Machine-readable code describing the error.

          Possible enum values
          invalid_address_city_state_postal_code

          The combination of the city, state, and postal code in the provided address could not be validated.

          invalid_address_highway_contract_box

          Invalid address. Your business address must be a valid physical address from which you conduct business and cannot be a Highway Contract Box.

          invalid_address_private_mailbox

          Invalid address. Your business address must be a valid physical address from which you conduct business and cannot be a private mailbox.

          invalid_business_profile_name

          Business profile names must consist of recognizable words.

          invalid_business_profile_name_denylisted

          Generic or well-known business names aren’t supported.

          invalid_company_name_denylisted

          Generic or well-known business names aren’t supported.

          invalid_dob_age_over_maximum

          Date of birth must be within the past 120 years.

          invalid_dob_age_under_18

          Underage. Age must be at least 18.

          invalid_dob_age_under_minimum

          Person must be at least 13 years old.

          invalid_product_description_length

          Your product description must be at least 10 characters.

          Show 86 more
        • requirements.entries.errors.descriptionstring

          Human-readable description of the error.

      • requirements.entries.impactobject

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

        • requirements.entries.impact.restricts_capabilitiesnullable array of objects

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

          • requirements.entries.impact.restricts_capabilities.capabilityenum

            The name of the Capability which will be restricted.

            Possible enum values
            ach_debit_payments

            Capability to use ACH Debit payments.

            acss_debit_payments

            Capability to use ACSS Debit payments.

            affirm_payments

            Capability to use Affirm payments.

            afterpay_clearpay_payments

            Capability to use Afterpay Clearpay payments.

            alma_payments

            Capability to use Alma payments.

            amazon_pay_payments

            Capability to use Amazon Pay payments.

            au_becs_debit_payments

            Capability to use AU BECS Debit payments.

            automatic_indirect_tax

            Capability to have taxes automatically corrected.

            bacs_debit_payments

            Capability to use BACS Debit payments.

            bancontact_payments

            Capability to use Bancontact payments.

            Show 48 more
          • requirements.entries.impact.restricts_capabilities.configurationenum

            The configuration which specifies the Capability which will be restricted.

            Possible enum values
            customer

            Customer configuration.

            merchant

            Merchant configuration.

            recipient

            Recipient configuration.

            storer

            Storer configuration.

          • requirements.entries.impact.restricts_capabilities.deadlineobject

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

            • requirements.entries.impact.restricts_capabilities.deadline.statusenum

              The current status of the requirement’s impact.

              Possible enum values
              currently_due

              The requirement needs to be collected to keep the account enabled.

              eventually_due

              The requirement needs to be collected assuming all volume thresholds are met.

              past_due

              The requirement needs to be collected to enable the account.

      • requirements.entries.minimum_deadlineobject

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

        • requirements.entries.minimum_deadline.statusenum

          The current status of the requirement’s impact.

          Possible enum values
          currently_due

          The requirement needs to be collected to keep the account enabled.

          eventually_due

          The requirement needs to be collected assuming all volume thresholds are met.

          past_due

          The requirement needs to be collected to enable the account.

      • requirements.entries.referencenullable object

        A reference to the location of the requirement.

        • requirements.entries.reference.inquirynullable string

          If inquiry is the type, the inquiry token.

        • requirements.entries.reference.resourcenullable string

          If resource is the type, the resource token.

        • requirements.entries.reference.typeenum

          The type of the reference. An additional hash is included with a name matching the type. It contains additional information specific to the type.

          Possible enum values
          inquiry

          An inquiry from Stripe.

          resource

          Another API resource.

      • requirements.entries.requested_reasonsarray of objects

        A list of reasons why Stripe is collecting the requirement.

        • requirements.entries.requested_reasons.codeenum

          Machine-readable description of Stripe’s reason for collecting the requirement.

          Possible enum values
          future_requirements

          Stripe needs information for future regulatory and risk reasons.

          routine_onboarding

          Stripe needs a basic set of information.

          routine_verification

          Stripe needs to review provided information.

    • requirements.summarynullable object

      An object containing an overview of requirements for the Account.

      • requirements.summary.minimum_deadlinenullable object

        The soonest date and time a requirement on the Account will become past due. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

        • requirements.summary.minimum_deadline.statusenum

          The current strictest status of all requirements on the Account.

          Possible enum values
          currently_due

          The requirement needs to be collected to keep the account enabled.

          eventually_due

          The requirement needs to be collected assuming all volume thresholds are met.

          past_due

          The requirement needs to be collected to enable the account.

        • requirements.summary.minimum_deadline.timenullable timestamp

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

Error Codes
400v1_account_instead_of_v2_account

V1 Account ID cannot be used in V2 Account APIs.

400v1_customer_instead_of_v2_account

V1 Customer ID cannot be used in V2 Account APIs.

404not_found

The resource wasn’t found.

GET /v2/core/accounts/:id
curl -G https://api.stripe.com/v2/core/accounts/acct_1Nv0FGQ9RKHgCVdK \
-H "Authorization: Bearer sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2" \
-H "Stripe-Version: 2025-08-27.preview" \
-d include=identity \
-d include="configuration.merchant"
Response
{
"id": "acct_1Nv0FGQ9RKHgCVdK",
"object": "v2.core.account",
"applied_configurations": [
"merchant",
"customer"
],
"configuration": {
"merchant": {
"applied": "2024-11-26T16:33:03.000Z",
"card_payments": {
"decline_on": {
"avs_failure": false,
"cvc_failure": false
}
},
"capabilities": {
"card_payments": {
"requested": true,
"status": "restricted",
"status_details": [
{
"code": "requirements_past_due",
"resolution": "provide_info"
}
]
}
},
"statement_descriptor": {
"descriptor": "accessible.stripe.com"
},
"mcc": "5734"
}
},
"contact_email": "furever@example.com",
"created": "2024-11-26T16:33:03.000Z",
"dashboard": "none",
"identity": {
"business_details": {
"doing_business_as": "FurEver",
"id_numbers": [
{
"type": "us_ein"
}
],
"product_description": "Saas pet grooming platform at furever.dev using Connect embedded components",
"structure": "sole_proprietorship",
"url": "http://accessible.stripe.com"
},
"country": "us"
},
"display_name": "Furever",
"livemode": true,
"metadata": {}
}