#zhou-Invoice

1 messages · Page 1 of 1 (latest)

plucky mist
#

Hi there, can you share with me the invoice ID?

#

Hi there, can you share with me the invoice ID?

marble citrus
#

Sure. in_1LQgeYGQRO2tyviE2IWEJ1hP

#

This is in test environment.

plucky mist
#

Thanks. Let me take a look

#

You are using automatic tax calculation and the outcome of Taxability is non-taxable, that's why the tax amount is 0

marble citrus
#

Ok. So if the item is taxable, then automatic tax will use the returned tax rate, right?

plucky mist
#

Automatic tax (aka Stripe tax) and tax rate are two different products

Stripe tax will automatically calculate the tax for your customer based on the product and customer location. Whereas if you are using tax rate, Stripe will use the tax rate that you specify to calculate the tax.

marble citrus
#

I am using the Stripe tax. But it still returns the "tax rate" object (in above response)

plucky mist
#

This tax_rate object is implicitly created by Stripe Tax.

marble citrus
#

So I assume Stripe internally uses this tax_rate object to calculate the tax?

plucky mist
#

Yes. In another word, Stripe Tax will help you to create the appropriate tax_rate so that you don't need to do it yourself.