#monk-invoice-tax

1 messages · Page 1 of 1 (latest)

main vesselBOT
half gorge
#

Hi 👋 no, Tax Rates are the more manual form of including tax on Stripe transactions. If you're looking for an approach where you tell us what you're selling and allow us to calculate tax amounts for you, that is Stripe Tax and is driven by the tax_code on the Product object.
https://stripe.com/docs/tax/set-up
https://stripe.com/docs/api/products/object#product_object-tax_code

If you are creating and maintaining your own Tax Rates, then you will need to determine when those are applicable and include them.

The closest thing we have to what you're describing that uses Tax Rates, is the dynamic_tax_rates field that is available in line_items when creating a Checkout Session:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-dynamic_tax_rates

arctic kelp
#

monk-invoice-tax

formal vault
#

got it, thank you