Referrals
Qualify Referral
Qualify a referral so that rewards can be issued to the referrer.
POST
Mark a referral as qualified
Path Parameters
This endpoint marks a referral as qualified, indicating that the referred customer has met the criteria for the referrer to receive their reward. No request body is required.
Example Request
Response
Returns the updated referral object withstatus set to qualified.
Notes
- Only referrals with
pendingstatus can be qualified. Attempting to qualify a referral that is alreadyqualified,completed, orexpiredreturns a422error. - Qualifying a referral does not automatically credit the reward. The reward is credited once the referral transitions to
completedstatus. - Use this endpoint to manually approve referrals when you have custom qualification criteria beyond the default first-payment trigger.
Mark a referral as qualified