#dhruvtech

1 messages · Page 1 of 1 (latest)

wheat boneBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

cyan marlin
#

To remove the tax rate on the subscription, you can simply set the field to empty string to unset the value

stark jungle
#

on already activated subscription please

cyan marlin
#

Can you share an example subscription (sub_xxx), so that I can check how your integration works for taxes?

stark jungle
#

sure

#

sub_1OWtvWDylUKG7LbfuN85wFba

cyan marlin
#

Thanks for sharing! The tax on this subscription was created using tax_percent in https://dashboard.stripe.com/test/logs/req_ae686SSJFCogKz with Stripe API version 2017-12-14. This is a legacy integration and tax_percent has been removed since Stripe API version 2020-08-27: https://stripe.com/docs/upgrades#2020-08-27

To unset the tax_percent, can you try to use Subscription Update API and set tax_percent to empty string to unset the tax? https://stripe.com/docs/api/subscriptions/update

Keep track of changes and upgrades to the Stripe API.

stark jungle
#

Thanks @cyan marlin Will check it Appreciate your help regarding this.