#Fred - tax
1 messages ยท Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx) where you see that error? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
This request shows above error
req_BxohJw1ewDWu5x
This request is me trying to add the tax_behaviour param (I assume it's only for prices/products)
req_RMkrYHC0S4FSZG
Any news on this? ๐
Sorry for the delay, Discord is busy. Will have a look now.
No worries
How's it going?
Hello ๐ Apologies for the delay. Jumping in as the server is a running busy today
Give me a moment to catch up and I'll respond as soon as I can ๐
Yeah I don't think Invoice Items support tax_behavior
what happens if you only apply tax_rate while creating the invoice item?
An alternative that I can think of is to create a price that does support tax_behavior and pass that in while creating the invoice item
https://stripe.com/docs/api/invoiceitems/object#invoiceitem_object-price
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.