#rbole
1 messages ยท Page 1 of 1 (latest)
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.