Removes deprecated tax information fields from the Customer objectBreaking changes
What’s new
Deprecates tax information for Customers
. To learn more, see the migration guide.
- Removes the deprecated
tax_
andinfo tax_
fields on theinfo_ verification Customer
object in favor oftax_
.ids - Removes the deprecated
tax_
parameter on theinfo Customer
create and update methods in favor oftax_
.id_ data
Impact
This change simplifies the Customer
object and associated methods by removing the deprecated tax_
and tax_
fields in favor of the tax_
field. This consolidation and removal of deprecated fields lets you work with a more streamlined and up-to-date Customer
object, aligning with Stripe’s latest tax handling capabilities.