Skip to content
Create account or Sign in
The Stripe Docs logo
/
Ask AI
Create accountSign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
APIs & SDKsHelp
Overview
Versioning
Changelog
    Overview
    Clover
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Stripe Dashboard
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Model Context ProtocolBuild agentic AI SaaS Billing workflows
Security and privacy
Security
Stripebot web crawler
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
United States
English (United States)
HomeDeveloper resourcesChangelogClover2025-12-15.preview

Removes requested field from Accounts v2 capabilities hashesBreaking changes

What’s new

Removes the requested field from the capabilities hash, which is used in many parts of Accounts v2. For example, the capabilities.card_payments.requested field is no longer returned.

Instead, you can review the capability’s status field, which displays one of the following: active, pending, restricted, or unsupported. For example, you can review capabilities.card_payments.status to understand the status. Capabilities that haven’t been requested or were unrequested return a null value.

This is a breaking change for users on the existing public preview for Accounts v2, which became available in our GA channel as of 2025-12-15.clover.

Why is this a breaking change?

If your existing integration relies on the requested field, you must update your integration to use the status field or rely on the capability being present.

Impact

If your integration relies on the requested field in the capabilities hash in the Accounts v2 API, you must update your code to remove references to this field. Removing this field doesn’t affect any capability management functionality. This change improves the succinctness of the API response, as you can still use the status field to check the current state of each capability. You can also check the corresponding capability to see if it’s present and has a non-null value.

Changes

ParameterChangeResources or endpoints
requestedRemoved
V2.Core.Account.configuration.customer.capabilities.automatic_indirect_taxV2.Core.Account.configuration.merchant.capabilities.ach_debit_paymentsV2.Core.Account.configuration.merchant.capabilities.acss_debit_payments
 + 58 more
V2.Core.Account.configuration.merchant.capabilities.affirm_paymentsV2.Core.Account.configuration.merchant.capabilities.afterpay_clearpay_paymentsV2.Core.Account.configuration.merchant.capabilities.alma_paymentsV2.Core.Account.configuration.merchant.capabilities.amazon_pay_paymentsV2.Core.Account.configuration.merchant.capabilities.au_becs_debit_paymentsV2.Core.Account.configuration.merchant.capabilities.bacs_debit_paymentsV2.Core.Account.configuration.merchant.capabilities.bancontact_paymentsV2.Core.Account.configuration.merchant.capabilities.blik_paymentsV2.Core.Account.configuration.merchant.capabilities.boleto_paymentsV2.Core.Account.configuration.merchant.capabilities.card_paymentsV2.Core.Account.configuration.merchant.capabilities.cartes_bancaires_paymentsV2.Core.Account.configuration.merchant.capabilities.cashapp_paymentsV2.Core.Account.configuration.merchant.capabilities.eps_paymentsV2.Core.Account.configuration.merchant.capabilities.fpx_paymentsV2.Core.Account.configuration.merchant.capabilities.gb_bank_transfer_paymentsV2.Core.Account.configuration.merchant.capabilities.grabpay_paymentsV2.Core.Account.configuration.merchant.capabilities.ideal_paymentsV2.Core.Account.configuration.merchant.capabilities.jcb_paymentsV2.Core.Account.configuration.merchant.capabilities.jp_bank_transfer_paymentsV2.Core.Account.configuration.merchant.capabilities.kakao_pay_paymentsV2.Core.Account.configuration.merchant.capabilities.klarna_paymentsV2.Core.Account.configuration.merchant.capabilities.konbini_paymentsV2.Core.Account.configuration.merchant.capabilities.kr_card_paymentsV2.Core.Account.configuration.merchant.capabilities.link_paymentsV2.Core.Account.configuration.merchant.capabilities.mobilepay_paymentsV2.Core.Account.configuration.merchant.capabilities.multibanco_paymentsV2.Core.Account.configuration.merchant.capabilities.mx_bank_transfer_paymentsV2.Core.Account.configuration.merchant.capabilities.naver_pay_paymentsV2.Core.Account.configuration.merchant.capabilities.oxxo_paymentsV2.Core.Account.configuration.merchant.capabilities.p24_paymentsV2.Core.Account.configuration.merchant.capabilities.pay_by_bank_paymentsV2.Core.Account.configuration.merchant.capabilities.payco_paymentsV2.Core.Account.configuration.merchant.capabilities.paynow_paymentsV2.Core.Account.configuration.merchant.capabilities.promptpay_paymentsV2.Core.Account.configuration.merchant.capabilities.revolut_pay_paymentsV2.Core.Account.configuration.merchant.capabilities.samsung_pay_paymentsV2.Core.Account.configuration.merchant.capabilities.sepa_bank_transfer_paymentsV2.Core.Account.configuration.merchant.capabilities.sepa_debit_paymentsV2.Core.Account.configuration.merchant.capabilities.stripe_balance.payoutsV2.Core.Account.configuration.merchant.capabilities.swish_paymentsV2.Core.Account.configuration.merchant.capabilities.twint_paymentsV2.Core.Account.configuration.merchant.capabilities.us_bank_transfer_paymentsV2.Core.Account.configuration.merchant.capabilities.zip_paymentsV2.Core.Account.configuration.recipient.capabilities.bank_accounts.localV2.Core.Account.configuration.recipient.capabilities.bank_accounts.wireV2.Core.Account.configuration.recipient.capabilities.cardsV2.Core.Account.configuration.recipient.capabilities.stripe_balance.payoutsV2.Core.Account.configuration.recipient.capabilities.stripe_balance.stripe_transfersV2.Core.Account.configuration.storer.capabilities.financial_addresses.bank_accountsV2.Core.Account.configuration.storer.capabilities.holds_currencies.eurV2.Core.Account.configuration.storer.capabilities.holds_currencies.gbpV2.Core.Account.configuration.storer.capabilities.holds_currencies.usdV2.Core.Account.configuration.storer.capabilities.inbound_transfers.bank_accountsV2.Core.Account.configuration.storer.capabilities.outbound_payments.bank_accountsV2.Core.Account.configuration.storer.capabilities.outbound_payments.cardsV2.Core.Account.configuration.storer.capabilities.outbound_payments.financial_accountsV2.Core.Account.configuration.storer.capabilities.outbound_transfers.bank_accountsV2.Core.Account.configuration.storer.capabilities.outbound_transfers.financial_accounts

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-12-15.preview
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Related changes

  • Accounts v2 now always returns the responsibilities field when the defaults field is included
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc