#.saberkhan
1 messages · Page 1 of 1 (latest)
Hi 👋
You need to pass an actual tax rate ID
We will create tax rate id calling Stripe Tax Rate API.
Yes, and you will get back an objet with an ID that starts txr_
You will need to pass back that ID when creating the Checkout Session
Cool.
Do you know the tax type (sales_tax, vat, gst, hst, pst, qst, rst, jct, igst, lease_tax, amusement_tax, service_tax) Japan collects for imported items?
I do not
ok
Japan called it "Consumption_tax" and it is not listed in Stripe tax tyoe e.g., tax_type: must be one of sales_tax, vat, gst, hst, pst, qst, rst, jct, igst, lease_tax, amusement_tax, communications_tax, or service_tax. So what type of tax_type should be for Japan?
Japanese Consumption Tax (JCT). This is the one. Thanks!