PlayerIO

The fastest way to build online games without breaking a sweat.

  • Supports Buying Coins:
    GetBuyCoinsInfo()
    Redirect Url

SuperRewards PayVault Provider

Setting up your SuperRewards account

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

Configuring SuperRewards on PlayerIO

  1. Enable SuperRewards in the PayVault Control Panel for your game.
  2. Enter the App Secret Key into the SuperRewards Secret Key field. You can find this value on the Setup tab when viewing your application on the SuperRewards website.
  3. Enter the App Hash into the SuperRewards App Hash field. You can find this value on the Setup tab when viewing your application on the SuperRewards website.

If you want to see revenue statistics on the PayVault Analytics page, you can complete the following setup:

  • Enter the SuperRewards Application Id. You can find this number next to your app name in the App dropdown on the Earnings page on the SuperRewards website.
  • Enter the SuperRewards Account Api Key. You can find this value at the bottom of the Account Settings page on the SuperRewards website.
  • Enter the SuperRewards Account Api Salt. You can find this value at the bottom of the Account Settings page on the SuperRewards website.
  • Enter the SuperRewards Account Email. This is the email address you used when signing up to SuperRewards.

Buying Coins: GetBuyCoinsInfo()

Example of buying coins with SuperRewards in ActionScript 3:

Optional GetBuyCoinsInfo() Arguments
gender Please refer to the section "Optional Fields" in the SuperRewards Developer Documentation for more information on how to customize the offerwall.
age
hoffers
hdpay
xml
json
default_tab
only_tab
payout_min
min_srt
payout_max
max_srt
Result Values
superrewardsurl The URL the user should visit to earn Coins. You can show this in a popup or an IFrame.