#redoo_webhooks

1 messages ¡ Page 1 of 1 (latest)

modest slateBOT
#

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

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

unkempt plover
#

Hi, let me help you with this.

#

What do i need to do to also see tax rates? And sales tax?
Do you see VAT right now?

#

You can see total_tax_amounts in the webhook Event that you shared.

fierce badge
#

yes, but what I also need is to receive what was taxRate of each line item, our acountats need this to fill accounting reports demanded by our country

#

We need Vat tax rate, and salesTax rate in %, it is described in docs in taxRates array buy i constantly recive that array empty

unkempt plover
#

I understand. I don't think it's available, so you will need to manually calculate it based on the amount and amount_excluding_tax for each item.

fierce badge
#

So what is taxRates array for?

Also second question can i somehow receive locally event with this invoice instead of CLI default invoice?

unkempt plover
#

Sorry I don't understand the question.
What do you mean by "receive locally event"?
What do you mean by "CLI default invoice"?

fierce badge
#

I mean that i have stripe webhook in my app, and when developing I test it in local enviroment. I trigger events using "Stripe CLI", but it is always the same event where all tax related data and customer address are empty. I need full invoice to set up how it will be parsed in our software

unkempt plover
#

So you can just create an Invoice on the Dashboard, or via API and you will receive all related Events for it.

modest slateBOT
fierce badge
#

okay that worked, one more thing, as i see there is only VAT tax, where should I look for sales tax?

native kiln
#

hi! I'm taking over this thread.

#

can you clarify exactly which object you are looking at?

fierce badge
#

I will in 30 minutes okay, have to attend important meeting right now. But thanks you for coming