#mtanzi
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mtanzi, 18 hours ago, 7 messages
Explained here: https://stripe.com/docs/tax/customer-locations#address-hierarchy
my issue is that I need to restrict the purchase of our subscription to an allowed list of countries
and looks like that list can only be applied to the shipping address
Which APIs/UIs are you using?
I am using the stripe checkout session
if you want I can show you the params that I pass to the API
Yeah no really way to do that today unfortunately. You'd need to check their location prior to session creation and just prevent checkout
is this something that is in the Stripe roadmap to be changed sometime in the future?
it's a company decision...
Specific to tax or?
Because we'll only collect tax in the locations you tell us you need to
what happen if someone purchase the product from a country that we don not specify to collect taxes?
the business would need to pay the tax themself
let say that we don't collect taxes in brasil... that means that the product will be tax inclusuve
and if there is any tax obligation it will be on the company to pay that
correct?
We wouldn't collect any tax
I don't know anything about tax obligations I'm afraid. Questions better suited for support
:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
ok... thank you I'll ask there
in the meantime to mitigate the risk would be a viable option to restrict the shipping_address_collection to the allowed list of countries?
Yes that will work if your product is physical and actually needs a shipping address
Otherwise people will just enter fake addresses I guess
I see
Not really a way to do what you want today I'm afraid