PayNow

GameserverResult

idFlakeIdRequired
gameserverGameServerDtoOptional
Represents a game server in the PayNow system with authentication tokens and linking information.
created_atstringRequired
The date and time when the game server was created in the system.
created_byActorDtoRequired
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
enabledbooleanRequired
Indicates whether the game server is currently enabled.
idFlakeIdRequired
linked_toGameServerLinkDtoRequired
hostnamestringRequired
ipstringRequired
platformstringRequired
saved_atstringRequired
versionstringRequired
last_fetched_commands_atstringOptional
last_fetched_commands_from_ipstringOptional
namestringRequired
The display name of the game server.
store_idFlakeIdRequired
updated_byActorDtoRequired
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
tokenstringOptional
The authentication token used by the game server to access the PayNow API.
token_reset_atstringOptional
The date and time when the authentication token was last reset, if applicable.
updated_atstringOptional
The date and time when the game server was last updated, if applicable.
store_idFlakeIdOptional
Example
{
  "id": "411486491630370816",
  "store_id": "411486491630370816",
  "gameserver": {
    "created_at": "2024-01-01T00:00:00Z",
    "created_by": {
      "type": "anonymous",
      "id": "411486491630370816"
    },
    "enabled": true,
    "id": "411486491630370816",
    "linked_to": {
      "hostname": "string",
      "ip": "string",
      "platform": "string",
      "saved_at": "2024-01-01T00:00:00Z",
      "version": "string",
      "last_fetched_commands_at": "2024-01-01T00:00:00Z",
      "last_fetched_commands_from_ip": "string"
    },
    "name": "string",
    "store_id": "411486491630370816",
    "updated_by": {
      "type": "anonymous",
      "id": "411486491630370816"
    },
    "token": "string",
    "token_reset_at": "2024-01-01T00:00:00Z",
    "updated_at": "2024-01-01T00:00:00Z"
  }
}