#wunsunnn_api

1 messages ¡ Page 1 of 1 (latest)

static crescentBOT
#

👋 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/1273151950526877728

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

compact mica
#

So what I would want is shipping to be $15 and its tax included in gst

#

With automatic_tax enabled (using stripe tax), it seems possible, but without it i can't set how shipping is taxed

#

Is there a way or am I out of luck using stripe hosted checkouts

placid garnet
#

To clarify, you want the Shipping is non Tax ($15 instead of $16.5) but its tax ($1.5) added up to the GST line to be ($35.6 + $1.5)?

compact mica
#

yup

placid garnet
compact mica
#

let me try

#

I did: tax_code: 'txcd_92010001'
With both inclusive and exclusive tax amounts and it did nothing

#

problem is i think tax_code and tax_rates are two different things

#

Maybe i can somehow set up tax code's rate?

placid garnet
#

Let me try too

compact mica
#

It seems like the section is about Stripe Tax ™️ too

placid garnet
#

Yeah it's about Stripe tax

#

Yeah so possible with Stripe Tax. Just tested myself here

#

That Sales Tax includes tax from shipping too

compact mica
#

I know, but I don't really want to use stripe tax because i'm operating under a single tax code..

placid garnet
#

I see. There is no option for Tax Rate on Shipping unfortunately :/ I can only think of put shipping as a separated line item and prepare a tax rate for it, but doesn't looks very elegant