#PLRJA-tax-behavior

1 messages · Page 1 of 1 (latest)

brave yarrow
#

Hi there 👋 no, once tax_behavior is defined for a Price, that cannot be be changed:
https://stripe.com/docs/api/prices/update#update_price-tax_behavior

To migrate existing Subscriptions to the new Price, you will need to find all relevant Subscriptions and then change the Price that they're using.

Our Subscription list function allows you to pass a Price ID as a filter input so you can quickly locate all Subscriptions using a specific Price:
https://stripe.com/docs/api/subscriptions/list#list_subscriptions-price