#Zachary_DuBois
1 messages · Page 1 of 1 (latest)
Hi there
Hi!
Hmmm no don't think you can do NOT IN
Think you would need to set a list that was @blocked_country_list
I see there is an easy way to make a blacklist but we are trying to do a whitelist
Yeah don't think that is possible unfortunately
That sucks... We currently are doing :card_country: != 'US' and :card_country: != 'PR' because we sell agricultural products so we can't sell out of the country.
It would be harder in this case to make a blacklist instead of a whitelist.
Are they taking feature requests? It seems like it would be a trivial thing to add (considering the logic is there for IN).
Yeah I'm not that familiar with Radar as I focus on the API. I'd recommend confirming there isn't a way to do this with our Support team via https://support.stripe.com/contact/login and then if there isn't they can log a feature request
Wait! Looks like the dashboard recommended a work around potentially!
Would something like that work?
Looks like it did!
Sweet! That's a good way to handle that -- I didn't think to go that route