Design a Fraud-Proof Referral Program
Fraud prevention is a consideration for every company with a referral program. Inevitably, someone will test the system. Although you can't change the intentions of bad actors, you can make use of our automated Fraud Protection feature and design your program in such a way that minimizes fraudulent behavior.
A common form of referral program fraud is someone trying to refer themselves multiple times to get rewarded. Programs that offer rewards for both the customer advocate and the referred person are especially appealing for this type of fraud. Fortunately, with thoughtful design, you can minimize the impact of these attempts to game the system.
Program design examples
To see these tips in practice, review an example of a program with effective design that reduces the impact of fraud attempts. Then, take a look at the example of a poor design which fails to consider the need for fraud prevention.
What makes this an example of good design?
The credit can only be applied against future purchases, preventing people from exploiting the system for cash benefit.
The credit is associated with an account, so if someone is caught, the credit could be revoked, and the account canceled.
The friend is required to make a purchase, creating a paper trail of purchase information that can be used for fraud detection and response.
The credit is only paid out after the return period has ended, ensuring it is only applied to confirmed purchases.
What makes this an example of poor design?
It is easy to exploit this type of program by providing fake email addresses, especially with unidentified users making referrals.
Bad actors can use fake email addresses and proxy systems to earn cash that's immediately redeemable.
Rewards tied to free actions leave you open to fraud. Bad actors can exploit the program, leading to wasted spend and negative ROI.
Last updated
Was this helpful?

