#aditya_30844
1 messages · Page 1 of 1 (latest)
Depends what you mean by 'add taxes to it'? A Product can only have a tax code defined, which is used to calculate tax due on transactions
Ok so, I have a product and I am creating an payment intent for subscription for that particular product. Now, at frontend I want the price shown to users to be inclusive taxes
Then you'll need to create and set tax rates: https://stripe.com/docs/billing/taxes
I have gone through it and I prefer Tax rates. As I am creating a subscription using the payment intet where do I specify the tax rate. Also, this is just so that user is aware of the subscription price and the taxes applicable
This is the price that we have created on our dashboard.
We are using this product to initiate a payment sheet in a mobile app. But, the problem is that the user only sees the base price of the product excluding the taxes, why?
Do you have an example sub_xxx/pi_xxx ID?
Yes
I have the price id for this product
Btw, this is payment sheet on my mobile app with no considerations of taxes
You there?
Helloo
I am, yes. Please be patient whilst I help other users too
Can you share some IDs please? Screenshots don't help
Do you want me to share the price id for that product ?
No, I'd like the pi_xxx ID of the payment you're using in the Payment Sheet
Ok, that payment was generated for this subscription: https://dashboard.stripe.com/logs/req_JIjOQx03VDlMJv
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
There's no tax rates set in that request
Yes, please can you tell me how to add the tax rate or stripe tax to a subscription?
Here's my code to create subscription
You can add Tax Rates to each individual item: https://stripe.com/docs/api/subscriptions/create#create_subscription-items-tax_rates
Or set automatic_tax for the whole Subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-automatic_tax