Supplier Integration Service
The PlayFusion API Game Provider Content
We have taken every effort to ensure the accuracy of the content provided in this document at the time of its publication. However, please be aware that this document is subject to future changes. As necessary updates arise, we will release new versions to ensure the most accurate and up-to-date information is available.
Game Launcher API โ Allows TBB to:
Generate game launch sessions for players.
Game Events โ A Seamless Wallet integration. Triggered by the Supplier to:
Request the playerโs balance.
Send bet transactions to deduct from the playerโs balance.
Send win transactions to credit the playerโs balance.
Addendum โ Error Codes Reference.
Contains all possible error codes and their meanings.
Getting Started
To begin integrating with TBB, ensure you have the following:
Game Launch URL โ you, as the operator, must provide this URL to TBB for generating gameplay sessions.
Provider ID
Provider Name
Password, used for generating the API token and signing requests (HASH)
Wallet URL โ provided by TBB
Request Signing with HMAC-SHA256
All request bodies must be signed using HMAC-SHA256 with your secret key. The signature must be included in the X-REQUEST-SIGN
header of the request.
Last updated