PayNow

BanResult

idFlakeIdRequired
banBanDtoOptional
created_atstringRequired
created_byActorDtoRequired
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
enabledbooleanRequired
idFlakeIdRequired
identitiesBanIdentityDto[]Required
ban_typeenumRequired
Possible enum values
  • unknown
  • steam
  • ip
  • customer
  • customer_name
  • email
ban_type_valuestringRequired
reasonstringRequired
store_idFlakeIdRequired
expires_atstringOptional
updated_atstringOptional
updated_byActorDtoOptional
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
store_idFlakeIdOptional
Example
{
  "id": "411486491630370816",
  "store_id": "411486491630370816",
  "ban": {
    "created_at": "2024-01-01T00:00:00Z",
    "created_by": {
      "type": "anonymous",
      "id": "411486491630370816"
    },
    "enabled": true,
    "id": "411486491630370816",
    "identities": [
      {
        "ban_type": "unknown",
        "ban_type_value": "string"
      }
    ],
    "reason": "string",
    "store_id": "411486491630370816",
    "updated_at": "2024-01-01T00:00:00Z",
    "updated_by": {
      "type": "anonymous",
      "id": "411486491630370816"
    },
    "expires_at": "2024-01-01T00:00:00Z"
  }
}