#mtanzi
1 messages ยท Page 1 of 1 (latest)
Are you seeing any API errors or is it just not updating silently?
Can you share a request ID?
no errors, it just return the object with the old tax_rates
here is the subscription_item.id si_NzT6h1YMuHQ3Ex
let me see if I can find the req
here is the request ID req_g3CPUQqnlRxSTb
mmm the body looks to be empty ๐ค
Yeah was just about to say
would recommend looking into why the body isn't getting through with the request
looking at the stripe API I should pass the value that I want to set to the specific field.in this case tax_rates to be empty array.
do you know if there is any other way to remove the tax rate?
https://stripe.com/docs/api/subscription_items/update#update_subscription_item-tax_rates
A list of Tax Rate ids. These Tax Rates will override the default_tax_rates on the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
just pass ""
ah ok... perfect that works!
Great ๐
have a great rest of the day!