How to Integrate a Game at IDC Games
  • Introduction
  • Quick Integration Guide
    • 1. Upload your game
    • 2. You integrate our login system
    • 3. Quick Payments Integration
    • 4. Upload Content to the Game Page
    • 5. Player acquisition
  • Complete Integration Guide
    • Introducion
    • 1. Panel Guide
      • 1.1. Create a new game
      • 1.2 Game Configuration
      • 1.3 Shop
        • 1.3.1. Shop Wizard
        • 1.3.2. Shop Offers
        • 1.3.3. Shop Coupons
        • 1.3.4. Shop Themes
        • 1.3.5. Test shop
      • 1.4. Multi-Language
      • 1.5. Releases
      • 1.6. DLC
      • 1.7. Store Content
      • 1.8. Content
      • 1.9. WebSection
      • 1.10. Purchase Report
        • 1.10.1. Dashboard
        • 1.10.2 Client & App
        • 1.10.3 Gamer Level
        • 1.10.4 Region & Country
        • 1.10.5 Purchase Notifications
        • 1.10.6 Sales Wallet
        • 1.10.7 Player Summary
      • 1.11 Stats Report
        • 1.11.1 Leads
        • 1.11.2 Retention
        • 1.11.3 Login
        • 1.11.4 Payment
        • 1.11.5 Wishlist
    • 2. Login Guide
      • 2.1. Login with Unity
      • 2.2. Login with C#
      • 2.3. Login with C++/Unreal
      • 2.4. Login with HTTP
      • 2.5. Login with Web Service Definition Language (WSDL)
    • 3. Payments Guide
      • 3.1. Payments Integration Overview
      • 3.2. How to launch the Shop
    • 4. API Guide
      • Releases Workflow
      • C# examples
  • The Platform Visual Guide
    • About the Game Platform
    • General Pages
    • Game page
  • Glossary
    • Glossary
Powered by GitBook
On this page

Was this helpful?

  1. Complete Integration Guide

3. Payments Guide

Previous2.5. Login with Web Service Definition Language (WSDL)Next3.1. Payments Integration Overview

Last updated 1 year ago

Was this helpful?

By uploading a game to the IDC Games platform, a default game shop is automatically available at the client's end, so developers can start monetizing their users just by taking them to the default game shop, where they can buy virtual currency or items.

Depending on the complexity and customization needs of their in-game items, developers have 2 options:

  • 1. Let IDC Games manage the payments integration and deploy the default game shop.

  • 2. Fully manage the integration and customize your game shop and articles.

In both cases, you need to launch the shop. Go to for the details.

Developers only need to integrate payments if the game features in-game payments. If your game doesn't feature in-game ourchases, skip the Payments integration; if you have integrated our login system, you are ready to go live!

Quick Integration