#talker1284
1 messages · Page 1 of 1 (latest)
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?
Yes the country selection is locked
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
is there a place I can get a full list of the Countries that can go into the AllowedCountires List?
Yes, that's listed here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_address_collection-allowed_countries
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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?
You don't need to define tax rates if you want Stripe to automatically calcuate tax for you