#wullvie
1 messages · Page 1 of 1 (latest)
Hey hanzo
Hello đź‘‹
You may need to make some additional changes to get Checkout <> Tax to work
We have a doc on the changes required
https://stripe.com/docs/tax/checkout
just for some more clarity: I'm using the stripe api to create a checkout session (stripe.checkout.sessions), i'm passing "automatic_tax: { enabled: true }", and "tax_behavior: exclusive" for the line items. on the checkout page (from the URL it generates), the tax amount always calculates to 0 regardless of which address i enter
do you have an example Checkout Session I can take a look at?
I have this URL as well - it's with the company I am working with. I am a developer permission on their stripe account: auto tax is enabled, and they also have their tax info all set up
I wonder if its related to default tax category
What do you currently have set under here?
https://dashboard.stripe.com/login?redirect=%2Fsettings%2Ftax
general tangible goods. it's a T-shirt company print to order
Hi, stepping in and catching up.
Hey pgskc
Just trying to figure out if I’m doing something wrong, or it’s behaving as expected. My gut telling me it “should” be adding applicable tax just not sure what we’re missing
Just going through this document, https://stripe.com/docs/tax/checkout and still taking a look here
ok
After further looking into this, I think the issue that you'e not providing the location. requires_location_inputs. You can see this here, "status": "requires_location_inputs", https://dashboard.stripe.com/test/logs/iar_Z9BrKZYDCgkyg6.
ok
do i do that in the create call to create the checkout session?
not sure how to provide the location
When you go through the Checkout, it should ask it.
right. it starts saying "enter address" for tax. after i input an address, it goes to a gray loading bar for the tax, then finishes "calculating" and shows $0.00 for any address i put in
it does say "billing address" tho. i would expect it to say "shipping", could this be the reason? the second URL i sent above is what i referencing / using