arrow_back
logo
search
SupportlaunchAPI
menulaunchSign In
close
OverviewConceptsAdmin PanelCloudAPICompliance
Overview
Get StartedAuthorizationMessagingJackpotsMultiplayerGame Client InterfaceErrors Handle
Get StartedAuthorizationGame SessionMessagingBettings and WinningsRandom Numbers GeneratorJackpotsMultiplayerTesting
Overview
Overview
Using the client libraryImplementing an integrationDeploying an integration
Replying to a gamePending Winnings
.NET CoreGoJavaNodeJsPHPPythonRuby
OverviewOverwriting jackpots
launchAPISupport
launchSign In

Jackpots -> Overwriting jackpots

The jackpot overwrites are a way for the operator to take ownership of the regular or global jackpots.

Admin panel

The jackpot overwrites are easily configured through the Fireball Admin Panel.

Creating a jackpot overwrite

  1. In the Fireball Admin Panel, ensure that the appropriate organization is selected.
  2. Navigate to the Jackpots sections and access the Templates page.
  3. Find the jackpot to be overwritten, either in the list or by filtering the templates on the top of the page.
  4. Once the jackpot is found, click Overwrite and fill out the details.

Editing a jackpot overwrite

  1. In the Fireball Admin Panel, ensure that the appropriate organization is selected.
  2. Navigate to the Jackpots sections and access the Templates page.
  3. Unfold the jackpot which the overwrite should be adjusted for.
  4. Click on the Edit button and adjust the details.

Notes

If the operator has made any contribution to the jackpot, regardless of the type, the operator is bound to these and their settings until the jackpot is released, after which the new configuration will take effect.

Service account

Before you begin

  • In the Fireball Admin Panel on the Users -> Service account page, create a service account and take note of the token.
  • The service account should at least have the permission jackpot-template-overwrite-create.

Using the API:

The token from the previous section will be used as the bearer token in the POST request to the API.

Call api.fireballserver.com/jackpots/templates/overwrites:

Header:
{
    "bearer": "service account token"
}

Body:
{
    "jackpotId": "10d40ede-913e-45c0-8f57-d21d69ab62c7",
    "environment": "production",
    "startAmount": 50000,
    "ppcc": 0.00000033,
    "savingsPercentage": 50
}
Copyright © 2020-. All rights reserved.v1.0.8