Please enable JavaScript.
Coggle requires JavaScript to display documents.
Referral Program (Track (List of referrees by user, The referrer by user,…
Referral Program
-
Credit Rules
-
-
-
Credit the referrer if the referree as an owner who accepts the first booking and has a complete profile, insurance, and linked bank account.
POST /api/referral/credit
{action: complete-owner-profile, userId: 12313}
Request the API when the owner accepts the first booking, check for the other conditions until all are met, issue the credit
Request the API when the owner complete the profile, check for the other conditions until all are met, issue the credit
Request the API when the owner completes the insurance, check for the other conditions until all are met, issue the credit
Request the API when the owner links the bank account, check for the other conditions until all are met, issue the credit
-
Award the new referree 25$ for renting an RV, and 50$ for listing an RV
Discredit
If the owner cancels before the referrer using the credit, subtract the credit from the referrer
If the owner cancels after the referrer using the credit, check if there is anymore credit left
If there is, subtract from that credit
If not, should the referrer gets a negative credit? :question:
If the renter cancels, the referrer should still get the credits
Payout
-
-
-
ApplyReferralCredit(booking, user, credit)
-
-
-
-
-