#Sadeed
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) where you faced this error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_7iOoA9ye6rKooO
Thanks for sharing. The tax rate is set to inclusive: false whereas the price item is set to tax_behavior: inclusive. They are contradicting to one another. Do you wish to have tax inclusive or exclusive from the price?
we have it set to unspecified tax behaviour on all other prices and then we provide tax_rates in the checkout line item
I'd assume that is exclusive then
From https://dashboard.stripe.com/test/prices/price_1L6UXTHF3TKtlSd4XYWVwgql, it shows that the tax is set to inclusive. Can you try creating the new Price and set to exclusive to test if it works?