#frisbee-checkout-tax
1 messages · Page 1 of 1 (latest)
thanks
For context, I am trying to collect tax in India but Stripe Checkout doesn't seem to support automatic_tax for India yet
Okay so I'm able to get it to show up w/o automatic tax enabled, so it should definitely work. Next step is can you share the Checkout Session ID where it isn't working so I can take a look?
one sec, let me try to reproduce it
Will the payment_intent_id work? pi_3L38B3BphWvjXVvn0c0AgJdH
it should work - let me take a look!
I tried grabbing the checkout session id but id didn't return any results when i searched for it in the search bar... weird
Yeah so it's actually working - the reason you don't see it initially is because it's likely default the shipping address country selection to a country where we don't collect tax IDs. So for example, if the shipping address dropdown default to "US" the checkbox won't show up because we don't support it (see the list at https://stripe.com/docs/tax/checkout/tax-ids#supported-types). If you change the country to United Kingdom, you should see the "I'm purchasing as a business" checkbox appear
👍 happy to help!