#VA
1 messages · Page 1 of 1 (latest)
should be automatic_tax:{enabled:true} in your code. I think I told you something else earlier but the docs/API reference would be correct
feel free to share the exact code you're using to make the request that has the error(though I think you used Bubble)
customer=cus_MMFhqqk1wSp32H&automatic_tax=true
thats my request body
it works fine without customer parameter only
it's ....automatic_tax[enabled]=true&... if you're doing it that way
okay, this one worked. your response times are insane... thank you very mmuch
message": "Nothing to invoice for this customer. For automatic_tax[enabled]=true invoices, ensure all invoice items have a tax_behavior specified.",
https://stripe.com/docs/api/invoiceitems/create?lang=curl I can't find the tax_behavior part under create invoice item.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh okay, under price data 🫰