Skip to main content

Overview

Economy config is developer-owned metadata stored per game. It defines:
  • Currencies — virtual currencies players earn and spend
  • Store items — purchasable items with pricing and, for real-money items, their provider SKU
Changes take effect immediately — no release needed.

Currencies

Configure at Developer Portal → your game → Economy → Currencies.
Currency IDs must be stable. Changing an ID after launch breaks client references and analytics.
Built-in currencies: coins and gems are always available — no configuration needed.

Store items

SusaPlay runs on WebGL. There are no iOS or Android store product IDs to configure — real-money purchases go through the browser checkout.

After changes

Retest:
  • Purchase flows (real-money checkout + wallet spend)
  • Reward flows (ads, achievements)
  • Balance display in-game
Economy changes are live immediately — broken config reaches players instantly.