#talker1284

1 messages · Page 1 of 1 (latest)

cloud wedgeBOT
pale jolt
#

box is locked so it can't be changed
What box exactly? Do you have a screenshot or a Checkout Session ID I can look at?

strong swan
#

Yes the country selection is locked

pale jolt
#

Are you passing any values for shipping_address_collection.allowed_countries when creating the Checkout Session? If you have a request ID for one of your Session creation calls, that would be helpful too

strong swan
#

is there a place I can get a full list of the Countries that can go into the AllowedCountires List?

pale jolt
strong swan
#

why would i need tax rates? It appears that the taxes are calculated automatically even if the tax rate does not exist. when you set AutomaticTax = new SessionAutomaticTaxOptions { Enabled = true },
on the checkout session?

pale jolt
#

You don't need to define tax rates if you want Stripe to automatically calcuate tax for you

strong swan
#

if i do define something does it override the automatic stuff?

#

my though is if there is some edge case can i override the stripe tax collection behavior through tax rates

#

or do i have to disable automatic tax for it to respect manual tax rates?