#dhruvtech
1 messages · Page 1 of 1 (latest)
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.
- dhruvtech, 5 days ago, 8 messages
To remove the tax rate on the subscription, you can simply set the field to empty string to unset the value
on already activated subscription please
Can you share an example subscription (sub_xxx), so that I can check how your integration works for taxes?
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
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks @cyan marlin Will check it Appreciate your help regarding this.