#ap-taxes
1 messages · Page 1 of 1 (latest)
Are you asking whether there's a way to just pass in a percentage to use as a tax rate?
@potent sphinx yes
it was possible before, but got removed in 2020-08-27
seems now they need to be defined statically as tax rates, then referenced from API call, meaning application would need to sync up local rates to stripe and perform lookup when creating subscription to use correct tax rate ID
Is using a version before 2020-08-27 not an option for you? If being able to use tax_percent is that critical for your integration the simplest thing would be to keep using an earlier API version until you can figure out a solution that will work with tax rates
@potent sphinx we could but we wanna support bunch of customers that use latest API with minimal update, seems like only way is to pre-define them or pay extra fees to stripe for auto tax
Gotcha, yeah then your options are pretty limited - you'd have to move on to Stripe Tax or use Tax Rates
@potent sphinx is it possible to go back to earlier version on brand new stripe account. There is no option under developers tab on dashboard?