#jaehyuk5

1 messages · Page 1 of 1 (latest)

hollow wigeonBOT
crisp sleet
#

Could you elaborate which Doc you are following? What dynamic tax rate you are passing in?

crisp sleet
robust sable
#

oh thanks.

crisp sleet
#

If you have a Customer, with a shipping address or billing address already collected, you can pass its Id into the CheckoutSession creation call, then it would try to match the tax rates defined here (You can test all this out)

robust sable
#

We're selling digital contents (like movie / video file) and check their country code.

#

so basically if I get customer's country info - just pass them on stripe checkout seesion. is it right?

#

and does it possible in prebuilt checkout session too?

crisp sleet
robust sable
#

ah. so

  1. first. create customer adress-country must have been created

  2. then stripe checkout can be used

  3. and checkout session using customer information form - customer address-country section.

#

ok now i get it.

crisp sleet
#

I think it's optional

robust sable
#

yeah. I know it's optional. I'm just want to know when it's turned on. each country's vat or other tax values setted automatically?

#

or do I have to add it manually?

crisp sleet
#

Sorry I don't really follow your last question. TaxRate is manual, meaning you need to create each of the TaxRate you want to "prepare" for a country

#

For example you need to create a TaxRate for 7% in US, another one for 5% in the US, another one for 3% for Canada (illustratively)