#Tony1

1 messages · Page 1 of 1 (latest)

short cloudBOT
smoky night
#

Generally I'd advise working with support regarding Radar rules questions: https://support.stripe.com/contact

#

However, with the caveat that you need to test everything works as you want it to I'd recommend trying:

#

Look at setting up customer metadata:
https://stripe.com/docs/radar/rules/reference#metadata-attributes
and flag your grandfathered customers using eg metadata[prepaid_ok]=true etc

Then you can set up a block rule on card_funding=prepaid with an escape hatch of checking that grandfathered customer metadata

Learn more about the structure of rules and the order in which Radar processes them.