#lantinos-radar
1 messages · Page 1 of 1 (latest)
yes I have
Oh you want it only for brand new customers though
Not sure if that's possible let me look
I would like to add this in my rule :
:card_funding: = 'prepaid' and :card_country: ='US"
I want to add a filter only for the new customer
What about new card?
is_new_card_on_customer
Something to note is we're not radar experts in here
Recommend you look at the rules reference to see if there's something there you can use: https://stripe.com/docs/radar/rules/supported-attributes
If you need further help building rules, you'll need to talk to our support team though, since we focus on api usage/code in here
lantinos-radar
ok I will test that
Rule will evaluate if an existing customer uses a new card though, so might not work for your usecase
So recommend checking with the rules reference if there's something better that will work with your usecase
Since allow rules are evaluated before deny rules, you could maybe do an allow rule checking email so existing customers aren't blocked too