#Teelu

1 messages · Page 1 of 1 (latest)

craggy solarBOT
halcyon beacon
livid wasp
#

Yeah I don't think that's doable via tax rates. You would just have to adjust the percentage to account for this

halcyon beacon
#

Is that something Stripe Tax would handle?

#

or curious, how would it handle that?

livid wasp
#

Not sure what you mean. So if you want a tax rate to only tax 80% of the transaction and the tax rate is 10%, then you'd want to pass in a tax rate of 8%

halcyon beacon
#

Hmmm okay. I was wondering if Stripe Tax handles it any differently, or if its using the tax_rate objects as well with the approach you mentioned

#

I say that because the invoice will show the tax % used, which doesn't reflect that the rate might be higher but only applicable to a certain portion of the total

livid wasp
#

Ah you mean whether our automatic tax product handles this differently?

craggy solarBOT
halcyon beacon
#

Correct. The approach I was thinking was either one of the two now

  1. the adjusted rate on the full amount
  2. the real tax rate shown with a total taxable amount which doesn't necessarily equal the subtotal
livid wasp
#

Got it. I'm not sure off the top of my head actually. I also have to step out, but @maiden cliff do you know if it's possible to only tax 80% of the total with automatic tax? Some states don't tax 100% of the total (I'm just learning this).

maiden cliff
#

If you're using automatic tax our tax engine should take that kind of thing into account. Let me catch up with the thread...

#

Do you know which states are subject to this kind of thing?

halcyon beacon
#

Texas is one of those states for SaaS offerings

#
Texas is one of these states that considers SaaS as a taxable data processing service.

Data processing is 20% exempt from sales tax. In that case, Texas provides a 20% exemption on the total charge to the customer for a data processing service. 

Another way to put it is that 80% of the total charge to the customer represents the actual taxable amount. 
maiden cliff
halcyon beacon
#

Okay, but would it show the adjusted tax rate on the invoices? or have the actual rate with the tax calculated with 80% of the total

#

eg, tax rate of 10% on 100, only 80% being taxable
Does the invoice show 10% tax rate, $8 tax?
Or 8% tax rate, $8 tax?

maiden cliff
#

I'm not sure. You should be able to test this in test mode to determine the behavior.

halcyon beacon
#

Okay I will go ahead and play around with that