Fungies.io Help Center
  • 🙌Getting Started
  • Customize your online store
    • General Settings
    • Header
    • Footer
    • Add New Page
    • Add Page Section
    • Text Section
    • Image Section
    • Video Section
    • Gallery Section
    • Points Section
    • Slider Section
    • Recent Products Section
    • Custom Style
  • Add Subscription Product
  • Add Digital Downloads
  • Add Game Keys
  • Add Mobile Game Assets
  • Variants of the product
  • 🛠️Workspace Settings
    • Connect your Stripe account
    • Sandbox Mode
    • Team Management
  • 🧮Store Settings
    • Publish your store
    • Previewing The Store
    • Edit Explore / Search Page (Built-in)
    • Edit Product Page (Built-in)
      • Customize Review Categories
    • Set up Custom Domain
      • Migrating your domain to Cloudflare
  • Tax-inclusive Pricing
  • 🤑Getting Paid
    • Test Payments
    • Checkout Choice
      • Hosted Checkout
      • Overlay Checkout
      • Embedded Checkout
    • Global Availability
    • Customer Payment Methods
      • PayPal Settings
    • Billing Details
    • Payouts
    • Editing Statement Descriptor
    • Transactions Reports
    • Example React checkout
  • 👨‍💻FOR SAAS DEVELOPERS
    • Hosted Checkout (more payment methods)
    • Editing and Pausing Subscriptions
      • Downgrading / Upgrading Subscriptions
    • Creating Plans
    • Free Trials and Custom Intervals
    • Redirecting After Purchase
    • Using Webhooks
    • Types of Webhooks
      • Payment Success
      • Payment Refunded
      • Payment Failed
      • Subscription Created
      • Subscription Interval
      • Subscription Updated
      • Subscription Cancelled
    • Getting Started with the API
    • Orders APIs
      • Managing Orders through API
      • Orders List
      • Cancel Order
      • Update Order
    • Managing Subscriptions through API
    • Managing and Creating Users through API
    • Customizing Subscription Confirmation Page
    • Using CustomFields to parse data from your Software / App
      • Parse e-mails from your Software directly to checkout URL
  • Additional charges on top of Subscriptions
  • Upgrading or Downgrading Plans with API
  • Using Fungies.js npm package
    • Next.js 15 integration guide
  • 🎮For Game Developers
    • Orders
    • Platform Fees
    • Users list
    • Integrating with Game's Back-end
    • Customizing Purchase Confirmation Page
    • Webhooks
  • 💲Selling
    • Payment history
    • Selling FREE products
    • Managing Game Keys
    • Managing Game Assets
    • Pricing
    • Fulfillment of Orders
    • Prohibited Business and Products
    • Invoices and Receipts
    • Google Merchant Center XML Feed
    • SEO Sitemap
  • 🚀Marketing
    • Integrations
      • Google Tag Manager
      • Google Merchant Center
      • Trustpilot
      • Google Analytics (via Google Tag Manager)
    • SEO
    • Discount Codes
    • Pricing Localization
    • Language Localization
    • E-mail Marketing
  • 💰Billing
    • Plans and Usage
    • Invoices
    • Payment Methods
  • 🤩For End-Users
    • How to manage your Subscription?
    • How to buy a Game Key?
    • How to buy a Mobile Game Asset?
    • Getting your product
    • Steam key activation
    • Searching for games
    • Product details page
    • Order details
    • Refunds and chargebacks
  • 🗃️Other
    • FAQ
    • Roadmap
    • Product Changelog
  • 📃Legal
    • General Terms of Use
    • SaaS Terms of Use
    • Privacy Policy
    • Cookies and Tracking
Powered by GitBook
On this page
  1. Selling

Managing Game Assets

PreviousManaging Game KeysNextPricing

Last updated 1 year ago

If your have have Microtransactions or IAP, then selling Game Assets through your own Web Store can be done using our platform.

Go to Game Assets in the to start creating or managing your In-Game Assets.

You can add:

  • Games as Projects

  • Then Add Virtual Currency or Virtual Item

  • Add Variants for each Virtual Currency and Item

  • Example: set Gold as new Virtual Currency, and then set 500xGold as one of the Variants

In order for your game's back-end to recognize transactions and award players with appropriate items, you need to define at least 2 fields:

  • SKU / Item_ID - this will be sent to your game's back-end via Webhooks - so that the game knows which items to be rewarded to the player

  • User_ID field - to be filled in by the user

  • Server_ID field - to be filled in by the user

You can customize those Custom Fields in the Project Settings:

When setting up Text field, add the following:

  • Label: name of the field, e.g. User ID

  • Placeholder: visible by default inside the text field, e.g. "Fill in your User ID here"

  • Regex:

  • Key name: this will be sent to your Webhook, e.g. user_id

💲
Dashboard
You can have as many In-Game Assets listed as you want including Virtual Currencies and Virtual Items
Set variants for each of your Virtual Currency or Item
Variants are visible in your Web Store and can be chosen by the user
These 2 custom fields were added for this game: User_ID and Server
Click on Edit settings to see all the details for the Project
Click on Edit to add Custom Fields such as User_ID
Once done fill out all necessary information about your game's Project settings
You can add 1 Text Field or Multiple Options (such as Servers list)
The Game Asset page that's visible to the user: above is Text Field - User ID, and below that is Server - Multiple Options