#rbole

1 messages ยท Page 1 of 1 (latest)

frank tangleBOT
cerulean pendant
#

Hi ๐Ÿ‘‹ are you referring to the tax_code field on the Product object?
https://stripe.com/docs/api/products/object

If so, then yes you will need to still include the desired Tax Rate.

Tax Rates are the more manual (and more free) way of handling tax calculations in Stripe. tax_code would be leveraged by Stripe Tax if you were using that to determine the rate at which a product should be taxed for you.

frank tangleBOT