#wunsunnn_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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
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)?
yup
Not entirely sure but have you tried the tax_code here? https://docs.stripe.com/payments/during-payment/charge-shipping?payment-ui=checkout#shipping-rate-with-tax-code
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?
Let me try too
It seems like the section is about Stripe Tax â˘ď¸ too
Yeah it's about Stripe tax
Yeah so possible with Stripe Tax. Just tested myself here
That Sales Tax includes tax from shipping too
I know, but I don't really want to use stripe tax because i'm operating under a single tax code..
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