#mumble_08390
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.
- mumble_08390, 18 hours ago, 2 messages
Can you share an example invoice (in_xxx) from the subscription that doesn't have the tax?
I don't see tax rate being set in the Checkout Session Creation request associated to this subscription creation: https://dashboard.stripe.com/test/logs/req_fww1GenBUu4RVb
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
when i add an automatic tax its calculated as 0$
and i dont need it for all of my customers only for clients from israel
Are you planning to use Stripe Tax (automatic tax) or Tax Rate (manual tax)?
i will use tax rate because i need it only for a specific region
I don't see you setting Tax Rate under line_items.tax_rates in your Checkout Session creation request. I'd recommend following the guide here to set up Tax Rate in Checkout Session: https://stripe.com/docs/payments/checkout/taxes?tax-calculation=tax-rates#fixed-tax-rates
done it
i get now :failed to pay for <built-in function id> due to Request req_KWVNEVhIlpWY33: The country, IL, for dynamic tax rate txr_1OZr2TJ86QDcZYZ2OA1MEr22 is not supported. Learn more at https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-dynamic_tax_rates
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i get a error in the checkout session
Israel is not supported for dynamic tax rates. The list of supported countries can be found here: https://stripe.com/docs/payments/checkout/taxes?tax-calculation=tax-rates#dynamic-tax-rates
i managed to add the tax rate to the checkout session but its show the tax rate to all the countries
and i need it to be only to israel
Unfortunately, this is not possible as having tax rate dynamically is only possible to use with dynamic_tax_rates on supported country. With tax_rates, it will apply to all countries
so i cant do it with israel ?
Unfortunately, Israel is not supported for dynamic tax rate
is there a way to apply 17% tax on Israeli clients in a different way?
Not via our APIs I'm afraid. Stripe Tax doesn't support Israel either: https://stripe.com/docs/tax/supported-countries
You'd need to calculate the tax indepdently and add a line item to reflect that
and without the api?