TL;DR
/v1/account endpoint now includes required properties for settings/invoices/default_account_tax_ids./v1/accounts endpoint has added required properties for data/items/settings/invoices/default_account_tax_ids./v1/accounts/{account} endpoint includes new required properties for settings/invoices/default_account_tax_ids./v1/application_fees endpoint now includes required properties for data/items/account/settings/invoices/default_account_tax_ids.What Changed
#### Feature
/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]./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]./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]./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]./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
/v1/account endpoint./v1/account endpoint to include the new required properties for settings/invoices/default_account_tax_ids./v1/accounts endpoint./v1/accounts endpoint to include the new required properties for data/items/settings/invoices/default_account_tax_ids./v1/accounts/{account} endpoint./v1/accounts/{account} endpoint to include the new required properties for settings/invoices/default_account_tax_ids./v1/application_fees endpoint./v1/application_fees endpoint to include the new required properties for data/items/account/settings/invoices/default_account_tax_ids.Verification
The information in this update brief is based on the following sources:
Last verified at: 2026-02-17T12:57:46.032694+00:00