#ChibiDragoon
1 messages · Page 1 of 1 (latest)
Hello! What was the error you got? Can you provide a request ID? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_NrUbxOSIEQx7aC
The error is accurate, you need to resolve the conflict between the Tax Rates you're trying to apply and the Price tax behavior.
what does that mean? all i did was have 2 line items with different tax behavior, is that the issue?
Prices have tax_behavior, and the Price(s) you're trying to use have a tax_behavior that is not compatible with the Tax Rates you're trying to use: https://stripe.com/docs/api/prices/object#price_object-tax_behavior
ok
ill ask something else
is there a way for my to add an extra fee to a invoice like a tax
i just want to add an amount to my invoice that is exempted from tax
I think the way to do that would be to specify a Tax Rate for that line item which results in no tax: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-tax_rates
oh with the interface, i think i found my answer. I need to add the taxes to the line item, not the invoice
Yep.