Request Method | Request Address |
---|---|
GET | https://api.partnershare.net/partner/conversion |
Parameter Name | Type | Required Fields | Instructions |
---|---|---|---|
conversion_token | string | yes | Return key provided by us |
product_id | integer | yes | Product ID provided by us |
ref | string | yes | Invitation code |
source_user_id | string | yes | Invited user ID (must be unique) |
conversion_type | integer | yes | Fixed value 2 |
transaction_id | string | yes | Transaction ID or order ID (must be unique) |
total_money | number | yes | Total transaction amount |
start_time_plan | integer | yes | Package start time, pass timestamp |
amount_reward | number | no | Reward amount (this value is required only when the reward logic is set to program return) |
number_of_reward | integer | no | When there are installments, this value needs to be passed (for example, if the user purchases for three months, the bonus will be issued in three months) |
source_user_info | string | no | Invited user information |
session_id | string | no | Session id |
ref
If you need to be compatible with the old promotion website address, not our promotion website address, you can change the [ref] parameter to user_id, the value of the parameter is your company's user ID
source_user_info
This value is for display to partners only. In general, send emails or mobile phones with ***, such as: test***@qq.com or 138******229
session_id
Session ID, the value of the parameter snid when you click "promotion website address" to jump to your "registration page". The "Fraud Management" will take effect only after the value is passed.