#Bremen

1 messages · Page 1 of 1 (latest)

still echoBOT
cinder yoke
#

Hi 👋 if you're currently subscribed to Radar for Fraud Teams, then you can use that to write custom rules which can be used to automatically block payments:
https://stripe.com/docs/radar/rules

verbal coral
#

Ok, thank you

#

Is there a way to block all countries besides the us/canada without blocking each individually?

scarlet folio
#

Hi there. Taking over for toby as they have to step out

#

We're unfortunately not radar rule experts in here, but I believe this is possible

#

Block if :card_country: != 'US'

verbal coral
#

Thanks you!

#

Is there a way to add canada to that (e.g. US or canada)? I tried both but am getting an error

scarlet folio
#

What did you try?

#

I'm not that familiar with the radar syntax

#

But you should just be able to add an AND there

#

Block if :card_country: != 'US' and :card_country: != 'CA