#Leo-Radar
1 messages · Page 1 of 1 (latest)
You can use the meta data attribute https://stripe.com/docs/radar/rules/reference#metadata-attributes to define a rule that bypass a paymentIntent if its mata data satisfy the condition.
let me check
it seems that the doc refers to how to setup radar rules instead of bypassing radar
while creating payment intent
if we dont specify any radar rules in Create Payment Intent API, will Stripe still read the radar rules set on our dashboard?
So my idea is that you can specify a radar rule that only block/review the transaction if the meta data != certain value (e.g. BYPASS=true).