#akhilk_api

1 messages ¡ Page 1 of 1 (latest)

winter hazelBOT
#

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

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

toxic halo
#

Not via Stripe Tax or Tax Rates. You'd just need to model it as another line item on the invoice

zenith sand
#

as a negative amount?

toxic halo
#

No, just a $5.00 line item

zenith sand
#

How would this impact tax reporting in Stripe (e.g., would manual adjustments break compliance or reconciliation)?

toxic halo
#

It wouldn't be reported as tax at all I'm afraid

#

So you'd need to manually reconsile the tax amounts on the invoices

zenith sand
#

can we do that via Typescript SDK? Is there any docs?

toxic halo
zenith sand
#

On the same context, what we currently do is calculate the percentage value with respect to the amount, register that tax rate and use that. The issue with that is that in the final invoice the customer can see the % value applied. Is there a way to disable rendering the % value in the rendered invoice

toxic halo
zenith sand
#

Thanks a lot. Will get back if there is further questions