#tymm
1 messages · Page 1 of 1 (latest)
Do you want multiple items on the same Price, but different Tax behavior?
That's not possible though, since a Price determine its own tax behavior
how do i set tax behavior on a price in stripe portal? i dont see that option there
if you want to set tax on certain invoice items, then you can decide whether to add a tax rate : https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-tax_rates
If you don't add a tax rate, then tax shouldn't be calculate on that invoice item. Or are you seeing differently?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.