Memberful requires a Stripe account to process credit card payments. Stripe offers a powerful tool called Radar, which lets you create fraud prevention rules to automatically review, block, or allow payments that match specific criteria. In this help article, learn how to enable the following rules to help defend against fraudulent activity—especially credit card testing and credential stuffing.Documentation Index
Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.