Postback
Whenever a user completes an offer, we will make a call to this URL by sending all the information needed to credit the virtual currency to your users.
Here is the list of the parameters that we are going to send to your system endpoints.
Param | Description | Example value |
---|---|---|
{{userId}} | Your Site/App user id | 54x3857 |
{{userIp}} | IP of the user | 192.168.100.0 |
{{countryCode}} | Country of the user | US |
{{secretKey}} | Your site secret sey (validate request) | 2f6d1f4444fd7 |
{{taskName}} | Name of the offer or survey | Earn money easily |
{{transactionId}} | Unique transaction id (to avoid duplicates) | 45020ab387c4fc00 |
{{rewardCurrency}} | Name of your virtual currency | Credits |
{{rewardValue}} | Conversion value * Virtual currency multiplier | 3400 |
{{payout}} | Conversion value in USD | 1.20 |
{{subId}} | Subid that you have passed to the offerwall | a237eacc6db367b23f |
{{status}} | 1 = valid, 2 = invalid (chargeback) | 1 |