#Aarti

1 messages · Page 1 of 1 (latest)

reef kilnBOT
ebon hemlock
#

Hi 👋

The Go SDK is pinned to a Stripe API version. What version are you using?

hybrid mountain
#
    "github.com/stripe/stripe-go/v74"
ebon hemlock
hybrid mountain
#

yes I did. Amount is returning amount pre-tax.

ebon hemlock
#

Okay I'm reviewing the API results and I think this is a feature the Dashboard is doing on it's own. But also the Invoice Item should include tax if the tax behavior for the Price is defined as Inclusive

hybrid mountain
#

So there is no direct way for me to get the tax inclusive amount from the API response using go sdk?

ebon hemlock
#

Correct, or any SDK. You would need to calculate it on your end (which is likely what the Dashboard is doing).

hybrid mountain
#

Got it, thank you