Comment to How Affiliate System works?
-
@AQB Soft how is the referral ID listed within our servers, and how can we find it for 3rd party applications.
I wish to have the ID pushed to a 3rd party. I just need to be able to get the ID from the new users, and add that idea into the new system.
Is this possible?
-
Hello @GFunnel,
We have serviceGetReferralCode service in Affiliate System, it allows to get prefix with user's affiliate code, it should help :
bx_srv('aqb_affiliate', 'get_referral_code', [$iProfileId]);
-
@AQB Soft I've written a PHP script for this and it is running an error. It cannot locate the library.
Are there any more resources for this? Or someone who could help me complete this?
-