#mtanzi

1 messages · Page 1 of 1 (latest)

indigo nexusBOT
#

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
outer niche
glass sundial
#

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

outer niche
#

Which APIs/UIs are you using?

glass sundial
#

I am using the stripe checkout session

#

if you want I can show you the params that I pass to the API

outer niche
#

Yeah no really way to do that today unfortunately. You'd need to check their location prior to session creation and just prevent checkout

glass sundial
#

is this something that is in the Stripe roadmap to be changed sometime in the future?

outer niche
#

Not that I'm aware of no

#

Why do you need to restrict purchase location?

glass sundial
#

it's a company decision...

outer niche
#

Specific to tax or?

#

Because we'll only collect tax in the locations you tell us you need to

glass sundial
#

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?

outer niche
#

I don't know anything about tax obligations I'm afraid. Questions better suited for support

vast plankBOT
#

: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

glass sundial
#

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?

outer niche
#

Yes that will work if your product is physical and actually needs a shipping address

#

Otherwise people will just enter fake addresses I guess

glass sundial
#

I see

outer niche
#

Not really a way to do what you want today I'm afraid