Updatesapi-stripe

Stripe API: API Changes (2025-12-12)

ed93b94259c503af40466c67Verified February 17, 2026

TL;DR

  • The /v1/account endpoint now includes required properties for settings/invoices/default_account_tax_ids.
  • The /v1/accounts endpoint has added required properties for data/items/settings/invoices/default_account_tax_ids.
  • The /v1/accounts/{account} endpoint includes new required properties for settings/invoices/default_account_tax_ids.
  • The /v1/application_fees endpoint now includes required properties for data/items/account/settings/invoices/default_account_tax_ids.
  • Multiple endpoints related to accounts and application fees have added required properties for tax IDs and customer information.
  • What Changed

    #### Feature

  • The /v1/account endpoint has added required properties for settings/invoices/default_account_tax_ids/items/anyOf[tax_id]/customer/anyOf[Customer]/subscriptions/data/ and settings/invoices/default_account_tax_ids/items/anyOf[tax_id]/owner/anyOf[TaxIDsOwner]/customer/anyOf[subscriptions].
  • The /v1/accounts endpoint has added required properties for data/items/settings/invoices/default_account_tax_ids/items/anyOf[tax_id]/customer/anyOf[Customer]/subscriptions/data/ and data/items/settings/invoices/default_account_tax_ids/items/anyOf[tax_id]/owner/anyOf[TaxIDsOwner]/customer/anyOf[subscriptions].
  • The /v1/accounts/{account} endpoint has added required properties for settings/invoices/default_account_tax_ids/items/anyOf[tax_id]/customer/anyOf[Customer]/subscriptions/data/ and settings/invoices/default_account_tax_ids/items/anyOf[tax_id]/owner/anyOf[TaxIDsOwner]/customer/anyOf[subscriptions].
  • The /v1/accounts/{account}/capabilities endpoint has added required properties for data/items/account/anyOf[Account]/settings/anyOf[AccountSettings]/invoices/default_account_tax_ids/items/anyOf[tax_id]/customer/anyOf[Customer] and data/items/account/anyOf[Account]/settings/anyOf[AccountSettings]/invoices/default_account_tax_ids/items/anyOf[tax_id]/owner/anyOf[TaxIDsOwner].
  • The /v1/application_fees endpoint has added required properties for data/items/account/anyOf[Account]/settings/anyOf[AccountSettings]/invoices/default_account_tax_ids/items/anyOf[tax_id]/customer/anyOf[Customer] and data/items/account/anyOf[Account]/settings/anyOf[AccountSettings]/invoices/default_account_tax_ids/items/anyOf[tax_id]/owner/anyOf[TaxIDsOwner].
  • Who's Impacted

    If you are using the /v1/account endpoint, you will need to update your requests to include the new required properties for settings/invoices/default_account_tax_ids. If you are integrating with the /v1/accounts endpoint, you should review the updated required properties for data/items/settings/invoices/default_account_tax_ids. If you are using the /v1/accounts/{account} endpoint, you will need to update your requests to include the new required properties for settings/invoices/default_account_tax_ids. If you are using the /v1/application_fees endpoint, you should review the updated required properties for data/items/account/settings/invoices/default_account_tax_ids. If you are handling tax IDs and customer information, you will need to update your implementation to accommodate the new required properties.

    Action Checklist

  • ☐ Review the updated API documentation for the /v1/account endpoint.
  • ☐ Update requests to the /v1/account endpoint to include the new required properties for settings/invoices/default_account_tax_ids.
  • ☐ Review the updated API documentation for the /v1/accounts endpoint.
  • ☐ Update requests to the /v1/accounts endpoint to include the new required properties for data/items/settings/invoices/default_account_tax_ids.
  • ☐ Review the updated API documentation for the /v1/accounts/{account} endpoint.
  • ☐ Update requests to the /v1/accounts/{account} endpoint to include the new required properties for settings/invoices/default_account_tax_ids.
  • ☐ Review the updated API documentation for the /v1/application_fees endpoint.
  • ☐ Update requests to the /v1/application_fees endpoint to include the new required properties for data/items/account/settings/invoices/default_account_tax_ids.
  • ☐ Test your implementation with the updated API endpoints.
  • ☐ Verify that your implementation handles the new required properties for tax IDs and customer information.
  • ☐ Review the Stripe API Spec Diff for detailed information on the changes.
  • ☐ Check the Commit 03af40466c67 for the specific changes made to the API.
  • Verification

    The information in this update brief is based on the following sources:

  • Commit 03af40466c67: https://github.com/stripe/openapi/commit/03af40466c67b98705b1453e929eb801fd8b5b03
  • Stripe API Spec Diff: https://github.com/stripe/openapi/compare/ed93b94259c55782b8b04e01f4ffdaa2872e9bcd...03af40466c67b98705b1453e929eb801fd8b5b03
  • Last verified at: 2026-02-17T12:57:46.032694+00:00

    📎 Sources

    Stripe API: API Changes (2025-12-12) | Brief Stack