Set up rules for new businesses
If you’re just launching your business and have no paying members yet:- Log in to Stripe and go to Payments → Rules.
- Enable the following 3D Secure rules:
- Request 3DS if 3D Secure is required for card.
- Request 3DS if 3D Secure is recommended for card.
- Set up these Radar rules:
- Block if CVC verification fails.
- Block if postal code verification fails.
- If you offer a free trial, enable Use Radar on payment methods saved for future use.
Set up rules for existing businesses
If you already have active members and paying customers:- Log in to Stripe and go to Payments → Rules.
- Enable the following 3D Secure rules:
- Request 3DS if 3D Secure is required for card.
- Request 3DS if 3D Secure is recommended for card.
- Set up these custom Radar rules:
- Block if
:cvc_check: in ('fail', 'unavailable', 'unchecked')
and:authorized_charges_per_customer_all_time: = 0
- Block if
:address_zip_check: in ('fail', 'unavailable', 'unchecked')
and:authorized_charges_per_customer_all_time: = 0
.
- Block if
- If you offer a free trial, enable Use Radar on payment methods saved for future use.