#matt_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/1309193504718852188
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Taking a look
Can you clarify the discrepancy here?
(What you expect versus what you actually are seeing)
how the invoice the total amont of items = 2253.06
the tax rate is 20%
therefore I do not know how stripe get 450.63 istead of 450.61
You have your settings such that it is rounding at the line item level. It sounds like you want to round at the invoice level. You can adjust those settings at: https://dashboard.stripe.com/settings/billing/invoice
See: https://docs.stripe.com/billing/taxes/tax-rates#rounding for more info
invoice level means to the total ivoice amont ?
Yep