The Account object
Attributes
id(string) Unique identifier for the Account.object(string, 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_configurations(array of enums) The configurations that have been applied to this account. Possible enum values:customerThe Account can be used as a customer.merchantThe Account can be used as a merchant.recipientThe Account can be used as a recipient.
closed(boolean, nullable) Indicates whether the account has been closed.configuration(object, nullable) An Account represents a company, individual, or other entity that a user interacts with. Accounts store identity information and one or more configurations that enable product-specific capabilities. You can assign configurations at creation or add them later.configuration.customer(object, nullable) The Customer Configuration allows the Account to be used in inbound payment flows (i.e. customer-facing payment and billing flows).configuration.customer.applied(boolean) Indicates whether the customer configuration is active. You can deactivate or reactivate the customer configuration by updating this property. Deactivating the configuration by setting this value to false will unrequest all capabilities within the configuration. It will not delete any of the configuration’s other properties.configuration.customer.automatic_indirect_tax(object, nullable) Settings for automatic indirect tax calculation on the customer’s invoices, subscriptions, Checkout Sessions, and Payment Links. Available when automatic tax calculation is available for the customer account’s location.configuration.customer.automatic_indirect_tax.exempt(enum, nullable) The customer account’s tax exemption status:none,exempt, orreverse. Whenreverse, invoice and receipt PDFs include “Reverse charge”. Possible enum values:exemptThe customer is tax-exempt.noneThe customer is not tax-exempt.reverseReverse charge applies.
configuration.customer.automatic_indirect_tax.ip_address(string, nullable) A recent IP address of the customer used for tax reporting and tax location inference.configuration.customer.automatic_indirect_tax.location(object, nullable) The customer account’s identified tax location, derived fromlocation_source. Only rendered if theautomatic_indirect_taxfeature is requested andactive.configuration.customer.automatic_indirect_tax.location.country(enum, nullable) The identified tax country of the customer.configuration.customer.automatic_indirect_tax.location.state(string, nullable) The identified tax state, county, province, or region of the customer.
configuration.customer.automatic_indirect_tax.location_source(enum, nullable) Data source used to identify the customer account’s tax location. Defaults toidentity_address. Used for automatic indirect tax calculation. Possible enum values:identity_addressIdentity address (identity.business_details.addressoridentity.individual.address).ip_addressIP address.payment_methodThe customer’s default payment method, unless a default payment method is set on the subscription or invoice.shipping_addressShipping address.
configuration.customer.billing(object, nullable) Default Billing settings for the customer account, used in Invoices and Subscriptions.configuration.customer.billing.default_payment_method(string, nullable) The ID of aPaymentMethodattached to this Account’scustomerconfiguration, used as the default payment method for invoices and subscriptions.configuration.customer.billing.invoice(object, nullable) Default invoice settings for the customer account.configuration.customer.billing.invoice.custom_fields(array 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.name(string) The name of the custom field. This may be up to 40 characters.configuration.customer.billing.invoice.custom_fields.value(string) 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.footer(string, nullable) Default invoice footer.configuration.customer.billing.invoice.next_sequence(integer, nullable) Sequence number to use on the customer account’s next invoice. Defaults to 1.configuration.customer.billing.invoice.prefix(string, nullable) Prefix used to generate unique invoice numbers. Must be 3-12 uppercase letters or numbers.configuration.customer.billing.invoice.rendering(object, nullable) Default invoice PDF rendering options.configuration.customer.billing.invoice.rendering.amount_tax_display(enum, nullable) Indicates whether displayed line item prices and amounts on invoice PDFs include inclusive tax amounts. Must be eitherinclude_inclusive_taxorexclude_tax. Possible enum values:exclude_taxExclude tax.include_inclusive_taxInclude inclusive tax.
configuration.customer.billing.invoice.rendering.template(string, nullable) ID of the invoice rendering template to use for future invoices.
configuration.customer.capabilities(object, nullable) Capabilities that have been requested on the Customer Configuration.configuration.customer.capabilities.automatic_indirect_tax(object, nullable) 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.configuration.customer.capabilities.automatic_indirect_tax.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.customer.capabilities.automatic_indirect_tax.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.customer.capabilities.automatic_indirect_tax.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.customer.capabilities.automatic_indirect_tax.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.customer.shipping(object, nullable) The customer’s shipping information. Appears on invoices emailed to this customer.configuration.customer.shipping.address(object, nullable) Customer shipping address.configuration.customer.shipping.address.city(string, nullable) City, district, suburb, town, or village.configuration.customer.shipping.address.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).configuration.customer.shipping.address.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).configuration.customer.shipping.address.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).configuration.customer.shipping.address.postal_code(string, nullable) ZIP or postal code.configuration.customer.shipping.address.state(string, nullable) State, county, province, or region.
configuration.customer.shipping.name(string, nullable) Customer name.configuration.customer.shipping.phone(string, nullable) Customer phone (including extension).
configuration.customer.test_clock(string, nullable) 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.merchant(object, nullable) Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.configuration.merchant.applied(boolean) Indicates whether the merchant configuration is active. You can deactivate or reactivate the merchant configuration by updating this property. Deactivating the configuration by setting this value to false doesn’t delete the configuration’s properties.configuration.merchant.bacs_debit_payments(object, nullable) Settings for Bacs Direct Debit payments.configuration.merchant.bacs_debit_payments.display_name(string, nullable) Display name for Bacs Direct Debit payments.configuration.merchant.bacs_debit_payments.service_user_number(string, nullable) Service User Number (SUN) for Bacs Direct Debit payments.
configuration.merchant.branding(object, nullable) Settings used to apply the merchant’s branding to email receipts, invoices, Checkout, and other products.configuration.merchant.branding.icon(string, nullable) ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px.configuration.merchant.branding.logo(string, nullable) 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_color(string, nullable) A CSS hex color value representing the primary branding color for the merchant.configuration.merchant.branding.secondary_color(string, nullable) A CSS hex color value representing the secondary branding color for the merchant.
configuration.merchant.capabilities(object, nullable) Capabilities that have been requested on the Merchant Configuration.configuration.merchant.capabilities.ach_debit_payments(object, nullable) Allow the merchant to process ACH debit payments.configuration.merchant.capabilities.ach_debit_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.ach_debit_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.ach_debit_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.ach_debit_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.acss_debit_payments(object, nullable) Allow the merchant to process ACSS debit payments.configuration.merchant.capabilities.acss_debit_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.acss_debit_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.acss_debit_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.acss_debit_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.affirm_payments(object, nullable) Allow the merchant to process Affirm payments.configuration.merchant.capabilities.affirm_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.affirm_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.affirm_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.affirm_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.afterpay_clearpay_payments(object, nullable) Allow the merchant to process Afterpay/Clearpay payments.configuration.merchant.capabilities.afterpay_clearpay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.afterpay_clearpay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.afterpay_clearpay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.afterpay_clearpay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.alma_payments(object, nullable) Allow the merchant to process Alma payments.configuration.merchant.capabilities.alma_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.alma_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.alma_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.alma_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.amazon_pay_payments(object, nullable) Allow the merchant to process Amazon Pay payments.configuration.merchant.capabilities.amazon_pay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.amazon_pay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.amazon_pay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.amazon_pay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.au_becs_debit_payments(object, nullable) Allow the merchant to process Australian BECS Direct Debit payments.configuration.merchant.capabilities.au_becs_debit_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.au_becs_debit_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.au_becs_debit_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.au_becs_debit_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.bacs_debit_payments(object, nullable) Allow the merchant to process BACS Direct Debit payments.configuration.merchant.capabilities.bacs_debit_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.bacs_debit_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.bacs_debit_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.bacs_debit_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.bancontact_payments(object, nullable) Allow the merchant to process Bancontact payments.configuration.merchant.capabilities.bancontact_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.bancontact_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.bancontact_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.bancontact_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.blik_payments(object, nullable) Allow the merchant to process BLIK payments.configuration.merchant.capabilities.blik_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.blik_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.blik_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.blik_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.boleto_payments(object, nullable) Allow the merchant to process Boleto payments.configuration.merchant.capabilities.boleto_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.boleto_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.boleto_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.boleto_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.card_payments(object, nullable) Allow the merchant to collect card payments.configuration.merchant.capabilities.card_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.card_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.card_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.card_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.cartes_bancaires_payments(object, nullable) Allow the merchant to process Cartes Bancaires payments.configuration.merchant.capabilities.cartes_bancaires_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.cartes_bancaires_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.cartes_bancaires_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.cartes_bancaires_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.cashapp_payments(object, nullable) Allow the merchant to process Cash App payments.configuration.merchant.capabilities.cashapp_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.cashapp_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.cashapp_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.cashapp_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.eps_payments(object, nullable) Allow the merchant to process EPS payments.configuration.merchant.capabilities.eps_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.eps_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.eps_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.eps_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.fpx_payments(object, nullable) Allow the merchant to process FPX payments.configuration.merchant.capabilities.fpx_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.fpx_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.fpx_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.fpx_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.gb_bank_transfer_payments(object, nullable) Allow the merchant to process UK bank transfer payments.configuration.merchant.capabilities.gb_bank_transfer_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.gb_bank_transfer_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.gb_bank_transfer_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.gb_bank_transfer_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.grabpay_payments(object, nullable) Allow the merchant to process GrabPay payments.configuration.merchant.capabilities.grabpay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.grabpay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.grabpay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.grabpay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.ideal_payments(object, nullable) Allow the merchant to process iDEAL payments.configuration.merchant.capabilities.ideal_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.ideal_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.ideal_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.ideal_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.jcb_payments(object, nullable) Allow the merchant to process JCB card payments.configuration.merchant.capabilities.jcb_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.jcb_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.jcb_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.jcb_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.jp_bank_transfer_payments(object, nullable) Allow the merchant to process Japanese bank transfer payments.configuration.merchant.capabilities.jp_bank_transfer_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.jp_bank_transfer_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.jp_bank_transfer_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.jp_bank_transfer_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.kakao_pay_payments(object, nullable) Allow the merchant to process Kakao Pay payments.configuration.merchant.capabilities.kakao_pay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.kakao_pay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.kakao_pay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.kakao_pay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.klarna_payments(object, nullable) Allow the merchant to process Klarna payments.configuration.merchant.capabilities.klarna_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.klarna_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.klarna_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.klarna_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.konbini_payments(object, nullable) Allow the merchant to process Konbini convenience store payments.configuration.merchant.capabilities.konbini_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.konbini_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.konbini_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.konbini_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.kr_card_payments(object, nullable) Allow the merchant to process Korean card payments.configuration.merchant.capabilities.kr_card_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.kr_card_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.kr_card_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.kr_card_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.link_payments(object, nullable) Allow the merchant to process Link payments.configuration.merchant.capabilities.link_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.link_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.link_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.link_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.mobilepay_payments(object, nullable) Allow the merchant to process MobilePay payments.configuration.merchant.capabilities.mobilepay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.mobilepay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.mobilepay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.mobilepay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.multibanco_payments(object, nullable) Allow the merchant to process Multibanco payments.configuration.merchant.capabilities.multibanco_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.multibanco_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.multibanco_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.multibanco_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.mx_bank_transfer_payments(object, nullable) Allow the merchant to process Mexican bank transfer payments.configuration.merchant.capabilities.mx_bank_transfer_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.mx_bank_transfer_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.mx_bank_transfer_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.mx_bank_transfer_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.naver_pay_payments(object, nullable) Allow the merchant to process Naver Pay payments.configuration.merchant.capabilities.naver_pay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.naver_pay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.naver_pay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.naver_pay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.oxxo_payments(object, nullable) Allow the merchant to process OXXO payments.configuration.merchant.capabilities.oxxo_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.oxxo_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.oxxo_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.oxxo_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.p24_payments(object, nullable) Allow the merchant to process Przelewy24 (P24) payments.configuration.merchant.capabilities.p24_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.p24_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.p24_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.p24_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.pay_by_bank_payments(object, nullable) Allow the merchant to process Pay by Bank payments.configuration.merchant.capabilities.pay_by_bank_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.pay_by_bank_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.pay_by_bank_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.pay_by_bank_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.payco_payments(object, nullable) Allow the merchant to process PAYCO payments.configuration.merchant.capabilities.payco_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.payco_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.payco_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.payco_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.paynow_payments(object, nullable) Allow the merchant to process PayNow payments.configuration.merchant.capabilities.paynow_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.paynow_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.paynow_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.paynow_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.promptpay_payments(object, nullable) Allow the merchant to process PromptPay payments.configuration.merchant.capabilities.promptpay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.promptpay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.promptpay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.promptpay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.revolut_pay_payments(object, nullable) Allow the merchant to process Revolut Pay payments.configuration.merchant.capabilities.revolut_pay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.revolut_pay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.revolut_pay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.revolut_pay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.samsung_pay_payments(object, nullable) Allow the merchant to process Samsung Pay payments.configuration.merchant.capabilities.samsung_pay_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.samsung_pay_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.samsung_pay_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.samsung_pay_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.sepa_bank_transfer_payments(object, nullable) Allow the merchant to process SEPA bank transfer payments.configuration.merchant.capabilities.sepa_bank_transfer_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.sepa_bank_transfer_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.sepa_bank_transfer_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.sepa_bank_transfer_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.sepa_debit_payments(object, nullable) Allow the merchant to process SEPA Direct Debit payments.configuration.merchant.capabilities.sepa_debit_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.sepa_debit_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.sepa_debit_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.sepa_debit_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.stripe_balance(object, nullable) Capabilities that enable the merchant to manage their Stripe Balance (/v1/balance).configuration.merchant.capabilities.stripe_balance.payouts(object, nullable) Enables this Account to complete payouts from their Stripe Balance (/v1/balance).configuration.merchant.capabilities.stripe_balance.payouts.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.stripe_balance.payouts.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.stripe_balance.payouts.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.stripe_balance.payouts.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.swish_payments(object, nullable) Allow the merchant to process Swish payments.configuration.merchant.capabilities.swish_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.swish_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.swish_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.swish_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.twint_payments(object, nullable) Allow the merchant to process TWINT payments.configuration.merchant.capabilities.twint_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.twint_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.twint_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.twint_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.us_bank_transfer_payments(object, nullable) Allow the merchant to process US bank transfer payments.configuration.merchant.capabilities.us_bank_transfer_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.us_bank_transfer_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.us_bank_transfer_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.us_bank_transfer_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.capabilities.zip_payments(object, nullable) Allow the merchant to process Zip payments.configuration.merchant.capabilities.zip_payments.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.merchant.capabilities.zip_payments.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.merchant.capabilities.zip_payments.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.merchant.capabilities.zip_payments.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.merchant.card_payments(object, nullable) Card payments settings.configuration.merchant.card_payments.decline_on(object, nullable) Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge.configuration.merchant.card_payments.decline_on.avs_failure(boolean, nullable) 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_failure(boolean, nullable) 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.konbini_payments(object, nullable) Settings specific to Konbini payments on the account.configuration.merchant.konbini_payments.support(object, nullable) Support for Konbini payments.configuration.merchant.konbini_payments.support.email(string, nullable) Support email address for Konbini payments.configuration.merchant.konbini_payments.support.hours(object, nullable) Support hours for Konbini payments.configuration.merchant.konbini_payments.support.hours.end_time(string, nullable) Support hours end time (JST time of day) for inHH:MMformat.configuration.merchant.konbini_payments.support.hours.start_time(string, nullable) Support hours start time (JST time of day) for inHH:MMformat.
configuration.merchant.konbini_payments.support.phone(string, nullable) Support phone number for Konbini payments.
configuration.merchant.mcc(string, nullable) The Merchant Category Code (MCC) for the merchant. MCCs classify businesses based on the goods or services they provide.configuration.merchant.script_statement_descriptor(object, nullable) Settings for the default text that appears on statements for language variations.configuration.merchant.script_statement_descriptor.kana(object, nullable) The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.configuration.merchant.script_statement_descriptor.kana.descriptor(string, nullable) 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.script_statement_descriptor.kana.prefix(string, nullable) 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.script_statement_descriptor.kanji(object, nullable) The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.configuration.merchant.script_statement_descriptor.kanji.descriptor(string, nullable) 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.script_statement_descriptor.kanji.prefix(string, nullable) 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.sepa_debit_payments(object, nullable) Settings for SEPA Direct Debit payments.configuration.merchant.sepa_debit_payments.creditor_id(string, nullable) Creditor ID for SEPA Direct Debit payments.
configuration.merchant.statement_descriptor(object, nullable) Statement descriptor.configuration.merchant.statement_descriptor.descriptor(string, nullable) 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.prefix(string, nullable) 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.support(object, nullable) Publicly available contact information for sending support issues to.configuration.merchant.support.address(object, nullable) A publicly available mailing address for sending support issues to.configuration.merchant.support.address.city(string, nullable) City, district, suburb, town, or village.configuration.merchant.support.address.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).configuration.merchant.support.address.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).configuration.merchant.support.address.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).configuration.merchant.support.address.postal_code(string, nullable) ZIP or postal code.configuration.merchant.support.address.state(string, nullable) State, county, province, or region.configuration.merchant.support.address.town(string, nullable) Town or district.
configuration.merchant.support.email(string, nullable) A publicly available email address for sending support issues to.configuration.merchant.support.phone(string, nullable) A publicly available phone number to call with support issues.configuration.merchant.support.url(string, nullable) A publicly available website for handling support issues.
configuration.recipient(object, nullable) The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.configuration.recipient.applied(boolean) Indicates whether the recipient configuration is active. You can deactivate or reactivate the recipient configuration by updating this property. Deactivating the configuration by setting this value to false unrequest all capabilities within the configuration. It will not delete any of the configuration’s other properties.configuration.recipient.capabilities(object, nullable) Capabilities that have been requested on the Recipient Configuration.configuration.recipient.capabilities.stripe_balance(object, nullable) Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).configuration.recipient.capabilities.stripe_balance.payouts(object, nullable) Enables this Account to complete payouts from their Stripe Balance (/v1/balance).configuration.recipient.capabilities.stripe_balance.payouts.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.recipient.capabilities.stripe_balance.payouts.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.recipient.capabilities.stripe_balance.payouts.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.recipient.capabilities.stripe_balance.payouts.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
configuration.recipient.capabilities.stripe_balance.stripe_transfers(object, nullable) Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).configuration.recipient.capabilities.stripe_balance.stripe_transfers.status(enum) The status of the Capability. Possible enum values:activeThe Capability is active.pendingStripe is carrying out an action prior to activating the Capability. No further action is required at this time.restrictedThe Capability requires further action before it can be activated, check thestatus_detailsfor information on why.unsupportedThe Capability is unsupported. Checkstatus_detailsfor information on why.
configuration.recipient.capabilities.stripe_balance.stripe_transfers.status_details(array of objects) Additional details about the capability’s status. This value is empty whenstatusisactive.configuration.recipient.capabilities.stripe_balance.stripe_transfers.status_details.code(enum) Machine-readable code explaining the reason for the Capability to be in its current status. Possible enum values:determining_statusStripe is in the process of determining the capability’s status.requirements_past_dueSome required information is past due.requirements_pending_verificationStripe is currently verifying information that was supplied about the Account.restricted_otherCapability is restricted for unspecified reasons.unsupported_businessCapability is not supported for the Account’s business as expressed by the MCC in the Merchant Configuration.unsupported_countryCapability is not supported for the Account’s Legal Entity country.unsupported_entity_typeCapability is not supported for the given Identity entity type (i.e. individual).
configuration.recipient.capabilities.stripe_balance.stripe_transfers.status_details.resolution(enum) Machine-readable code explaining how to make the Capability active. Possible enum values:contact_stripeContact Stripe support to find more information about why this Capability is restricted.no_resolutionNo action is required from the user.provide_infoProvide outstanding information about the Account to enable this Capability. Check the Requirements resource for more details.
contact_email(string, nullable) The primary contact email address for the Account.contact_phone(string, nullable) The default contact phone for the Account.created(timestamp) 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.dashboard(enum, nullable) 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:expressThe Account has access to the Express hosted dashboard.fullThe Account has access to the full Stripe hosted dashboard.noneThe Account does not have access to any Stripe hosted dashboard.
defaults(object, nullable) Default values for settings shared across Account configurations.defaults.currency(enum, nullable) Three-letter ISO currency code, in lowercase. Must be a supported currency.defaults.locales(array of enums, nullable) The Account’s preferred locales (languages), ordered by preference. Possible enum values:ar-SAIETF Locale.bgIETF Locale.bg-BGIETF Locale.csIETF Locale.cs-CZIETF Locale.daIETF Locale.da-DKIETF Locale.deIETF Locale.de-DEIETF Locale.elIETF Locale.el-GRIETF Locale.enIETF Locale.en-AUIETF Locale.en-CAIETF Locale.en-GBIETF Locale.en-IEIETF Locale.en-INIETF Locale.en-NZIETF Locale.en-SGIETF Locale.en-USIETF Locale.esIETF Locale.es-419IETF Locale.es-ESIETF Locale.etIETF Locale.et-EEIETF Locale.fiIETF Locale.fi-FIIETF Locale.filIETF Locale.fil-PHIETF Locale.frIETF Locale.fr-CAIETF Locale.fr-FRIETF Locale.he-ILIETF Locale.hrIETF Locale.hr-HRIETF Locale.huIETF Locale.hu-HUIETF Locale.idIETF Locale.id-IDIETF Locale.itIETF Locale.it-ITIETF Locale.jaIETF Locale.ja-JPIETF Locale.koIETF Locale.ko-KRIETF Locale.ltIETF Locale.lt-LTIETF Locale.lvIETF Locale.lv-LVIETF Locale.msIETF Locale.ms-MYIETF Locale.mtIETF Locale.mt-MTIETF Locale.nbIETF Locale.nb-NOIETF Locale.nlIETF Locale.nl-NLIETF Locale.plIETF Locale.pl-PLIETF Locale.ptIETF Locale.pt-BRIETF Locale.pt-PTIETF Locale.roIETF Locale.ro-ROIETF Locale.ruIETF Locale.ru-RUIETF Locale.skIETF Locale.sk-SKIETF Locale.slIETF Locale.sl-SIIETF Locale.svIETF Locale.sv-SEIETF Locale.thIETF Locale.th-THIETF Locale.trIETF Locale.tr-TRIETF Locale.viIETF Locale.vi-VNIETF Locale.zhIETF Locale.zh-HKIETF Locale.zh-HansIETF Locale.zh-Hant-HKIETF Locale.zh-Hant-TWIETF Locale.zh-TWIETF Locale.
defaults.profile(object, nullable) Account profile information.defaults.profile.business_url(string, nullable) The business’s publicly-available website.defaults.profile.doing_business_as(string, nullable) The customer-facing business name.defaults.profile.product_description(string, nullable) Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes.
defaults.responsibilities(object) Default responsibilities held by either Stripe or the platform.defaults.responsibilities.fees_collector(enum, nullable) Indicates whether the platform or connected account is responsible for paying Stripe fees for pricing-control-eligible products. Possible enum values:applicationThe platform is responsible for collecting fees from the Account.application_customDirect charge fee behavior is the same as for Custom accounts. See documentation.application_expressDirect charge fee behavior is the same as for Express accounts. See documentation.stripeStripe is responsible for collecting fees from the Account.
defaults.responsibilities.losses_collector(enum, nullable) A value indicating responsibility for collecting requirements on this account. Possible enum values:applicationThe platform is responsible for negative balances on the Account.stripeStripe is responsible for negative balances on this Account.
defaults.responsibilities.requirements_collector(enum) A value indicating responsibility for collecting requirements on this account. Possible enum values:applicationThe platform is responsible for collecting outstanding and updated requirements on the Account.stripeStripe is responsible for collecting outstanding and updated requirements on the Account.
display_name(string, nullable) A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.future_requirements(object, nullable) Information about the future requirements for the Account that will eventually come into effect, including what information needs to be collected, and by when.future_requirements.entries(array of objects, nullable) A list of requirements for the Account.future_requirements.entries.awaiting_action_from(enum) Indicates whether the platform or Stripe is currently responsible for taking action on the requirement. Value can beuserorstripe. Possible enum values:stripeIntegrator should do nothing.userIntegrator should take action.
future_requirements.entries.description(string) Machine-readable string describing the requirement.future_requirements.entries.errors(array of objects) Descriptions of why the requirement must be collected, or why the collected information isn’t satisfactory to Stripe.future_requirements.entries.errors.code(enum) Machine-readable code describing the error. Possible enum values:invalid_address_city_state_postal_codeThe combination of the city, state, and postal code in the provided address could not be validated.invalid_address_highway_contract_boxInvalid 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_mailboxInvalid address. Your business address must be a valid physical address from which you conduct business and cannot be a private mailbox.invalid_business_profile_nameBusiness profile names must consist of recognizable words.invalid_business_profile_name_denylistedGeneric or well-known business names aren’t supported.invalid_company_name_denylistedGeneric or well-known business names aren’t supported.invalid_dob_age_over_maximumDate of birth must be within the past 120 years.invalid_dob_age_under_18Underage. Age must be at least 18.invalid_dob_age_under_minimumPerson must be at least 13 years old.invalid_product_description_lengthYour product description must be at least 10 characters.invalid_product_description_url_matchYour product description must be different from your URL.invalid_representative_countryThe representative must have an address in the same country as the company.invalid_statement_descriptor_business_mismatchThe statement descriptor must be similar to your business name, legal entity name, or URL.invalid_statement_descriptor_denylistedGeneric or well-known statement descriptors aren’t supported.invalid_statement_descriptor_lengthThe statement descriptor must be at least 5 characters.invalid_statement_descriptor_prefix_denylistedGeneric or well-known statement descriptor prefixes aren’t supported.invalid_statement_descriptor_prefix_mismatchThe statement descriptor prefix must be similar to your statement descriptor, business name, legal entity name, or URL.invalid_street_addressThe street name and/or number for the provided address could not be validated.invalid_tax_idThe provided tax ID must have 9 digits.invalid_tax_id_formatTax IDs must be a unique set of 9 numbers without dashes or other special characters.invalid_tos_acceptanceThe existing terms of service signature has been invalidated because the account’s tax ID has changed. The account needs to accept the terms of service again. For more information, see this documentation.invalid_url_denylistedGeneric business URLs aren’t supported.invalid_url_formatURL must be formatted as https://example.com.invalid_url_web_presence_detectedBecause you use a website, app, social media page, or online profile to sell products or services, you must provide a URL for your business.invalid_url_website_business_information_mismatchThe business information on your website must match the details you provided to Stripe.invalid_url_website_emptyYour provided website appears to be empty.invalid_url_website_inaccessibleThis URL couldn’t be reached. Make sure it’s available and entered correctly or provide another.invalid_url_website_inaccessible_geoblockedYour provided website appears to be geographically blocked.invalid_url_website_inaccessible_password_protectedYour provided website appears to be password protected.invalid_url_website_incompleteYour website seems to be missing some required information. Learn about the requirements.invalid_url_website_incomplete_cancellation_policyYour provided website appears to have an incomplete cancellation policy.invalid_url_website_incomplete_customer_service_detailsYour provided website appears to have incomplete customer service details.invalid_url_website_incomplete_legal_restrictionsYour provided website appears to have incomplete legal restrictions.invalid_url_website_incomplete_refund_policyYour provided website appears to have an incomplete refund policy.invalid_url_website_incomplete_return_policyYour provided website appears to have an incomplete refund policy.invalid_url_website_incomplete_terms_and_conditionsYour provided website appears to have incomplete terms and conditions.invalid_url_website_incomplete_under_constructionYour provided website appears to be incomplete or under construction.invalid_url_website_otherWe weren’t able to verify your business using the URL you provided. Make sure it’s entered correctly or provide another URL.invalid_value_otherAn invalid value was provided for the related field. This is a general error code.unresolvable_ip_addressIP address did not resolve to a valid tax location.unresolvable_postal_codePostal code did not resolve to a valid tax location.verification_directors_mismatchDirectors on the account don’t match government records. Update the account and upload a directorship document with current directors.verification_document_address_mismatchAddress on the account doesn’t match the verification document. Update the account and upload the document again.verification_document_address_missingThe company address was missing on the document. Upload a document that includes the address.verification_document_corruptFile seems to be corrupted or damaged. Provide a different file.verification_document_country_not_supportedDocument isn’t supported in this person’s country or region. Provide a supported verification document.verification_document_directors_mismatchDirectors on the account don’t match the document provided. Update the account to match the registration document and upload it again.verification_document_dob_mismatchThe date of birth (DOB) on the document did not match the DOB on the account. Upload a document with a matching DOB or update the DOB on the account.verification_document_duplicate_typeThe same type of document was used twice. Two unique types of documents are required for verification.verification_document_expiredThe document could not be used for verification because it has expired. If it’s an identity document, its expiration date must be after the date the document was submitted. If it’s an address document, the issue date must be within the last six months.verification_document_failed_copyDocument is a photo or screenshot. Upload the original document.verification_document_failed_greyscaleDocument seems to be in grayscale or black and white. Provide a full color photo of the document for verification.verification_document_failed_otherThe document could not be verified for an unknown reason. Ensure that the document follows the guidelines for document uploads.verification_document_failed_test_modeA test data helper was supplied to simulate verification failure. Refer to the documentation for test file tokens.verification_document_fraudulentDocument seems to be altered. This could be because it’s fraudulent.verification_document_id_number_mismatchTax ID number on the account doesn’t match the verification document. Update the account to match the verification document and upload it again.verification_document_id_number_missingThe company ID number was missing on the document. Upload a document that includes the ID number.verification_document_incompleteDocument doesn’t include required information. Make sure all pages and sections are complete.verification_document_invalidDocument isn’t an acceptable form of identification in this account’s country or region. Ensure that the document follows the guidelines for document uploads.verification_document_issue_or_expiry_date_missingDocument is missing an expiration date. Provide a document with an expiration date.verification_document_manipulatedDocument seems to be altered. This could be because it’s fraudulent.verification_document_missing_backThe back of the document is missing. Provide both sides of the document for verification.verification_document_missing_frontThe front of the document is missing. Provide both sides of the document for verification.verification_document_name_mismatchThe name on the account does not match the name on the document. Update the account to match the document and upload it again.verification_document_name_missingThe company name was missing on the document. Upload a document that includes the company name.verification_document_nationality_mismatchThe nationality on the document did not match the person’s stated nationality. Update the person’s stated nationality, or upload a document that matches it.verification_document_not_readableDocument isn’t readable. This could be because it’s blurry or dark, or because the document was obstructed.verification_document_not_signedDocument doesn’t seem to be signed. Provide a signed document.verification_document_not_uploadedDocument didn’t upload because of a problem with the file.verification_document_photo_mismatchID photo on the document doesn’t match the selfie provided by this account.verification_document_too_largeDocument file is too large. Upload one that’s 10MB or less.verification_document_type_not_supportedThe provided document type is not accepted. Ensure that the document follows the guidelines for document uploads.verification_extraneous_directorsExtraneous directors have been added to the account. Update the account and upload a registration document with current directors.verification_failed_address_matchThe address on the account could not be verified. Correct any errors in the address field or upload a document that includes the address.verification_failed_business_iec_numberThe Importer Exporter Code (IEC) number on your account could not be verified. Either correct any possible errors in the company name or IEC number. Refer to the support article for accepting international payments in India.verification_failed_document_matchThe document could not be verified. Upload a document that includes the company name, ID number, and address fields.verification_failed_id_number_matchID number on the document doesn’t match the ID number provided by this account.verification_failed_keyed_identityThe person’s keyed-in identity information could not be verified. Correct any errors or upload a document that matches the identity fields (e.g., name and date of birth) entered.verification_failed_keyed_matchThe keyed-in information on the account could not be verified. Correct any errors in the company name, ID number, or address fields. You can also upload a document that includes those fields.verification_failed_name_matchThe company name on the account could not be verified. Correct any errors in the company name field or upload a document that includes the company name.verification_failed_otherVerification failed for an unknown reason. Correct any errors and resubmit the required fields.verification_failed_representative_authorityThe authority of the account representative could not be verified. Please change the account representative to a person who is registered as an authorized representative. Please refer to this support article.verification_failed_residential_addressWe could not verify that the person resides at the provided address. The address must be a valid physical address where the individual resides and cannot be a P.O. Box.verification_failed_tax_id_matchThe tax ID on the account cannot be verified by the IRS. Either correct any possible errors in the company name or tax ID, or upload a document that contains those fields.verification_failed_tax_id_not_issuedThe tax ID on the account was not recognized by the IRS. Refer to the support article for newly-issued tax ID numbers.verification_missing_directorsDirectors are missing from the account. Update the account and upload a registration document with current directors.verification_missing_executivesWe have identified executives that haven’t been added on the account. Add any missing executives to the account.verification_missing_ownersWe have identified owners that haven’t been added on the account. Add any missing owners to the account.verification_requires_additional_memorandum_of_associationsWe have identified holding companies with significant percentage ownership. Upload a Memorandum of Association for each of the holding companies.verification_requires_additional_proof_of_registrationThe uploaded document contains holding companies with significant percentage ownership. Upload a proof of registration for each of the holding companies.verification_selfie_document_missing_photoPhoto is missing from the document. Provide a document with a photo.verification_selfie_face_mismatchSelfie doesn’t match the photo on the document. Provide a clear, well-lit, and unobstructed selfie.verification_selfie_manipulatedSelfie seems to be altered. This could be because it’s fraudulent.verification_selfie_unverified_otherSelfie couldn’t be verified. Provide a clear, well-lit, and unobstructed selfie that matches the photo on the identity document.verification_supportabilityWe can’t accept payments for this business under the Stripe Services Agreement without additional verification, as mentioned in the prohibited and restricted businesses list.verification_token_staleThe eID token submitted for liveness verification must be submitted within 5 minutes of obtaining it from the partner.
future_requirements.entries.errors.description(string) Human-readable description of the error.
future_requirements.entries.impact(object) A hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information.future_requirements.entries.impact.restricts_capabilities(array of objects, nullable) The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe.future_requirements.entries.impact.restricts_capabilities.capability(enum) The name of the Capability which will be restricted. Possible enum values:ach_debit_paymentsCapability to use ACH Debit payments.acss_debit_paymentsCapability to use ACSS Debit payments.affirm_paymentsCapability to use Affirm payments.afterpay_clearpay_paymentsCapability to use Afterpay Clearpay payments.alma_paymentsCapability to use Alma payments.amazon_pay_paymentsCapability to use Amazon Pay payments.au_becs_debit_paymentsCapability to use AU BECS Debit payments.automatic_indirect_taxCapability to have taxes automatically corrected.bacs_debit_paymentsCapability to use BACS Direct Debit payments.bancontact_paymentsCapability to use Bancontact payments.bank_accounts.localCapability to use Bank Accounts Local payouts.bank_accounts.wireCapability to use Bank Accounts Wire payouts.blik_paymentsCapability to use BLIK payments.boleto_paymentsCapability to use Boleto payments.card_paymentsCapability to collect card payments.cardsCapability to use Card payouts.cartes_bancaires_paymentsCapability to use Cartes Bancaires payments.cashapp_paymentsCapability to use CashApp payments.eps_paymentsCapability to use EPS payments.fpx_paymentsCapability to use FPX payments.gb_bank_transfer_paymentsCapability to use GB bank transfer payments.grabpay_paymentsCapability to use GrabPay payments.ideal_paymentsCapability to use IDEAL payments.jcb_paymentsCapability to use JCB payments.jp_bank_transfer_paymentsCapability to use JP bank transfer payments.kakao_pay_paymentsCapability to use Kakao Pay payments.klarna_paymentsCapability to use Klarna payments.konbini_paymentsCapability to use Konbini payments.kr_card_paymentsCapability to use KR card payments.link_paymentsCapability to use Link payments.mobilepay_paymentsCapability to use MobilePay payments.multibanco_paymentsCapability to use Multibanco payments.mx_bank_transfer_paymentsCapability to use MX bank transfer payments.naver_pay_paymentsCapability to use Naver Pay payments.oxxo_paymentsCapability to use OXXO payments.p24_paymentsCapability to use P24 payments.pay_by_bank_paymentsCapability to use Pay by Bank payments.payco_paymentsCapability to use Payco payments.paynow_paymentsCapability to use PayNow payments.promptpay_paymentsCapability to use PromptPay payments.revolut_pay_paymentsCapability to use Revolut Pay payments.samsung_pay_paymentsCapability to use Samsung Pay payments.sepa_bank_transfer_paymentsCapability to use SEPA bank transfer payments.sepa_debit_paymentsCapability to use SEPA Debit payments.stripe_balance.payoutsCapability to do payouts from the user’s Stripe balance.stripe_balance.stripe_transfersCapability to receive transfers to the user’s Stripe balance.swish_paymentsCapability to use Swish payments.twint_paymentsCapability to use Twint payments.us_bank_transfer_paymentsCapability to use US bank transfer payments.zip_paymentsCapability to use Zip payments.
future_requirements.entries.impact.restricts_capabilities.configuration(enum) The configuration which specifies the Capability which will be restricted. Possible enum values:customerCustomer configuration.merchantMerchant configuration.recipientRecipient configuration.
future_requirements.entries.impact.restricts_capabilities.deadline(object) Details about when in the account lifecycle the requirement must be collected by the avoid the Capability restriction.future_requirements.entries.impact.restricts_capabilities.deadline.status(enum) The current status of the requirement’s impact. Possible enum values:currently_dueThe requirement needs to be collected to keep the account enabled.eventually_dueThe requirement needs to be collected assuming all volume thresholds are met.past_dueThe requirement needs to be collected to enable the account.
future_requirements.entries.minimum_deadline(object) The soonest point when the account will be impacted by not providing the requirement.future_requirements.entries.minimum_deadline.status(enum) The current status of the requirement’s impact. Possible enum values:currently_dueThe requirement needs to be collected to keep the account enabled.eventually_dueThe requirement needs to be collected assuming all volume thresholds are met.past_dueThe requirement needs to be collected to enable the account.
future_requirements.entries.reference(object, nullable) A reference to the location of the requirement.future_requirements.entries.reference.inquiry(string, nullable) Ifinquiryis the type, the inquiry token.future_requirements.entries.reference.resource(string, nullable) Ifresourceis the type, the resource token.future_requirements.entries.reference.type(enum) The type of the reference. If the type is “inquiry”, the inquiry token can be found in the “inquiry” field. Otherwise the type is an API resource, the token for which can be found in the “resource” field. Possible enum values:inquiryAn inquiry from Stripe.payment_methodA payment method.personA person resource.
future_requirements.entries.requested_reasons(array of objects) A list of reasons why Stripe is collecting the requirement.future_requirements.entries.requested_reasons.code(enum) Machine-readable description of Stripe’s reason for collecting the requirement. Possible enum values:routine_onboardingStripe needs a basic set of information.routine_verificationStripe needs to review provided information.
future_requirements.minimum_transition_date(timestamp, nullable) The time at which the future requirements become effective.future_requirements.summary(object, nullable) An object containing an overview of requirements for the Account.future_requirements.summary.minimum_deadline(object, nullable) The soonest date and time a requirement on the Account will becomepast due. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example:2022-09-18T13:22:18.123Z.future_requirements.summary.minimum_deadline.status(enum) The current strictest status of all requirements on the Account. Possible enum values:currently_dueThe requirement needs to be collected to keep the account enabled.eventually_dueThe requirement needs to be collected assuming all volume thresholds are met.past_dueThe requirement needs to be collected to enable the account.
future_requirements.summary.minimum_deadline.time(timestamp, nullable) The soonest RFC3339 date & time UTC value a requirement can impact the Account.
identity(object, nullable) Information about the company, individual, and business represented by the Account.identity.attestations(object, nullable) Attestations from the identity’s key people, e.g. owners, executives, directors, representatives.identity.attestations.directorship_declaration(object, nullable) This hash is used to attest that the directors information provided to Stripe is both current and correct.identity.attestations.directorship_declaration.date(timestamp, nullable) 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.ip(string, nullable) The IP address from which the director attestation was made.identity.attestations.directorship_declaration.user_agent(string, nullable) The user agent of the browser from which the director attestation was made.
identity.attestations.ownership_declaration(object, nullable) This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.identity.attestations.ownership_declaration.date(timestamp, nullable) 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.ip(string, nullable) The IP address from which the beneficial owner attestation was made.identity.attestations.ownership_declaration.user_agent(string, nullable) The user agent of the browser from which the beneficial owner attestation was made.
identity.attestations.persons_provided(object, nullable) Attestation that all Persons with a specific Relationship value have been provided.identity.attestations.persons_provided.directors(boolean, nullable) 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.executives(boolean, nullable) 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.owners(boolean, nullable) 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_reason(enum, nullable) Reason for why the company is exempt from providing ownership information. Possible enum values:qualified_entity_exceeds_ownership_thresholdA 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_institutionA merchant is a financial institution.
identity.attestations.representative_declaration(object, nullable) This hash is used to attest that the representative is authorized to act as the representative of their legal entity.identity.attestations.representative_declaration.date(timestamp, nullable) The time marking when the representative attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.identity.attestations.representative_declaration.ip(string, nullable) The IP address from which the representative attestation was made.identity.attestations.representative_declaration.user_agent(string, nullable) The user agent of the browser from which the representative attestation was made.
identity.attestations.terms_of_service(object, nullable) Attestations of accepted terms of service agreements.identity.attestations.terms_of_service.account(object, nullable) Details on the Account’s acceptance of the Stripe Services Agreement.identity.attestations.terms_of_service.account.date(timestamp, nullable) 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.ip(string, nullable) The IP address from which the Account’s representative accepted the terms of service.identity.attestations.terms_of_service.account.user_agent(string, nullable) The user agent of the browser from which the Account’s representative accepted the terms of service.
identity.business_details(object, nullable) Information about the company or business.identity.business_details.address(object, nullable) The company’s primary address.identity.business_details.address.city(string, nullable) City, district, suburb, town, or village.identity.business_details.address.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).identity.business_details.address.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).identity.business_details.address.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).identity.business_details.address.postal_code(string, nullable) ZIP or postal code.identity.business_details.address.state(string, nullable) State, county, province, or region.identity.business_details.address.town(string, nullable) Town or district.
identity.business_details.annual_revenue(object, nullable) The business gross annual revenue for its preceding fiscal year.identity.business_details.annual_revenue.amount(object, nullable) Annual revenue amount in minor currency units (for example, ‘123’ for 1.23 USD).identity.business_details.annual_revenue.amount.currency(enum) Three-letter ISO currency code, in lowercase. Must be a supported currency.identity.business_details.annual_revenue.amount.value(integer) A non-negative integer representing how much to charge in the smallest currency unit.
identity.business_details.annual_revenue.fiscal_year_end(string, nullable) 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.documents(object, nullable) Documents that may be submitted to satisfy various informational requests.identity.business_details.documents.bank_account_ownership_verification(object, nullable) 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.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.bank_account_ownership_verification.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.company_license(object, nullable) One or more documents that demonstrate proof of a company’s license to operate.identity.business_details.documents.company_license.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.company_license.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.company_memorandum_of_association(object, nullable) One or more documents showing the company’s Memorandum of Association.identity.business_details.documents.company_memorandum_of_association.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.company_memorandum_of_association.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.company_ministerial_decree(object, nullable) Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.identity.business_details.documents.company_ministerial_decree.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.company_ministerial_decree.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.company_registration_verification(object, nullable) One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.identity.business_details.documents.company_registration_verification.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.company_registration_verification.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.company_tax_id_verification(object, nullable) One or more documents that demonstrate proof of a company’s tax ID.identity.business_details.documents.company_tax_id_verification.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.company_tax_id_verification.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.primary_verification(object, nullable) A document verifying the business.identity.business_details.documents.primary_verification.front_back(object) The file upload tokens for the front and back of the verification document.identity.business_details.documents.primary_verification.front_back.back(string, nullable) 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.front(string) 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.type(enum) The format of the verification document. Currently supportsfront_backonly. Possible enum values:front_backDocument type with both front and back sides.
identity.business_details.documents.proof_of_address(object, nullable) One or more documents that demonstrate proof of address.identity.business_details.documents.proof_of_address.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.proof_of_address.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.proof_of_registration(object, nullable) One or more documents showing the company’s proof of registration with the national business registry.identity.business_details.documents.proof_of_registration.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.proof_of_registration.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.documents.proof_of_ultimate_beneficial_ownership(object, nullable) One or more documents that demonstrate proof of ultimate beneficial ownership.identity.business_details.documents.proof_of_ultimate_beneficial_ownership.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.business_details.documents.proof_of_ultimate_beneficial_ownership.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.business_details.estimated_worker_count(integer, nullable) Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).identity.business_details.id_numbers(array of objects, nullable) The provided ID numbers of a business entity.identity.business_details.id_numbers.registrar(string, nullable) The registrar of the ID number (Only valid for DE ID number types).identity.business_details.id_numbers.type(enum) The ID number type of a business entity. Possible enum values:ae_crnCompany registration number - United Arab Emirates.ae_vatBusiness VAT ID - United Arab Emirates.ao_nifNúmero de Identificação Fiscal (NIF) - Angola.ar_cuitClave Única de Identificación Tributaria - Argentina.at_fnFirmenbuchnummer - Austria.at_stnSteuernummer (StNr.) - Austria.at_vatVAT Number (UID) - Austria.au_abnAustralian Business Number - Australia.au_acnAustralian Company Number - Australia.au_inIncorporation Number - Australia.az_tinTax Identification Number - Azerbaijan.bd_etinElectronic Tax Identification Number (ETIN) - Bangladesh.be_cbeEnterprise number - Belgium.be_vatVAT Number (n° TVA/BTW-nr) - Belgium.bg_uicUnique Identification Code - Bulgaria.bg_vatVAT Number (ДДС номер) - Bulgaria.br_cnpjCadastro Nacional da Pessoa Jurídica - Brazil.ca_cnCorporation Number - Canada.ca_crarrCRA registered charity program account number - Canada.ca_gst_hstGST/HST Number - Canada.ca_neqQuébec Enterprise Number - Canada.ca_ridRegistry ID - Canada.ch_chidHandelsregisternummer - Switzerland.ch_uidBusiness Identification Number (UID) - Switzerland.cr_cpjCédula de Persona Jurídica (CPJ) - Costa Rica.cr_niteNúmero de Indetificación Tributario Especial (NITE) - Costa Rica.cy_heΑριθμός Εγγραφής Εταιρείας - Cyprus.cy_ticTax Identification Code - Cyprus.cy_vatVAT Number (ΦΠΑ) - Cyprus.cz_icoIdentifikační číslo osoby - Czech Republic.cz_vatVAT Number (DIČ) - Czech Republic.de_hrnHandelsregisternummer - Germany.de_stnSteuernummer (StNr.) - Germany.de_vatVAT Number (USt-IdNr.) - Germany.dk_cvrCentrale Virksomhedsregister - Denmark.dk_vatVAT Number (CVR) - Denmark.do_rcnRegistro Nacional del Contribuyente (RNC) - Dominican Republic.ee_rkRegistrikood - Estonia.ee_vatVAT Number (KMKR) - Estonia.es_cifNúmero de Identificación Fiscal - Spain.es_vatVAT Number (NIF-IVA) - Spain.fi_vatVAT Number (ALV nro Momsnummer) - Finland.fi_ytY-tunnus - Finland.fr_rnaNuméro RNA - France.fr_sirenSIREN - France.fr_vatVAT Number (n° TVA) - France.gb_crnCompanies House Registration Number - United Kingdom.gb_vatVAT registration number - United Kingdom.gi_crnCompany Registration Number (CRN) - Gibraltar.gr_afmΑριθμός Φορολογικού Μητρώου (ΑΦΜ) - Greece.gr_gemiGeneral Commercial Register (G.E.M.I.) - Greece.gr_vatVAT Number (ΦΠΑ) - Greece.gt_nitNúmero de Identificación Tributaria (NIT) - Guatemala.hk_brBusiness Registration Number - Hong Kong.hk_crCompany Registration Number - Hong Kong.hr_mbsMBS (matični broj poslovnog subjekta) - Croatia.hr_oibOsobni identifikacijski broj (OIB) - Croatia.hr_vatVAT ID (PDV identifikacijski broj) - Croatia.hu_cjsCompany registration number (Cégjegyzékszám) - Hungary.hu_tinAdószám - Hungary.hu_vatVAT Number (ANUM) - Hungary.ie_crnCompany Registration Number (CRN) - Ireland.ie_trnTax registration number (TRN) - Ireland.ie_vatVAT Number - Ireland.it_reaNumero Repertorio Economico e Amministrativo (REA) - Italy.it_vatPartita IVA - Italy.jp_cnCorporate number (Corporate “My Number”) - Japan.kz_binBusiness Identification Number (BIN) - Kazakhstan.li_uidHandelsregisternummer - Liechtenstein.lt_ccrnCentral Commercial Registry Number / Certificate Number - Lithuania.lt_vatVAT Number (PVM kodas) - Lithuania.lu_nifNuméro d’identification fiscale (NIF) - Luxembourg.lu_rcsRegistre de commerce et des sociétés (RCS) number - Luxembourg.lu_vatVAT Number (No. TVA) - Luxembourg.lv_urnUzņēmumu reģistrs number - Latvia.lv_vatVAT Number (PVN) - Latvia.mt_crnCompany Registration Number - Malta.mt_tinTax identification number - Malta.mt_vatVAT Registration Number - Malta.mx_rfcRegistro Federal de Contribuyentes (RFC) - Mexico.my_brnMalaysia Business Registration Number (BRN) - Malaysia.my_coidCorporate Identity Number (MyCoID) - Malaysia.my_itnTax Identification Number (TIN) - Malaysia.my_sstMalaysia Sales and Service Tax Number (SST) - Malaysia.mz_nuitMozambique Taxpayer Single ID Number (NUIT) - Mozambique.nl_kvkChamber of Commerce (KVK) Number - Netherlands.nl_rsinTax Identification Number (RSIN) - Netherlands.nl_vatVAT Number (Btw-nr.) - Netherlands.no_orgnrOrganisasjonsnummer - Norway.nz_bnNew Zealand Business Number (NZBN) - New Zealand.nz_irdInland Revenue Department (IRD) Number - New Zealand.pe_rucRegistro Único de Contribuyentes (RUC) - Peru.pk_ntnNational Tax Number (NTN) - Pakistan.pl_nipNumer Identyfikacji Podatkowej (NIP) - Poland.pl_regonREGON number - Poland.pl_vatVAT Number (NIP) - Poland.pt_vatVAT number (Número de Identificação Fiscal (NIF)) - Portugal.ro_cuiCodul de identificare fiscală (CIF/CUI) - Romania.ro_orcNumăr de ordine în registrul comerțului (Nr. ORC) - Romania.ro_vatVAT Number (CIF) - Romania.sa_crnCommercial Registration Number - Saudi Arabia.sa_tinZATCA-Issued Tax Identification Number - Saudi Arabia.se_orgnrOrganisationsnummer - Sweden.se_vatVAT Number (Momsnr.) - Sweden.sg_uenUnique Entity Number (UEN) - Singapore.si_mspCompany Identification Number (Matična številka podjetja) - Slovenia.si_tinDavčna številka - Slovenia.si_vatVAT Number (ID za DDV) - Slovenia.sk_dicDaňové identifikačné číslo (DIČ) - Slovakia.sk_icoOrganization identification number (ICO) - Slovakia.sk_vatVAT Number (IČ DPH) - Slovakia.th_crnCompany registration number (CRN) - Thailand.th_prnPartnership registration number (PRN) - Thailand.th_tinTaxpayer Identification Number (TIN) (หมายเลขประจำตัวผู้เสียภาษี) - Thailand.us_einEmployer Identification Number (EIN) - United States.
identity.business_details.monthly_estimated_revenue(object, nullable) An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.identity.business_details.monthly_estimated_revenue.amount(object, nullable) Estimated monthly revenue amount in minor currency units (for example, ‘123’ for 1.23 USD).identity.business_details.monthly_estimated_revenue.amount.currency(enum) Three-letter ISO currency code, in lowercase. Must be a supported currency.identity.business_details.monthly_estimated_revenue.amount.value(integer) A non-negative integer representing how much to charge in the smallest currency unit.
identity.business_details.phone(string, nullable) The company’s phone number (used for verification).identity.business_details.registered_name(string, nullable) The business legal name.identity.business_details.registration_date(object, nullable) When the business was incorporated or registered.identity.business_details.registration_date.day(integer) The day of registration, between 1 and 31.identity.business_details.registration_date.month(integer) The month of registration, between 1 and 12.identity.business_details.registration_date.year(integer) The four-digit year of registration.
identity.business_details.script_addresses(object, nullable) The business registration address of the business entity in non latin script.identity.business_details.script_addresses.kana(object, nullable) Kana Address.identity.business_details.script_addresses.kana.city(string, nullable) City, district, suburb, town, or village.identity.business_details.script_addresses.kana.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).identity.business_details.script_addresses.kana.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).identity.business_details.script_addresses.kana.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).identity.business_details.script_addresses.kana.postal_code(string, nullable) ZIP or postal code.identity.business_details.script_addresses.kana.state(string, nullable) State, county, province, or region.identity.business_details.script_addresses.kana.town(string, nullable) Town or district.
identity.business_details.script_addresses.kanji(object, nullable) Kanji Address.identity.business_details.script_addresses.kanji.city(string, nullable) City, district, suburb, town, or village.identity.business_details.script_addresses.kanji.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).identity.business_details.script_addresses.kanji.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).identity.business_details.script_addresses.kanji.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).identity.business_details.script_addresses.kanji.postal_code(string, nullable) ZIP or postal code.identity.business_details.script_addresses.kanji.state(string, nullable) State, county, province, or region.identity.business_details.script_addresses.kanji.town(string, nullable) Town or district.
identity.business_details.script_names(object, nullable) The business legal name in non latin script.identity.business_details.script_names.kana(object, nullable) Kana name.identity.business_details.script_names.kana.registered_name(string, nullable) Registered name of the business.
identity.business_details.script_names.kanji(object, nullable) Kanji name.identity.business_details.script_names.kanji.registered_name(string, nullable) Registered name of the business.
identity.business_details.structure(enum, nullable) The category identifying the legal structure of the business. Possible enum values:cooperativeA cooperative organization.free_zone_establishmentA free zone establishment.free_zone_llcA free zone LLC.government_instrumentalityAn organization formed by statute or by a government body in the US to perform a function, but not part of the government itself.governmental_unitA branch of the state, local, or federal government of the US.incorporated_associationAn incorporated association.incorporated_non_profitAn organization incorporated under US state law with tax-exempt status as a nonprofit (for example, 501©(3)).incorporated_partnershipAlso 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_partnershipA limited liability partnership.llcAn LLC.multi_member_llcA business with multiple owners or members that’s registered in a US state as a Limited Liability Company (LLC).private_companyA private company.private_corporationA business incorporated in a US state that’s privately owned. It doesn’t have shares that are traded on a public stock exchange. It’s also called a closely-held corporation. If you’re a single-member LLC that has elected to be treated as a corporation for tax purposes, use this classification.private_partnershipA business jointly owned by two or more people that’s created through a partnership agreement.public_companyA public company.public_corporationA business incorporated under the laws of a US state. Ownership shares of this corporation are traded on a public stock exchange.public_listed_corporationA public corporation that is specifically listed.public_partnershipA business formed by a partnership agreement with one or more people, but has shares that are publicly traded on a stock exchange.registered_charityA charitable organization, public foundation, or private foundation registered with the Canada Revenue Agency.single_member_llcA business entity registered with a US state as a limited liability company (LLC) and that has only one member or owner.sole_establishmentA sole establishment.sole_proprietorshipA business that isn’t a separate legal entity from its individual owner.tax_exempt_government_instrumentalityA tax exempt government instrumentality.trustA trust.unincorporated_associationA business venture of two or more people that doesn’t have a formal corporate or entity structure.unincorporated_non_profitAn unincorporated nonprofit.unincorporated_partnershipAn unincorporated partnership.
identity.country(enum, nullable) 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_type(enum, nullable) The entity type represented by the Account. Ensure this field is accurate before adding configurations that rely on identity information, as it determines which identity fields apply and how the Account is validated. Possible enum values:companyA registered business.government_entityA government entity.individualAn individual that is not registered as a business.non_profitA nonprofit organization.
identity.individual(object, nullable) Information about the individual represented by the Account. This property isnullunlessentity_typeis set toindividual.identity.individual.id(string) Unique identifier for the object.identity.individual.object(string) String representing the object’s type. Objects of the same type share the same value.identity.individual.account(string) The account ID which the individual belongs to.identity.individual.additional_addresses(array of objects, nullable) Additional addresses associated with the individual.identity.individual.additional_addresses.city(string, nullable) City, district, suburb, town, or village.identity.individual.additional_addresses.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).identity.individual.additional_addresses.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).identity.individual.additional_addresses.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).identity.individual.additional_addresses.postal_code(string, nullable) ZIP or postal code.identity.individual.additional_addresses.purpose(enum) Purpose of additional address. Possible enum values:registeredThe registered address.
identity.individual.additional_addresses.state(string, nullable) State, county, province, or region.identity.individual.additional_addresses.town(string, nullable) Town or district.
identity.individual.additional_names(array of objects, nullable) Additional names (e.g. aliases) associated with the individual.identity.individual.additional_names.full_name(string, nullable) The individual’s full name.identity.individual.additional_names.given_name(string, nullable) The individual’s first or given name.identity.individual.additional_names.purpose(enum) The purpose or type of the additional name. Possible enum values:aliasAn alias for the individual’s name.maidenThe maiden name of the individual.
identity.individual.additional_names.surname(string, nullable) The individual’s last or family name.
identity.individual.additional_terms_of_service(object, nullable) Terms of service acceptances.identity.individual.additional_terms_of_service.account(object, nullable) Stripe terms of service agreement.identity.individual.additional_terms_of_service.account.date(timestamp, nullable) 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.ip(string, nullable) The IP address from which the Account’s representative accepted the terms of service.identity.individual.additional_terms_of_service.account.user_agent(string, nullable) The user agent of the browser from which the Account’s representative accepted the terms of service.
identity.individual.address(object, nullable) The individual’s residential address.identity.individual.address.city(string, nullable) City, district, suburb, town, or village.identity.individual.address.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).identity.individual.address.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).identity.individual.address.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).identity.individual.address.postal_code(string, nullable) ZIP or postal code.identity.individual.address.state(string, nullable) State, county, province, or region.identity.individual.address.town(string, nullable) Town or district.
identity.individual.created(timestamp) 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_birth(object, nullable) The individual’s date of birth.identity.individual.date_of_birth.day(integer) The day of birth, between 1 and 31.identity.individual.date_of_birth.month(integer) The month of birth, between 1 and 12.identity.individual.date_of_birth.year(integer) The four-digit year of birth.
identity.individual.documents(object, nullable) Documents that may be submitted to satisfy various informational requests.identity.individual.documents.company_authorization(object, nullable) One or more documents that demonstrate proof that this person is authorized to represent the company.identity.individual.documents.company_authorization.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.individual.documents.company_authorization.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.individual.documents.passport(object, nullable) One or more documents showing the person’s passport page with photo and personal data.identity.individual.documents.passport.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.individual.documents.passport.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.individual.documents.primary_verification(object, nullable) An identifying document showing the person’s name, either a passport or local ID card.identity.individual.documents.primary_verification.front_back(object) The file upload tokens for the front and back of the verification document.identity.individual.documents.primary_verification.front_back.back(string, nullable) 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.front(string) 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.type(enum) The format of the verification document. Currently supportsfront_backonly. Possible enum values:front_backDocument type with both front and back sides.
identity.individual.documents.secondary_verification(object, nullable) 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_back(object) The file upload tokens for the front and back of the verification document.identity.individual.documents.secondary_verification.front_back.back(string, nullable) 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.front(string) 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.type(enum) The format of the verification document. Currently supportsfront_backonly. Possible enum values:front_backDocument type with both front and back sides.
identity.individual.documents.visa(object, nullable) One or more documents showing the person’s visa required for living in the country where they are residing.identity.individual.documents.visa.files(array of strings) One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.identity.individual.documents.visa.type(enum) The format of the document. Currently supportsfilesonly. Possible enum values:filesDocument type with multiple files.
identity.individual.email(string, nullable) The individual’s email address. You can only set this field when the Account is configured as amerchantorrecipient. Usecontact_emailas the primary contact email for this Account.identity.individual.given_name(string, nullable) The individual’s first name.identity.individual.id_numbers(array of objects, nullable) The identification numbers (e.g., SSN) associated with the individual.identity.individual.id_numbers.type(enum) The ID number type of an individual. Possible enum values:ae_eidEmirates ID - United Arab Emirates.ao_nifNúmero de Identificação Fiscal (Tax Identification Number) - Angola.ar_cuilCódigo Único de Identificación Laboral (CUIL) - Argentina.ar_dniDocumento Nacional de Identidad (DNI) - Argentina.at_stnSteuernummer - Austria.az_tinTax Identification Number - Azerbaijan.bd_brcBirth Registration Certificate (BRC) - Bangladesh.bd_etinElectronic Tax Identification Number (ETIN) - Bangladesh.bd_nidNational Identification Number (NID) - Bangladesh.be_nrnNational Registration Number (NRN) - Belgium.bg_ucnUnified Civil Number (Единен граждански номер) - Bulgaria.bn_nricNational Registration Identity Card number (NRIC) - Brunei Darussalam.br_cpfCadastro de Pessoas Físicas - Brazil.ca_sinSocial Insurance Number (SIN) - Canada.ch_oasiOASI / AHV / AVS - Switzerland.cl_rutRol Único Tributario (RUT) - Chile.cn_ppPassport number (护照号码) - China.co_nuipNúmero Único de Identificación Personal (NUIP) - Colombia.cr_ciNúmero de cédula de identidad - Costa Rica.cr_cpfCédula de Persona Fisica (CPF) - Costa Rica.cr_dimexDocumento de Identidad Migratorio para Extranjeros (DIMEX) - Costa Rica.cr_niteNúmero de Indetificación Tributario Especial (NITE) - Costa Rica.cy_ticTax Identification Code (TIC) - Cyprus.cz_rcRodné číslo - Czech Republic.de_stnTax Identification Number (Steuer-ID) - Germany.dk_cprPersonnummer (CPR) - Denmark.do_cieNúmero de cédula de identidad y electoral - Dominican Republic.do_rcnRegistro Nacional del Contribuyente (RNC) - Dominican Republic.ec_ciNúmero de Cédula de Identidad - Ecuador.ee_ikIsikukood (PIC) - Estonia.es_nifNúmero de Identificación Fiscal (NIF) - Spain.fi_hetuHenkilötunnus (HETU) - Finland.fr_nirNuméro d’inscription au répertoire (NIR) - France.gb_ninoNational Insurance Number (NINO) - United Kingdom.gr_afmTax Identification Number (ΑΦΜ) - Greece.gt_nitNúmero de Identificación Tributaria (NIT) - Guatemala.hk_idHong Kong Identity Card Number - Hong Kong.hr_oibOsobni identifikacijski broj (OIB) - Croatia.hu_adAdóazonosító - Hungary.id_nikNomor Induk Kependudukan (NIK) - Indonesia.ie_ppsnPersonal Public Service Number (PPSN) - Ireland.is_ktKennitala - Iceland.it_cfCodice fiscale - Italy.jp_incIndividual Number Card (個人番号) - Japan.ke_pinKenya Revenue Authority PIN - Kenya.kz_iinIdentification Number (IIN) - Kazakhstan.li_peidPersonenidentifikationsnummer (PEID) - Liechtenstein.lt_akAsmens kodas - Lithuania.lu_nifNuméro d’Identification Personnelle (NIF) - Luxembourg.lv_pkPersonas kods - Latvia.mx_rfcPersonal RFC - Mexico.my_nricNational Registration Identity Card Number - Malaysia.mz_nuitMozambique Taxpayer Single ID Number (NUIT) - Mozambique.ng_ninNational Identity Number (NIN) - Nigeria.nl_bsnCitizen Service Number (BSN) - Netherlands.no_ninFødselsnummer (NIN) - Norway.nz_irdIRD number - New Zealand.pe_dniDocumento Nacional de Identidad (DNI) - Peru.pk_cnicComputerized National Identity Card Number (CNIC) - Pakistan.pk_snicSmart National Identity Card Number (SNIC) - Pakistan.pl_peselPESEL number - Poland.pt_nifNúmero de Identificação Fiscal (NIF) - Portugal.ro_cnpCodul Numeric Personal (CNP) - Romania.sa_tinZATCA-Issued Tax Identification Number - Saudi Arabia.se_pinPersonnummer (PIN) - Sweden.sg_finForeign Identification Number - Singapore.sg_nricNational Registration Identity Card - Singapore.sk_dicDaňové Identifikačné Číslo (DIC) - Slovakia.th_lcLaser Code (เลเซอร์ ไอดี) - Thailand.th_pinPersonal Identification Number (เลขประจำตัวประชาชน) - Thailand.tr_tinTax Identification Number (TIN) - Turkey.us_itinIndividual Taxpayer Identification Number - United States.us_itin_last_4Last 4 digits of Individual Taxpayer Identification Number - United States.us_ssnSocial Security Number - United States. If the us_ssn_last_4 is verified, this value populates automatically.us_ssn_last_4Last 4 digits of Social Security Number - United States.uy_dniNúmero de Documento Nacional de Identidad - Uruguay.za_idSouth African ID Number - South Africa.
identity.individual.legal_gender(enum, nullable) The individual’s gender (International regulations require either "male” or “female”). Possible enum values:femaleFemale gender person.maleMale gender person.
identity.individual.metadata(map, nullable) 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.nationalities(array of enums, nullable) The countries where the individual is a national. Two-letter country code (ISO 3166-1 alpha-2).identity.individual.phone(string, nullable) The individual’s phone number.identity.individual.political_exposure(enum, nullable) 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:existingThe person has disclosed that they do have political exposure.noneThe person has disclosed that they have no political exposure.
identity.individual.relationship(object, nullable) The relationship that this individual has with the Account’s identity.identity.individual.relationship.authorizer(boolean, nullable) Whether the individual is an authorizer of the Account’s identity.identity.individual.relationship.director(boolean, nullable) Whether the individual is a director of the Account’s identity. Directors are typically members of the governing board of the company or are responsible for making sure that the company meets its regulatory obligations.identity.individual.relationship.executive(boolean, nullable) Whether the individual has significant responsibility to control, manage, or direct the organization.identity.individual.relationship.legal_guardian(boolean, nullable) Whether the individual is the legal guardian of the Account’s representative.identity.individual.relationship.owner(boolean, nullable) Whether the individual is an owner of the Account’s identity.identity.individual.relationship.percent_ownership(decimal, nullable) The percentage of the Account’s identity that the individual owns.identity.individual.relationship.representative(boolean, nullable) 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.title(string, nullable) The individual’s title (e.g., CEO, Support Engineer).
identity.individual.script_addresses(object, nullable) The script addresses (e.g., non-Latin characters) associated with the individual.identity.individual.script_addresses.kana(object, nullable) Kana Address.identity.individual.script_addresses.kana.city(string, nullable) City, district, suburb, town, or village.identity.individual.script_addresses.kana.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).identity.individual.script_addresses.kana.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).identity.individual.script_addresses.kana.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).identity.individual.script_addresses.kana.postal_code(string, nullable) ZIP or postal code.identity.individual.script_addresses.kana.state(string, nullable) State, county, province, or region.identity.individual.script_addresses.kana.town(string, nullable) Town or district.
identity.individual.script_addresses.kanji(object, nullable) Kanji Address.identity.individual.script_addresses.kanji.city(string, nullable) City, district, suburb, town, or village.identity.individual.script_addresses.kanji.country(enum, nullable) Two-letter country code (ISO 3166-1 alpha-2).identity.individual.script_addresses.kanji.line1(string, nullable) Address line 1 (e.g., street, PO Box, or company name).identity.individual.script_addresses.kanji.line2(string, nullable) Address line 2 (e.g., apartment, suite, unit, or building).identity.individual.script_addresses.kanji.postal_code(string, nullable) ZIP or postal code.identity.individual.script_addresses.kanji.state(string, nullable) State, county, province, or region.identity.individual.script_addresses.kanji.town(string, nullable) Town or district.
identity.individual.script_names(object, nullable) The script names (e.g. non-Latin characters) associated with the individual.identity.individual.script_names.kana(object, nullable) Persons name in kana script.identity.individual.script_names.kana.given_name(string, nullable) The person’s first or given name.identity.individual.script_names.kana.surname(string, nullable) The person’s last or family name.
identity.individual.script_names.kanji(object, nullable) Persons name in kanji script.identity.individual.script_names.kanji.given_name(string, nullable) The person’s first or given name.identity.individual.script_names.kanji.surname(string, nullable) The person’s last or family name.
identity.individual.surname(string, nullable) The individual’s last name.identity.individual.updated(timestamp) Time at which the object was last updated.
livemode(boolean) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.metadata(map, nullable) 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.requirements(object, nullable) Information about the active requirements for the Account, including what information needs to be collected, and by when.requirements.entries(array of objects, nullable) A list of requirements for the Account.requirements.entries.awaiting_action_from(enum) Indicates whether the platform or Stripe is currently responsible for taking action on the requirement. Value can beuserorstripe. Possible enum values:stripeIntegrator should do nothing.userIntegrator should take action.
requirements.entries.description(string) Machine-readable string describing the requirement.requirements.entries.errors(array of objects) Descriptions of why the requirement must be collected, or why the collected information isn’t satisfactory to Stripe.requirements.entries.errors.code(enum) Machine-readable code describing the error. Possible enum values:invalid_address_city_state_postal_codeThe combination of the city, state, and postal code in the provided address could not be validated.invalid_address_highway_contract_boxInvalid 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_mailboxInvalid address. Your business address must be a valid physical address from which you conduct business and cannot be a private mailbox.invalid_business_profile_nameBusiness profile names must consist of recognizable words.invalid_business_profile_name_denylistedGeneric or well-known business names aren’t supported.invalid_company_name_denylistedGeneric or well-known business names aren’t supported.invalid_dob_age_over_maximumDate of birth must be within the past 120 years.invalid_dob_age_under_18Underage. Age must be at least 18.invalid_dob_age_under_minimumPerson must be at least 13 years old.invalid_product_description_lengthYour product description must be at least 10 characters.invalid_product_description_url_matchYour product description must be different from your URL.invalid_representative_countryThe representative must have an address in the same country as the company.invalid_statement_descriptor_business_mismatchThe statement descriptor must be similar to your business name, legal entity name, or URL.invalid_statement_descriptor_denylistedGeneric or well-known statement descriptors aren’t supported.invalid_statement_descriptor_lengthThe statement descriptor must be at least 5 characters.invalid_statement_descriptor_prefix_denylistedGeneric or well-known statement descriptor prefixes aren’t supported.invalid_statement_descriptor_prefix_mismatchThe statement descriptor prefix must be similar to your statement descriptor, business name, legal entity name, or URL.invalid_street_addressThe street name and/or number for the provided address could not be validated.invalid_tax_idThe provided tax ID must have 9 digits.invalid_tax_id_formatTax IDs must be a unique set of 9 numbers without dashes or other special characters.invalid_tos_acceptanceThe existing terms of service signature has been invalidated because the account’s tax ID has changed. The account needs to accept the terms of service again. For more information, see this documentation.invalid_url_denylistedGeneric business URLs aren’t supported.invalid_url_formatURL must be formatted as https://example.com.invalid_url_web_presence_detectedBecause you use a website, app, social media page, or online profile to sell products or services, you must provide a URL for your business.invalid_url_website_business_information_mismatchThe business information on your website must match the details you provided to Stripe.invalid_url_website_emptyYour provided website appears to be empty.invalid_url_website_inaccessibleThis URL couldn’t be reached. Make sure it’s available and entered correctly or provide another.invalid_url_website_inaccessible_geoblockedYour provided website appears to be geographically blocked.invalid_url_website_inaccessible_password_protectedYour provided website appears to be password protected.invalid_url_website_incompleteYour website seems to be missing some required information. Learn about the requirements.invalid_url_website_incomplete_cancellation_policyYour provided website appears to have an incomplete cancellation policy.invalid_url_website_incomplete_customer_service_detailsYour provided website appears to have incomplete customer service details.invalid_url_website_incomplete_legal_restrictionsYour provided website appears to have incomplete legal restrictions.invalid_url_website_incomplete_refund_policyYour provided website appears to have an incomplete refund policy.invalid_url_website_incomplete_return_policyYour provided website appears to have an incomplete refund policy.invalid_url_website_incomplete_terms_and_conditionsYour provided website appears to have incomplete terms and conditions.invalid_url_website_incomplete_under_constructionYour provided website appears to be incomplete or under construction.invalid_url_website_otherWe weren’t able to verify your business using the URL you provided. Make sure it’s entered correctly or provide another URL.invalid_value_otherAn invalid value was provided for the related field. This is a general error code.unresolvable_ip_addressIP address did not resolve to a valid tax location.unresolvable_postal_codePostal code did not resolve to a valid tax location.verification_directors_mismatchDirectors on the account don’t match government records. Update the account and upload a directorship document with current directors.verification_document_address_mismatchAddress on the account doesn’t match the verification document. Update the account and upload the document again.verification_document_address_missingThe company address was missing on the document. Upload a document that includes the address.verification_document_corruptFile seems to be corrupted or damaged. Provide a different file.verification_document_country_not_supportedDocument isn’t supported in this person’s country or region. Provide a supported verification document.verification_document_directors_mismatchDirectors on the account don’t match the document provided. Update the account to match the registration document and upload it again.verification_document_dob_mismatchThe date of birth (DOB) on the document did not match the DOB on the account. Upload a document with a matching DOB or update the DOB on the account.verification_document_duplicate_typeThe same type of document was used twice. Two unique types of documents are required for verification.verification_document_expiredThe document could not be used for verification because it has expired. If it’s an identity document, its expiration date must be after the date the document was submitted. If it’s an address document, the issue date must be within the last six months.verification_document_failed_copyDocument is a photo or screenshot. Upload the original document.verification_document_failed_greyscaleDocument seems to be in grayscale or black and white. Provide a full color photo of the document for verification.verification_document_failed_otherThe document could not be verified for an unknown reason. Ensure that the document follows the guidelines for document uploads.verification_document_failed_test_modeA test data helper was supplied to simulate verification failure. Refer to the documentation for test file tokens.verification_document_fraudulentDocument seems to be altered. This could be because it’s fraudulent.verification_document_id_number_mismatchTax ID number on the account doesn’t match the verification document. Update the account to match the verification document and upload it again.verification_document_id_number_missingThe company ID number was missing on the document. Upload a document that includes the ID number.verification_document_incompleteDocument doesn’t include required information. Make sure all pages and sections are complete.verification_document_invalidDocument isn’t an acceptable form of identification in this account’s country or region. Ensure that the document follows the guidelines for document uploads.verification_document_issue_or_expiry_date_missingDocument is missing an expiration date. Provide a document with an expiration date.verification_document_manipulatedDocument seems to be altered. This could be because it’s fraudulent.verification_document_missing_backThe back of the document is missing. Provide both sides of the document for verification.verification_document_missing_frontThe front of the document is missing. Provide both sides of the document for verification.verification_document_name_mismatchThe name on the account does not match the name on the document. Update the account to match the document and upload it again.verification_document_name_missingThe company name was missing on the document. Upload a document that includes the company name.verification_document_nationality_mismatchThe nationality on the document did not match the person’s stated nationality. Update the person’s stated nationality, or upload a document that matches it.verification_document_not_readableDocument isn’t readable. This could be because it’s blurry or dark, or because the document was obstructed.verification_document_not_signedDocument doesn’t seem to be signed. Provide a signed document.verification_document_not_uploadedDocument didn’t upload because of a problem with the file.verification_document_photo_mismatchID photo on the document doesn’t match the selfie provided by this account.verification_document_too_largeDocument file is too large. Upload one that’s 10MB or less.verification_document_type_not_supportedThe provided document type is not accepted. Ensure that the document follows the guidelines for document uploads.verification_extraneous_directorsExtraneous directors have been added to the account. Update the account and upload a registration document with current directors.verification_failed_address_matchThe address on the account could not be verified. Correct any errors in the address field or upload a document that includes the address.verification_failed_business_iec_numberThe Importer Exporter Code (IEC) number on your account could not be verified. Either correct any possible errors in the company name or IEC number. Refer to the support article for accepting international payments in India.verification_failed_document_matchThe document could not be verified. Upload a document that includes the company name, ID number, and address fields.verification_failed_id_number_matchID number on the document doesn’t match the ID number provided by this account.verification_failed_keyed_identityThe person’s keyed-in identity information could not be verified. Correct any errors or upload a document that matches the identity fields (e.g., name and date of birth) entered.verification_failed_keyed_matchThe keyed-in information on the account could not be verified. Correct any errors in the company name, ID number, or address fields. You can also upload a document that includes those fields.verification_failed_name_matchThe company name on the account could not be verified. Correct any errors in the company name field or upload a document that includes the company name.verification_failed_otherVerification failed for an unknown reason. Correct any errors and resubmit the required fields.verification_failed_representative_authorityThe authority of the account representative could not be verified. Please change the account representative to a person who is registered as an authorized representative. Please refer to this support article.verification_failed_residential_addressWe could not verify that the person resides at the provided address. The address must be a valid physical address where the individual resides and cannot be a P.O. Box.verification_failed_tax_id_matchThe tax ID on the account cannot be verified by the IRS. Either correct any possible errors in the company name or tax ID, or upload a document that contains those fields.verification_failed_tax_id_not_issuedThe tax ID on the account was not recognized by the IRS. Refer to the support article for newly-issued tax ID numbers.verification_missing_directorsDirectors are missing from the account. Update the account and upload a registration document with current directors.verification_missing_executivesWe have identified executives that haven’t been added on the account. Add any missing executives to the account.verification_missing_ownersWe have identified owners that haven’t been added on the account. Add any missing owners to the account.verification_requires_additional_memorandum_of_associationsWe have identified holding companies with significant percentage ownership. Upload a Memorandum of Association for each of the holding companies.verification_requires_additional_proof_of_registrationThe uploaded document contains holding companies with significant percentage ownership. Upload a proof of registration for each of the holding companies.verification_selfie_document_missing_photoPhoto is missing from the document. Provide a document with a photo.verification_selfie_face_mismatchSelfie doesn’t match the photo on the document. Provide a clear, well-lit, and unobstructed selfie.verification_selfie_manipulatedSelfie seems to be altered. This could be because it’s fraudulent.verification_selfie_unverified_otherSelfie couldn’t be verified. Provide a clear, well-lit, and unobstructed selfie that matches the photo on the identity document.verification_supportabilityWe can’t accept payments for this business under the Stripe Services Agreement without additional verification, as mentioned in the prohibited and restricted businesses list.verification_token_staleThe eID token submitted for liveness verification must be submitted within 5 minutes of obtaining it from the partner.
requirements.entries.errors.description(string) Human-readable description of the error.
requirements.entries.impact(object) A hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information.requirements.entries.impact.restricts_capabilities(array of objects, nullable) The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe.requirements.entries.impact.restricts_capabilities.capability(enum) The name of the Capability which will be restricted. Possible enum values:ach_debit_paymentsCapability to use ACH Debit payments.acss_debit_paymentsCapability to use ACSS Debit payments.affirm_paymentsCapability to use Affirm payments.afterpay_clearpay_paymentsCapability to use Afterpay Clearpay payments.alma_paymentsCapability to use Alma payments.amazon_pay_paymentsCapability to use Amazon Pay payments.au_becs_debit_paymentsCapability to use AU BECS Debit payments.automatic_indirect_taxCapability to have taxes automatically corrected.bacs_debit_paymentsCapability to use BACS Direct Debit payments.bancontact_paymentsCapability to use Bancontact payments.bank_accounts.localCapability to use Bank Accounts Local payouts.bank_accounts.wireCapability to use Bank Accounts Wire payouts.blik_paymentsCapability to use BLIK payments.boleto_paymentsCapability to use Boleto payments.card_paymentsCapability to collect card payments.cardsCapability to use Card payouts.cartes_bancaires_paymentsCapability to use Cartes Bancaires payments.cashapp_paymentsCapability to use CashApp payments.eps_paymentsCapability to use EPS payments.fpx_paymentsCapability to use FPX payments.gb_bank_transfer_paymentsCapability to use GB bank transfer payments.grabpay_paymentsCapability to use GrabPay payments.ideal_paymentsCapability to use IDEAL payments.jcb_paymentsCapability to use JCB payments.jp_bank_transfer_paymentsCapability to use JP bank transfer payments.kakao_pay_paymentsCapability to use Kakao Pay payments.klarna_paymentsCapability to use Klarna payments.konbini_paymentsCapability to use Konbini payments.kr_card_paymentsCapability to use KR card payments.link_paymentsCapability to use Link payments.mobilepay_paymentsCapability to use MobilePay payments.multibanco_paymentsCapability to use Multibanco payments.mx_bank_transfer_paymentsCapability to use MX bank transfer payments.naver_pay_paymentsCapability to use Naver Pay payments.oxxo_paymentsCapability to use OXXO payments.p24_paymentsCapability to use P24 payments.pay_by_bank_paymentsCapability to use Pay by Bank payments.payco_paymentsCapability to use Payco payments.paynow_paymentsCapability to use PayNow payments.promptpay_paymentsCapability to use PromptPay payments.revolut_pay_paymentsCapability to use Revolut Pay payments.samsung_pay_paymentsCapability to use Samsung Pay payments.sepa_bank_transfer_paymentsCapability to use SEPA bank transfer payments.sepa_debit_paymentsCapability to use SEPA Debit payments.stripe_balance.payoutsCapability to do payouts from the user’s Stripe balance.stripe_balance.stripe_transfersCapability to receive transfers to the user’s Stripe balance.swish_paymentsCapability to use Swish payments.twint_paymentsCapability to use Twint payments.us_bank_transfer_paymentsCapability to use US bank transfer payments.zip_paymentsCapability to use Zip payments.
requirements.entries.impact.restricts_capabilities.configuration(enum) The configuration which specifies the Capability which will be restricted. Possible enum values:customerCustomer configuration.merchantMerchant configuration.recipientRecipient configuration.
requirements.entries.impact.restricts_capabilities.deadline(object) Details about when in the account lifecycle the requirement must be collected by the avoid the Capability restriction.requirements.entries.impact.restricts_capabilities.deadline.status(enum) The current status of the requirement’s impact. Possible enum values:currently_dueThe requirement needs to be collected to keep the account enabled.eventually_dueThe requirement needs to be collected assuming all volume thresholds are met.past_dueThe requirement needs to be collected to enable the account.
requirements.entries.minimum_deadline(object) The soonest point when the account will be impacted by not providing the requirement.requirements.entries.minimum_deadline.status(enum) The current status of the requirement’s impact. Possible enum values:currently_dueThe requirement needs to be collected to keep the account enabled.eventually_dueThe requirement needs to be collected assuming all volume thresholds are met.past_dueThe requirement needs to be collected to enable the account.
requirements.entries.reference(object, nullable) A reference to the location of the requirement.requirements.entries.reference.inquiry(string, nullable) Ifinquiryis the type, the inquiry token.requirements.entries.reference.resource(string, nullable) Ifresourceis the type, the resource token.requirements.entries.reference.type(enum) The type of the reference. If the type is “inquiry”, the inquiry token can be found in the “inquiry” field. Otherwise the type is an API resource, the token for which can be found in the “resource” field. Possible enum values:inquiryAn inquiry from Stripe.payment_methodA payment method.personA person resource.
requirements.entries.requested_reasons(array of objects) A list of reasons why Stripe is collecting the requirement.requirements.entries.requested_reasons.code(enum) Machine-readable description of Stripe’s reason for collecting the requirement. Possible enum values:routine_onboardingStripe needs a basic set of information.routine_verificationStripe needs to review provided information.
requirements.summary(object, nullable) An object containing an overview of requirements for the Account.requirements.summary.minimum_deadline(object, nullable) The soonest date and time a requirement on the Account will becomepast 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.status(enum) The current strictest status of all requirements on the Account. Possible enum values:currently_dueThe requirement needs to be collected to keep the account enabled.eventually_dueThe requirement needs to be collected assuming all volume thresholds are met.past_dueThe requirement needs to be collected to enable the account.
requirements.summary.minimum_deadline.time(timestamp, nullable) The soonest RFC3339 date & time UTC value a requirement can impact the Account.
The Account object
json
{
"id": "acct_1Nv0FGQ9RKHgCVdK",
"object": "v2.core.account",
"applied_configurations": [
"customer",
"merchant"
],
"configuration": {
"customer": {
"automatic_indirect_tax": {
"exempt": "none",
"location": {
"country": "US",
"state": "NY"
},
"location_source": "identity_address"
},
"billing": {
"invoice": {
"next_sequence": 1,
"prefix": "5626C87C",
"custom_fields": []
}
},
"capabilities": {
"automatic_indirect_tax": {
"status": "active",
"status_details": []
}
}
},
"merchant": {
"card_payments": {
"decline_on": {
"avs_failure": false,
"cvc_failure": false
}
},
"capabilities": {
"card_payments": {
"status": "active",
"status_details": []
},
"stripe_balance": {
"payouts": {
"status": "active",
"status_details": []
}
}
}
}
},
"contact_email": "furever@example.com",
"created": "2025-03-28T19:59:16.000Z",
"dashboard": "full",
"identity": {
"business_details": {
"registered_name": "Furever",
"address": {
"country": "US",
"postal_code": "10001"
}
},
"country": "US",
"entity_type": "company"
},
"defaults": {
"currency": "usd",
"responsibilities": {
"fees_collector": "stripe",
"losses_collector": "stripe",
"requirements_collector": "stripe"
}
},
"display_name": "Furever"
}