Game > Gamebase > Store Console Guide > Steam Console Guide

This document describes how to register and integrate information from apps released with Steamworks with the Gamebase console. For more information on releasing a Steam app, see the Steamworks Guide.

Enter Basic Information

Make sure you enter the following three pieces of information correctly to connect to Steam

Information about the integration is generated bySteamworks.

For other topics not covered on this page, see the Game > Gamebase > Console Purchase Guide page.

Gamebase Store Settings

Steam Store App ID

  • A unique identifier for your app that you receive after registering your product in Steamworks.
  • Enter the App ID as shown in Steamworks > App Admin > (Project Name).

Steam Store App ID

Steam Web API Key

Steam Web API Key

Steam Default Currency

  • You can set a default value for the currency code applied to an item's price when a user attempts to make a purchase and enters the Steam Checkout overlay.
  • If no currency code exists in the item information that matches the currency of the user's Steam Wallet, the price of the item is output in the default currency set in this item.
  • See Enter country-specific sales item information in the Setting up sales items section.

STEAM Default Currency

Set up items for sale

Gamebase supports the Steam Microtransaction API.

Set up Gamebase Items

Enter item basic information

  • Product name: Enter a representative name for the item you manage through the Gamebase console.
  • Store Item ID: Enter the item ID that your app manages.

The Store Item ID for each item must be entered as a unique value and can only be of type uint32. Number between 0 and 4,294,967,295

  • Product Type: Currently supports only consumable items(CONSUMABLE).

Enter country-specific sales item information

Make sure when entering and editing the name and price of the item, as this is the information that will actually be charged to the user who attempts to make the purchase.

  • Language: Select the language code that corresponds to the item name that will appear in the checkout.
  • Item Name: Enter the name of the item that you want to sell in the selected currency code.
  • Currency: Select the currency code that corresponds to your sales price.
  • Price: Enter the price that corresponds to the selected currency code.

The price information corresponding to the default currency code in your app's settings is required. If more than one price is entered, payment information is generated with the price that corresponds to the currency code of the item in the user's Steam Wallet. (If none of the item information entered corresponds to the currency code of the user's wallet, the payment information is generated in the default currency code).

TOP