#stokedowl

1 messages ยท Page 1 of 1 (latest)

mighty yachtBOT
torpid crow
#

I'd recommend reading through the doc ๐Ÿ™‚

bronze anvil
#

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.

torpid crow
#

NP! ๐Ÿ™‚ Happy to help

bronze anvil
#

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?

torpid crow
#

Hmm unfortunately, there's no other workarounds afaik.

mighty yachtBOT
bronze anvil
#

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?

supple thistle
#

Hi ๐Ÿ‘‹

I'm stepping in as @torpid crow needs to go. Your approach makes sense given your constraints.

bronze anvil
#

Awesome, Thank you!

Yours and @torpid crow 's guidance have been valuable in making this decision.