Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
ExplorePublic API
Management APIUsers APIOperations APIMessaging APIReporting APIML APIData API
ExplorePublic API
Management APIUsers APIOperations APIMessaging APIReporting APIML APIData API
  1. Games
  • Introduction
  • Loyalty Club
    • Loyalty Clubs
      • Introduction
      • Show Loyalty Club
      • List Loyalty Clubs
    • Schema
      • Show Schema
    • Legal Information
      • Show Legal Information
    • Translations
      • List Translations (v4)
      • List Translations (v3)
    • Carbon Offset Program
      • Show Carbon Offset Program Info
    • Cars
      • Show Cars Configuration
      • Show Available Cars Colors
    • Programs
      • Introduction
      • List Programs
      • Show Program
    • Receipts
      • Introduction
      • Show Receipts Configuration
  • Member
    • Authentication
      • OAuth Flow
      • One Time Password
        • Send OTP via SMS
        • Send OTP via SMS by Email
        • Send OTP via Email
        • Send OTP via Email by MSISDN
      • Registration Password
        • Send Registration Password SMS
        • Send Registration Password Email
      • Create Token
      • Revoke Token
      • Show Token Info
    • Profile
      • Public Info
        • Show Member Public Info
        • Show Member Public Info by MSISDN
        • Show Member Public Info by Email
      • Person ID
        • Show Member Person ID
        • Show Member Person ID by MSISDN
        • Show Member Person ID by Email
      • Create Member
      • Update Member
      • Validate Member
      • Register Member App Token
      • Show Member
      • Destroy Member
    • Programs
      • Registration
        • Start
        • Confirm
      • Update Member Programs
      • Add Member to Program
      • List Member Programs
      • Remove Member from Program
    • Cars
      • Introduction
      • List Member Cars
      • Create Member Car
      • Show Member Car
      • Update Member Car
      • Renew Member Car
      • Destroy Member Car
      • Lookup a Car
    • Benefits
      • Introduction
      • List Member Benefits
      • Show Member Benefit
    • Verification
      • Send Verification Email
      • Send Verification SMS
      • Verify Email
      • Verify MSISDN
    • Password
      • Update Password
      • Reset Password
      • Send Password Reset Token
    • Integrations
      • Amano Parking Integration
        • Create Card
        • Delete Card
      • Spaycial Integrations
        • Generate Connections URL
        • Generate Connect URL
        • Show Spaycial Connections Status
        • Show Spaycial Feature Settings
        • Update Spaycial Feature Settings
    • Receipts
      • Introduction
      • List Submissions
      • Show Submission
      • Create Submission
      • Update Submission
      • Delete Submission
      • Check Limits Exceeded
    • Misc
      • Checkin to Store
      • Show Member Messages History v2
    • Files
      • Uploads
        • Upload status
        • Start Upload
        • Upload Part
        • Finish Upload
        • Activate Uploaded File
    • Messages
      • Send "delivered" event for push message
      • Send "open" event for push message
  • Offers
    • Introduction
    • Offers
      • Show Offers Meta
      • Show Offer
      • Encode Offer
      • List Offers
      • Use Offer
      • Like Offer
      • Unlike Offer
    • Offers Preview
      • Preview Offers Meta
      • Preview Offer
      • Preview Offers List
    • Events
      • Introduction
      • Register "clicked" Event
      • Register "seen" Event
  • Rewards
    • Introduction
    • Rewards Program
      • Show Rewards Program
      • Join To Rewards Program
      • Leave Rewards Program
      • Show Member Rewards Program Status
      • Show Achievements Summary
    • Rewards
      • List Rewards
      • List Purchased Rewards
      • Purchase Reward
      • Use Reward
  • Games
    • Introduction
    • Games
      • List Games
      • Show Game Details
      • Show Game Ticket
      • Play Game
      • Issue Game Prize
  • CMS Content
    • Introduction
    • Website
      • Introduction
      • Show Website
    • Venue Info
      • Introduction
      • Show Venue Info
    • Components
      • Component Schema Model
      • Show Components Schema
    • Pages
      • Page Model
      • List Pages
      • Show Page
      • Route Page
    • Articles
      • Article Model
      • Articles Categories
        • List Articles Categories
        • Show Articles Categories
      • List Articles
      • Show Article
    • Events
      • Event Model
      • Events Groups
        • Introduction
        • List Events Groups
        • Show Events Group
      • Events Categories
        • List Events Categories
        • Show Events Categories
      • List Events
      • Show Event
    • Job Postings
      • Introduction
      • List Job Postings
      • Show Job Posting
    • Service Messages
      • Introduction
      • List Service Messages
      • Show Service Message
    • Stores
      • Introduction
      • List
      • Show
    • Stores Categories
      • Introduction
      • List Stores Categories
      • Show Stores Category
    • Promotions
      • Introduction
      • List Promotions Collections
      • List Promotions
      • Show Promotion
    • Press Releases
      • Press Release Model
      • List Press Releases
      • Show Press Release
    • Attachments
      • Attachment Model
      • List Attachments
  1. Games

Introduction

Flow#

Pick the game from the list
Display game
Get ticket required to play game
Play the game with obtained ticket key
If prize has been won, issue prize

Additional info#

One ticket - one play
Ticket is generated per game and valid till played
If prize has not been won, player can play again with new ticket
If prize limit has been reached, every next game will be lost
Tickets limit resets every day
After prize issue, coupon will be granted (currently only coupon can be won)
When redeem_before_new_ticket flag is set, no new ticket will be generated till the previous ticket's prize redeemed

Configuration#

ConfigDescriptionType
attemptshow many tickets player can receive / per dayint
chance_to_winchance to win in percentageint
day_start_timehour when day starts and resets ticket countshour (H:i:s)
prize_limitprize limit per gameint
redeem_before_new_ticketprize must be used before new gamebool
revoke_unredeemed_prizerevoke unredeemed prizebool
days_to_prize_revokeddays the prize will be revoked afterint
show_prizesshow prizes in game rulesbool
start_datestart game campaigndate
end_dateend game campaigndate
activeis game active (manual flag)bool
setup_finishedis game configured (auto flag)bool

Scratchcard - Implementation#

Game details endpoint returns:

{
    "type": "game type",
    "background_image": "background image for game",
    "foreground_image": "foreground image for game",
    "design_image": "t3",
    "inactive_image": "image to show when is active flag is set to false",
    "is_active": true
}
When in game, ask for ticket.
When click play, endpoint returns:

{
  "symbols": [
    "symbol_image1",
    "symbol_image5",
    "symbol_image2",
    "symbol_image3",
    "symbol_image2",
    "symbol_image4",
    "symbol_image3",
    "symbol_image4",
    "symbol_image1"
  ],
  "prize": {
    "name": "100 NOK !"
  }
}
Symbols should be placed on game's foreground image.
If prize has been won, the symbol list contains 3 same symbols and
the prize name can be displayed with link to prize issue

Wheel of fortune - Implementation#

Game details endpoint returns:
{
    "type": "wof",
    "background_image": "background image for game",
    "wheel_image": "wheel image",
    "arrow_image": "arrow image",
    "inactive_image": "image to show when is active flag is set to false",
    "is_active": true
}
When in game, ask for ticket.
When click play, endpoint returns:
{
    "degree": 65,
    "prize": null
}
Endpoint returns degree, where the wheel must stop on.
If prize has been won, the arrow should point to prize on wheel.
the prize name can be displayed with link to prize issue
Previous
Use Reward
Next
List Games
Built with