Player.IO

Build fun, powerful & scalable online and mobile games with the reliable backend your users expect

Sign Up | Sign In
  • Supports Buying Coins:
    GetBuyCoinsInfo()
    Redirect Url

SuperRewards PayVault Provider

Setting up your SuperRewards account

  1. Sign up for SuperRewards on http://srpoints.com/
  2. Add a new App, and specify the Application name and your currency name as you like.
  3. When asked for the postback url, enter this:
    http://api.playerio.com/payvault/superrewards/postback

Configuring SuperRewards on Player.IO

  1. Enable SuperRewards in the PayVault admin panel for your game.
  2. Enter the secret key into the "SuperRewards Secret" field. You can find this value on the Edit Application page on the SuperRewards website.
  3. Enter the identifier into the "App Identifier" field. On the Edit Application page there is some sample code for the offers IFrame. The identifier is the value of the "h" parameter in the source querystring.

Buying Coins: GetBuyCoinsInfo()

Example of bying coins with SuperRewards in ActionScript 3:

Optional GetBuyCoinsInfo() Arguments
gender Please refer to the section "URL Parameters" in the SuperRewards Developer Documentation for more information.
Note that if you set the value of the "xml" parameter to "1", you must also supply the user's IP address in the "ip" parameter.
age
mode
vc
xml
ip
iphone
page
n_offers
mode
payout_min
payout_max
page_points
Result Values
superrewardsurl The URL the user should visit to earn Coins. You can show this in a popup or an IFrame.