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

TapJoy PayVault Provider

Setting up your TapJoy account

  1. Sign up for TapJoy for Web Developers on https://www.tapjoy.com/
  2. Add a new App, and specify the Application name, url, type, and your currency name and exchange rate as you like.
  3. Set the callback url to this:
    http://api.playerio.com/payvault/tapjoy/postback

Configuring TapJoy on Player.IO

  1. Enable TapJoy in the PayVault admin panel for your game.
  2. Enter the secret key into the "TapJoy Secret" field. You can find this value on the Applications page on the TapJoy website.
  3. Enter the application id into the "Application ID" field. You can find this value on the Get Links page for your application on the TapJoy website.

Buying Coins: GetBuyCoinsInfo()

Example of bying coins with TapJoy in ActionScript 3:

Optional GetBuyCoinsInfo() Arguments
There are no required or optional arguments for this provider. You can customize the look of your offer page by clicking the "Customize" link on the Applications page on TapJoy.
Result Values
tapjoyurl The URL the user should visit to earn Coins. You can show this in a popup or an IFrame.