#stokedowl
1 messages ยท Page 1 of 1 (latest)
Hello ๐
We recently introduced Tax API for custom flows which might work for you
https://stripe.com/docs/tax/custom
You can pass in existing product object too
https://stripe.com/docs/tax/custom#existing-product
I'd recommend reading through the doc ๐
Hello, Thank you for the quick response. ๐
I will have a look at these docs and get back to you if I have any questions.
NP! ๐ Happy to help
I understand from the documentation that there is a fee associated with each tax calculation API call on Stripe. As a startup, we're conscious about minimizing costs. Currently, we have an implementation where we use stripe.invoices.retrieveUpcoming to preview the invoice and obtain tax information. This method, while functional, is not the most optimal.
Considering our circumstances, is there a more cost-effective way for us to retrieve tax information for each transaction, without incurring additional charges per tax calculation API call?
Hmm unfortunately, there's no other workarounds afaik.
Oh ok. Could you kindly provide some guidance on the validity of our current approach? Specifically, we're using stripe.invoices.retrieveUpcoming to retrieve tax information. Is this a recommended practice or are there potential downsides we should be aware of?
Hi ๐
I'm stepping in as @torpid crow needs to go. Your approach makes sense given your constraints.
Awesome, Thank you!
Yours and @torpid crow 's guidance have been valuable in making this decision.