PayNow

StoreResult

idFlakeIdRequired
storeStoreDtoRequired
Represents a PayNow store and its associated configuration.
currencystringRequired
The ISO 4217 currency code used by this store for pricing (e.g. "usd", "eur")
descriptionstringRequired
A human-readable description of the store shown to customers and PayNow.
gamestringRequired
Alias for 'platform'. Returns the platform identifier as a game name.
idFlakeIdRequired
live_modebooleanRequired
When set to true, the store is processing real transactions in live mode.
namestringRequired
The display name of the store.
owner_idFlakeIdRequired
platformstringRequired
The platform this store is associated with (e.g. "rust", "minecraft").
slugstringRequired
The URL-safe slug used to identify the store (e.g. "my-rust-server").
contact_emailstringOptional
General contact email address for the store.
created_atstringOptional
The UTC timestamp when the store was created.
integration_typestringOptional
The integration type used by the store.
logo_square_urlstringOptional
URL of the store's square/icon logo image.
logo_urlstringOptional
URL of the store's full-size logo image.
minecraft_bedrock_username_prefixstringOptional
Username prefix used to identify Minecraft Bedrock players (e.g. ".").
onboarding_completed_atstringOptional
The UTC timestamp when the store completed onboarding.
platform_store_type_associationPlatformStoreTypeAssociationDetailsDtoOptional
disable_billing_plansbooleanRequired
When true, billing plans are disabled for this platform/store type combination.
display_disclaimersbooleanRequired
When true, legal or compliance disclaimers should be displayed to the end user.
full_external_managementbooleanRequired
Whether the management hides some PayNow UI
platform_idFlakeIdRequired
store_platformstringRequired
The store platform identifier string (e.g. "rust", "minecraft").
associated_platformPublicPlatformDtoOptional
→ PublicPlatformDto
connected_platform_fee_percentageintegerOptional
The fee percentage charged by the connected platform. Expressed in basis points (e.g. 250 = 2.50%).
connected_platform_wallet_idFlakeIdOptional
paynow_platform_fee_percentage_overrideintegerOptional
Overrides the default PayNow platform fee percentage for this association. Expressed in basis points (e.g. 250 = 2.50%).
support_emailstringOptional
Dedicated support email address for customer inquiries.
support_urlstringOptional
URL to the store's support portal or help page.
updated_atstringOptional
The UTC timestamp when the store was last updated.
website_urlstringOptional
The store's public website URL.
store_idFlakeIdOptional
Example
{
  "id": "411486491630370816",
  "store": {
    "currency": "string",
    "description": "string",
    "game": "string",
    "id": "411486491630370816",
    "live_mode": true,
    "name": "string",
    "owner_id": "411486491630370816",
    "platform": "string",
    "slug": "string",
    "website_url": "string",
    "contact_email": "string",
    "support_email": "string",
    "support_url": "string",
    "integration_type": "string",
    "logo_url": "string",
    "logo_square_url": "string",
    "minecraft_bedrock_username_prefix": "string",
    "created_at": "2024-01-01T00:00:00Z",
    "updated_at": "2024-01-01T00:00:00Z",
    "onboarding_completed_at": "2024-01-01T00:00:00Z",
    "platform_store_type_association": {
      "disable_billing_plans": true,
      "display_disclaimers": true,
      "full_external_management": true,
      "platform_id": "411486491630370816",
      "store_platform": "string",
      "associated_platform": {
        "accent_color": "string",
        "business_name": "string",
        "capabilities": [
          "invalid"
        ],
        "country_code": "string",
        "created_at": "2024-01-01T00:00:00Z",
        "description": "string",
        "id": "411486491630370816",
        "logo_url": "string",
        "name": "string",
        "slug": "string",
        "type": "invalid",
        "website_url": "string",
        "updated_at": "2024-01-01T00:00:00Z",
        "disabled_at": "2024-01-01T00:00:00Z"
      },
      "paynow_platform_fee_percentage_override": 0,
      "connected_platform_fee_percentage": 0,
      "connected_platform_wallet_id": "411486491630370816"
    }
  },
  "store_id": "411486491630370816"
}