#xqprtzcv-invoice-tax

1 messages · Page 1 of 1 (latest)

lusty sundialBOT
#

Hello! We'll be with you shortly. 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.

ornate tangle
#

xqprtzcv-invoice-tax

#

@cold inlet that feels quite off to me. To calculate tax properly we need a lot of details about what is being bought since there can be different tax rules/rates based on what you sell. Why would you make the whole math to aggregate everything and just give one final amount in that case?

cold inlet
#

Yes, I was thinking that might be a concern, however, we just have a small number of clothing products, so I think they should all be under the same tax code.

ornate tangle
#

what's the upside doing this instead of having your Product/Prices in the account for all your items and just add the right ones?

cold inlet
#

Just simplicity on our end, but if it is strongly recommended against, we can just use the stripe products/prices.

ornate tangle
#

I would definitely recommend using Products and Prices. Or not using Invoices at all honestly

cold inlet
#

What do you mean by not using invoices at all?

ornate tangle
#

Like you can use https://stripe.com/docs/tax/calculating if you just want tax calculation
Why would you use our Invoicing product if all you do is a "fake Invoice" that has one line item of "all you bought with no breakdown"?

cold inlet
#

So I could also just calculate tax using that, and then charge a certain amount without using an invoice?

ornate tangle
#

yes

cold inlet
#

Is there a name of that flow or reference for how to do that using the stripe js elements?

ornate tangle
#

I don't understand what that could mean sorry. The Tax Calculation happens server-side. There's no interaction with Stripe.js for that part

cold inlet
#

I think I found what I was looking for (payment intents api). Thanks for your help