I’m building a marketplace app similar to Etsy for local sellers. The last part that has been giving me the most trouble is figuring out how to calculate sales tax.
Realistically, purchases could happen anywhere within the US so I need to be able to calculate sales tax based on the buyers location. I currently have Stripe setup to accept payments. I have the option to add a flat tax rate but that is not realistic.
Does anyone have any advice on how to implement calculating sales tax? Prefer no code/low code solutions. Thanks!