#teelu_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
๐ 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/1212212492718313472
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
โฒ๏ธ 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. Thank you for your patience!
hello! give me a while to take a look!
No problem!
hrm, so if you add in the invoice item without tax_rates, i assume that it has tax applied to it?
it takes the default of the invoice
on the Dashboard UI, it doesn't show the tax when you're adding the pending item, even when you select the subscription that has taxes applied.
when your invoice the items right away, it then adds the taxes to the invoice generated
sorry, i don't think i have a better answer here other than that's how it's currently designed to work. The only way I can think of as well, is like what you said, to apply another tax rate to the invoice item : https://docs.stripe.com/api/invoiceitems/create#create_invoiceitem-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.
Okay i'll guess i'll have to create a 0% tax rate and override with that ๐คทโโ๏ธ
I wanted to make sure I didn't miss something and like you said, thats how its designed
yep ๐