
2025/09/19
Stripe 雷达规则分享
本文介绍 Stripe 雷达规则的应用场景和实现细节。
触发3DS规则
:card_3d_secure_support: = 'optional' and :risk_score: > 40
:card_country: = 'PH' and :card_3d_secure_support: = 'optional'
拦截规则
:refund_count_on_card_all_time: > 1
:card_country: = 'PH' and :risk_score: > 30
:dispute_count_on_card_number_all_time: > 0
:card_count_for_customer_all_time: > 2
:ip_country: = 'PH' and :risk_score: > 30
:card_country: = 'PH' and :risk_score: > 30
:card_country: ='SG' and :risk_score: > 40
:card_count_for_ip_address_weekly: > 2
:dispute_count_on_ip_all_time: > 0
:efw_count_on_ip_all_time: > 0
:card_count_for_ip_address_weekly: > 2
:name_count_for_card_all_time: > 5
人工审核规则
:risk_score: > 30
:cvc_check: = 'unavailable'