#ryuuuu

1 messages · Page 1 of 1 (latest)

plain mapleBOT
halcyon canopy
#

this is what i have in my tax tab, not sure if its correct

olive scaffold
#

You need to ensure your customer has a complete address in that tax jurisdiction for those taxes to apply

halcyon canopy
#

oh really? my app so far doesnt require billing address from user, its only there optionally in user settings

#

but what about get using the API to get the price itself for display pursposes? how can i get it with the taxes

#

since theres no customer involved there

olive scaffold
#

You'd need to provide an address to simulate a customer provided one, for example here:

halcyon canopy
#

hm but then what happens if a customer just uses a different address than the one setup in the dashboard? does the price go down to the base without taxes?

olive scaffold
#

Not sure what you mean -- the customer address is a critical part of tax calculation. If the address changes the taxes can change.

#

Including the logic about whch address gets used

halcyon canopy
#

can i setup a fixed tax that just automatically increases the price by a % amount? or would there be any problems if i just make the products price higher to cover for tax?

#

didnt realise theres this much to adding the tax, so im not sure if i want to implement all that at this point in the project

#

since all customers of this appliction will be from canada only, im thinking i dont need stripe tax to automatically calculate the tax based on customers location right?

olive scaffold
#

Yes, you can used fixed tax rates, but I can't speak to whether that's appropriate for your business, you need to determine that

halcyon canopy
#

oh so this is directly on the invoice, i can't apply it to the product and have it automatically taxed at this rate in every invoice i add it to an right?

plain mapleBOT