Create a new Stripe.Price with a defined tax_behavior.
Stripe.Price
tax_behavior
In Stripe we can update only nickname and metadata of a Price, so if we need to define tax_behavior we have to create a new Price.
nickname
metadata
Price
Products and prices - Stripe Docs
Experimental
Create a new
Stripe.Price
with a definedtax_behavior
.In Stripe we can update only
nickname
andmetadata
of aPrice
, so if we need to definetax_behavior
we have to create a newPrice
.See
Products and prices - Stripe Docs