Merhaba değerli r10 üyeleri, stripe ile ödeme aldığım bir websitem var. buraya en kritik ve en önemli hangi kuralları eklememi önerirsiniz.
Aşşağıda şuanda eklediklerim mevcut, eğer önemli dediğiniz bişey varsa onuda eklemek isterim ve şimdiden teşekkürler
Authentication Rules:- Request 3DS if 3D Secure is recommended for card
- Request 3DS if 3D Secure is supported for card
- Request 3DS if :amount_in_usd: > 500.00 and :risk_level: != 'normal'
- Request 3DS if :amount_in_usd: > 500.00 and :risk_level: != 'normal'
Block Rules:- Block if :risk_level: = 'highest'
- Block if payment matches one or more values in default Stripe block lists
- Block if :is_disposable_email: and :is_anonymous_ip:
- Block if CVC verification fails
Review rules:
Condition Sent to review Disputed Review if :risk_level: = 'elevated'
Review if :card_country: != :ip_country: