#gab gab-tax
1 messages · Page 1 of 1 (latest)
What is the product category that you set in the same page?
It is a subscription
Sorry if I'm unclear! I'm referring to the Product tax category in the Product details section
You may refer to the following doc for the explanation on the transactions with zero tax amount here: https://stripe.com/docs/tax/zero-tax
If you still face the issue, please write in to Stripe support https://support.stripe.com/contact for more information
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Is this not only related to Stripe Tax, the automatic tax calculation module ?
I would like to use the Tax Rates, the manual tax. https://stripe.com/docs/billing/taxes/collect-taxes?tax-calculation=tax-rates
I would like to set a fixed tax rate of 7.7% that would be always the same
I have created manually this tax rate
The preview page here is for auto tax, the manual tax won't be showing here
Ah ok I will remove this one to not mixup things. Where shall I go to apply manually this 7.7% to my product?
This page is correct for manual tax. The preview page I mentioned was the one in product which it won't reflect the manual tax you see in the tax rate page
This preview will only display auto tax, not manual tax
Ok about the preview, but does that means I cannot use the dashboard UI to create and I assign a manual tax rate to a product ?
Yup, this can only be done via API
In case I assign via the API the tax rate to my existing product. Will it show up in the pdf invoice ?
Yes, you're right
Ok, when I update my product field tax_code with the tax id I get from the tax I have created, I have this error
"error": {
"message": "Invalid tax code. Check /v1/tax_codes for a valid tax code.",
"param": "tax_code",
"type": "invalid_request_error"
}
POST https://api.stripe.com/v1/products/prod_Lcbuzi53oA5QpF
Body: { tax_code: "txr_1KyePnJZXToOOk0QunrmPyEz" }
Manual tax is applied on transaction, not on product itself. For example, you apply the manual tax on the subscription alongside with the product
This is how you apply manual tax rate via API: https://stripe.com/docs/billing/taxes/collect-taxes?tax-calculation=tax-rates
Ok it works well and I can also see it on the invoice.
Is is possible to disable Stripe Tax again (The whole module)? Currently I See a warning "You have activated Stripe Tax" each time.
You can disable automatic tax in the dashboard: https://dashboard.stripe.com/test/settings/tax
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes, I have already disabled it, but I still have this warning. I would like to get back the state I had on my account before I have activated this Autocmatic module.
Now I have a warning in the /tax-rates page
Also an empty tax displaying in the preview (before activation no line was siaplyed at all)
Also, it has been activated on test and in production env.
Could you please write in to Stripe support https://support.stripe.com/contact ? They will be better assisting you with the account question
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.