#thomasst-invoiceitem-tax
1 messages · Page 1 of 1 (latest)
Hello! can you share a request where you're creating the additional invoice item so I can take a closer look?
Sure, just a moment please
req_kMtRx9jrvbFHiT
As you can see the invoice item is still lingering on the customer even though I cancelled the subscription in req_WjOomcUbs2SPZ5
I believe the issue is that you haven't specified a tax_behavior (https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-tax_behavior)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'll try, I thought it would take the default
You've got a default tax behavior set in livemode but not test mode
Thanks, it fixed it.
👍
I see, thank you