Comment to How Affiliate System works?
-
The
Referral IDisn't stored directly in the database, it's generated dynamically based on each user's ID along with a few other unique parameters from UNA. To work around this, you could create a new field in the database specifically for storing this generatedReferral IDfor each member. Once stored, you can retrieve theReferral IDfrom this field whenever you need to send it to the third-party API. This approach would allow you to store and access theReferral IDmore easily without relying on dynamic generation each time.