#Gautam
1 messages · Page 1 of 1 (latest)
default_tax_rates field on Update Subscription API can be used to update the tax rate: https://stripe.com/docs/api/subscriptions/update#update_subscription-default_tax_rates
Those subscriptions can be updated individually
in case of 100 subscription .. through dashboard we have to update one by one .. or we can use loop and update
Dashboard doesn't support bulk update. API can be used to loop all subscriptions one by one to update them!
one more question ..since we have been using tax jar api to calculate tax ..could you please give me the detail of how to use stripe tax .. and how much stripe will charge for stripe tax ( billing model)
To use Stripe Tax on the Subscription, you may refer to the guide here: https://stripe.com/docs/billing/taxes/collect-taxes
Thanks