#damenz_api

1 messages ยท Page 1 of 1 (latest)

wintry cradleBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1306324588342546484

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

cursive dock
#

I had automatic_taxes enabled but on checkout sessions taxes were still at 0

#

until I added Canada / quebec taxes registrations, and not its chargin them

echo edge
cursive dock
#

Is there

  • A way to always charge the taxes based on the postal code ?
  • Or have a way using the API to know if they are ready for automatic taxes?
#

Just so I understand, automatic taxes by itself does nothing unless there are registrations on the account?

echo edge
#

Not sure I understand your first question there, can you provide more details? Always use the postal code vs. what other behavior? Why would you want to do this?

cursive dock
#

1- I create checkout session with automatic_taxes => true
2- No matter what is being provided, taxes stays at 0.00$ (because I had no registrations yet)

echo edge
#

Regarding your second question, checking for Tax Registrations is the main thing. If they don't have a Tax Registration for the location in question we won't calculate tax because there's no tax to calculate.

cursive dock
#

Now that I added CA / QC taxes registrations, taxes are always using these tax rate even if no informations is being provided in checkout session

#

So my question was, automatic_taxes can't work properly without any registration even if a QC postal code is provided?

#

I thought the automatic_taxes was gonna charge the right tax based on the postal code by default (even with no registrations)

#

so basically, If I have multiple registrations (USA / CANADA) for example, automatic_taxes will switch to the right one according to the postal code, but If I only have one registration (CANADA) it will always use it no matter the postal code?

echo edge
#

No. The specific transaction has to be eligible for tax calculation, which depends on the combination of the Tax Registration(s) on your account and the location of the customer. If we determine, for example, that tax isn't applicable to a given transaction because, say, the customer isn't in a taxable location given your registrations then we don't charge tax on it.

cursive dock
#

Ok so it does require tax registrations to calculate taxes in all situation

echo edge
#

It also depends on many other factors, like what's being sold.

#

Yes.

cursive dock
#

but I am surprised, if we are a canadian company, even if you are in the USA I have to charge you taxes, no ?

#

Didnt know there are exceptions were they could be exempted from the taxes

echo edge
#

I don't know the answer to that, as I don't have all tax regulations and laws memorized. That's what Stripe Tax is for. ๐Ÿ™‚

cursive dock
#

Ultimately, taxes are about where you purchase the product, not where the customer is from?

echo edge
#

If you need a canonical answer to that question you should consult a tax expert.

#

It depends.

#

It varies depending on multiple factors, the various tax laws involved, etc.

cursive dock
#

Well, I am not either ahah. I just hope that you did your homeworks if you don't charge the taxes in a specific scenario lol

#

Ok thanks a lot

echo edge
#

Happy to help!