#ahmed0h
1 messages · Page 1 of 1 (latest)
Hi
can you share the checkout session Id please ?
pi_3MiyUHDQhpiGn4S42gRl0JBk
Thanks for sharing that.
The products in line item li_1MiyTRDQhpiGn4S4v6RCRdI3 are exempt from tax or zero-rated.
how to check if hte product is exempt or not in canada
You want to use Stripe Automatic Tax ot Stripe Tax rates?
Try using Stripe automatic tax by following this guide step by step:
https://stripe.com/docs/payments/checkout/taxes?tax-calculation=stripe-tax
i am using automatic tax
'automatic_tax' => [
'enabled' => true,
],
thank you it worked
Cool!