Skip to main content

Open Game

The sequence diagram below illustrates the communication flow between the Player, HPGames, and the merchant for each game launch request.

Game Launcher Sequence Diagram

Game Launch Flow

Launch Parameters

The following table details the parameters that the merchant must supply to the HPGames platform to launch a game.

Parameter NameData TypeDescriptionRequired/Optional
merchantIdUUID (String)Unique merchant identifierRequired
authTokenStringAuthentication token or user session IDRequired
gameIdintIdentifier of the game to be launchedRequired
demoBooleanSet to true to launch the game in demo mode. Defaults to falseOptional
languageStringISO 639-3 language code. Defaults to ENGOptional

Example Launch URL

Launch Game

http://gateway.hplay.com/game/launcher?gameId=200100&merchantId=b5589a86-72f6-41c5-8795-57450140f502&demo=false&authToken=6dc6c60a-d581-46a0-9ece-2a1765009128&language=ENG