Fast Track

How to Configure Jackpot Payouts

Steps that need to be done to enable it.

1

Define Dynamic Fields for Credit Requests

In the Alliance area in the back office, navigate to Dynamic Fields and pre-define all fields, such as the amount that will be sent by Unibo in the credit request

2

Map Dynamic Fields to Credit Amount

These fields will then be used in the Amount field of the Credit Bonus Funds action as #amount#

3

Create Jackpot Action Group and Slug

Create an Action Group in the Alliance area and click the tickbox. Create a unique slug and name the slug jackpot. This will be used for all jackpot crediting /slug/jackpot endpoints

4

Configure Credit Bonus Funds Action

Add the Credit Bonus Funds action with the relevant jackpot bonus details. Make sure the Amount field will use #amount#

5

Run End-to-End Jackpot Credit Test

Once everything is configured and activated, we should run an end-to-end test by having Unibo try to send a request for a low jackpot amount for any test user to make sure everything is credited end-to-end 

Example of a Jackpot payout message

data: {
	amount: 10.0,
	campaign_name: 'Brand Jackpots Campaign',
	currency: 'EUR',
	jackpot_title: 'Daily Jackpot'
}

Was this helpful?