You might want to set up a referral program of your own, where you reward your subscribers with credits if they refer their friends. This can be accomplished using our API's:
When a customer signs up, we notify you via "subscription_created" webhook.
You can then create their own coupon code for them using "Create a Coupon" API.
This coupon code could be Customer A's Chargebee Customer ID and this ID can either be auto-generated by us when the subscription is created, or you can specify the id when creating the subscription.
You can then email the coupon code to Customer A to share with their friends.
Customer A shares the coupon code with a friend (Customer B) and when Customer B signs up, they will enter the coupon code and get discount.
When the subscription is created for Customer B, another "subscription_created" webhook will be triggered and this webhook will indicate the coupon code used by Customer B.
- Based on the coupon code used, you can identify the referrer and use the Add account credits to a customer API to add these credits to Customer A's account, which will apply for their future renewals
NOTE: We also have integrations with Refersion and LeadDyno for referral marketing for PC 1.0 sites.