Postback Parameters
Whenever a user complete an offer, we will make a call to the Postback URL that you indicated in your app attaching all the information that you will need to credit your users.
Our server will make a HTTP POST Request to your server including all of the following parameters.
subId
This is the unique identifier code of the user who completed action on your platform.
user123
transId
Unique identification code of the transaction made by your user.
XX-12345678
offer_name
Name of the completed offer.
Revtoo - Register and Earn
offer_type
Type of the offer completed by user (ptc, offer, task, shortlink).
ptc
reward
Amount of your virtual currency to be credited to your user.
500
reward_name
The name of your currency set when you registered your website.
Points
payout
The offer payout in USD
1.00
userIp
The user's IP address who completed the action.
192.168.1.0
country
Country (ISO2 form) from the lead comes.
US
status
Determines whether to add or subtract the amount of the reward. "1" is when the virtual currency should be added to the user and "2" when it should be subtracted. This may be because the advertiser has canceled the user's transaction, either because he/she committed fraud or because it has been a mistake entering the data needed to complete the campaign.
1 (Credit) / 2 (Chargeback)
debug
Check if is a test or a live postback call.
1 (Test) / 0 (Live)
signature
MD5 hash that can be used to verify that the call has been made from our servers.
17b4e2a70d6efe9796dd4c5507a9f9ab
reward_value
Amount of your virtual currency credited for $1 worth of payout (Exchange Rate). Its always static.
Your Currency Exchange Rate (i.e 50, 500, 2500, 5000 per dollar)
"reward" and "payout" parameters are always positive values, you will need to check status parameter to see if you need to add or subtract that amount from your users.
Keep in mind that reward_value shows the currency exchange rate you set for your app or placement. For example, if you set the currency exchange to 500, reward_value will always be 500. It doesn’t depend on the payout or any calculation—it’s just the exchange rate you set. To reward your users, use the reward parameter.
Last updated