Overview

This document details the integration process and API endpoints for seamless wallet.

Seamless Wallet Integration

This integration requires the Operator to integrate the following REST APIs:

Games API (provided by Game Aggregator)

This API allows the Operator to access games related information as well as requesting a game URL for their players to access the games.

Wallet API (provided by Operator)

This API allows the Game Aggregator to inform the Operator's system about the transactions made by their players that manipulates their wallet balance.

Examples of such transactions are:

  • Placing a bet (a deduction to the wallet balance)

  • Winning a bet (an increase to the wallet balance)

Last updated