BonusList() API

This API request enables the operator to get the list already awarded bonuses. BonusList() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/bonus-list/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{    “api_key”: “15OY0Rx1BC0hYbCm”,    “start_date”: “2021-01-19 14:00:00”,    “end_date”: “2021-01-30 15:00:00”,    “limit_level”: 1,    “player_id”: “24”} Parameters Type Description api_key String API Key allocated to each front-end start_date String Date time from which this bonus can be used. format = […]

GameRoundHistory() API

This API request enables the operator to check the specific round history as in a graphical representation. GameRoundHistory() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/game-round-history/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{ “api_key”: “bb0pxymddfe41b2m”, “game_id”: 1032, “player_id”: “785956”, “round_id”: “785956”, “language”: “en”} Parameters Type Description api_key String API Key allocated to each […]

PlayerBonusBalance() API

This API request enables the operator to check the campaign history of specific player. PlayerBonusBalance() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/get-bonus-balance/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{ “api_key”: “qg0pBDmfGEe4jbGm”, “campaign_id”: “78005”, “player_id”: “271061”} Parameters Type Description api_key String API Key allocated to each front-end campaign_id String ID of the respective […]

CancelBonus() API

This API request enables the operator to cancel the awarded bonus free spins (promotional free spins). CancelBonus() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/cancel-campaign/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{    “api_key”: “15OY0Rx1BC0hYbCm”,    “promo_freespins_id”: “202187654”} Parameters Type Description api_key String API Key allocated to each front-end    promo_freespin_id String This ID will be sent […]

PFSBetValues () API

This API request enables the operator to get the bet values of promotional freespins(PFS) PFSBetValues() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/more/pfs-bet-values/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “81CVjU3K81XwBoWn”,”game_id”: 1032,”currency”: “EUR”} Parameters Type Description api_key String API Key allocated to each front-end game_id (optional) Integer Game ID provided by the provider. […]

GrantBonus() API

This API request enables the operator to grant bonus free spins (promotional free spins) to the player. GrantBonus() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/grant-bonus/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “15OY0Rx1BC0hYbCm”,”amount_type”: “promo_freespin”,”campaign_id”: “BOn-3″,”game_ids”: [1032,1041],”coin_value_level”: 1,”num_rounds”:10,”player_ids”:[“267″],”currencies”: [“USD”],”start_date”:”2021-01-19 14:00:00″,”end_date”:”2021-01-30 15:00:00″,”max_win_limit”:0,} Parameters Type Description api_key String API Key allocated to each front-end amount_type […]

UnfinishedGames() API

This API request enables the operator to get unfinished games list of last 30 days. UnfinshedGameHistory() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/unfinished-games/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.: {“api_key”: “1pghjl4v5apt2bks”,”player_id”: “1”,”game_type”: “slots”,”amount_ type”: “real”} Parameters Type Description api_key String API Key allocated to each front-end player_id String Player ID of […]

Server to Server Communication

Server-level communications between provider and operator would be conducted in JSON format and is transmitted over HTTP. The current default allows one request at any one time; however, simultaneous requests are possible if required. By default, all currency values are provided in cents with no decimal values. In exceptional cases, these can be provided in […]

Refund() API

This API request allows the credit of an amount to a player’s balance. This request is made when something goes wrong at the server / game-engine side and a previous debit request needs to be refunded. Its response would contain the information of any credited amount. Refund() Request Type Input HTTP Method POST API URL […]