#parsimonium-tax-preview

1 messages · Page 1 of 1 (latest)

naive fog
#

For the former, the best option is to create a customer with that postal code/address and simulate the payment (likely with an Invoice?)

#

the latter no, not yet but it's something we're working on

civic silo
#

Ok that’s what we tried at first but this requires 8 stripe calls,
Create customer, create price, create invoice item, create invoice, then delete all of them. Which takes a few seconds. In some cases we have to do this 3-4 times so it takes too long

#

Is there a way with fewer api calls, and is there a plan to make an endpoint just to get an estimated rate based on postal code

naive fog
#

you don't need Create Price

#

ah yeah sorry you do for tax_behavior

#

and you don't need the delete

#

like you could do those async and save a lot of seconds