#manusw20
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Hi 👋 how can I help? (Please place your question or concern in your initial message next time)
sub_1LFcs6Dx27GMXSIc7BQpDhtP this subs has a tax rate applied
but when i retrieve it via API
is telling me no defautlTaxRates size = 0
Do you have the ID of the request where you set the default_tax_rates for the Subscription? I'm not readily spotting that, instead it looks like the tax rate was set at the Subscription Item level in items.tax_rate. Do you see the Tax Rate defined on the Subscription Item?
ahh yes
i can see it in taxRates
what is the difference? between defaultTaxRates and taxRates?
default_tax_rates is set at the Subscription level and cascaded to all Subscription Items that don't expicitly have a tax_rate set:
https://docs.stripe.com/api/subscriptions/object#subscription_object-default_tax_rates
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok
but if i need to do a bulk update of a tax rate
in which level should i do it?
I'm not sure, which Tax Rates do you need to replace? If you need to replace ones defined at the Subscription Item level, then you will need to update those, since that lower level takes priority over anything set at the Subscription level.