#aditya_30844
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.
- aditya_30844, 4 minutes ago, 26 messages
Thanks
How can I help?
Is this how it shall be done for the same product I'd shared above
I want stripe to automatically calculate the taxes
I have already activated the stripe tax from the dashboard
What's the issue here exactly?
I have created a product for which I am creating subscription. The price of the product does not include tax and I want to add tax on the price exclusively.
Here's the product
But, the payment sheet initiated to do the payment does not include tax
Here
Have you gone through this doc? https://stripe.com/docs/tax/subscriptions
Yes. From the two options available I choose Stripe tax. I have tried implementing in my code but, it does not work. Please help me with that code
Could you please share the Subscription ID?
pi_3OWcWaC1lelJsYBv1ZJI8dyH
payment intent id for the transaction I am trying to make
I don't see you adding automatic_tax to the call to create the Subscription: https://dashboard.stripe.com/logs/req_3286ey8GQJ3QQw
I am getting this error while creating subscription
when adding automatic_tax -> enabled -> true
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_FwXPYc9sY5ENPz
As the error suggests, you need to set the Customer's address.
Ok. Do I need customer address while working with tax rates?
You mean using fixed/predefined rates ?
If so, yes you don't need to collect customer address
Yes. It's done Thanks. One last thing how can I show the breakdown of the base price and taxes in the payment sheet in the mobile app
No that's not supported