#burt-checkout-tax
1 messages · Page 1 of 1 (latest)
If I turn on stripe tax, can I add a line item that will automatically decide tax based on location?
The application will be used nationwide and tax rates will vary based on what business location the user is at
<form action="/create-checkout-session" method="POST">
I'm looking for best practices that should be utilized when using this Stripe hosted checkout session to be able to auto-fill or recognize what taxes should be applied. When re-directing the customers I do have their area code if passing that to Stripe as a line item is possible for tax purposes?
@restive bane if you use Stripe Tax, we (Stripe_ calculate the tax for you automatically really
so you don't need to do anything beyond that
how is this calculation done? How do you know the locale of the individual purchasing?