The Bet Brothers
HomeNewsLinkedIn
  • The Bet Brothers APIS
    • ๐ŸงฉCore Concepts
    • ๐Ÿ”API Flow
  • OPERATOR API
    • ๐Ÿ”—Operator Integration Service
    • ๐Ÿ”‘Protocol API
      • Create api-token
      • Revoke api-token
  • ๐Ÿš€Game Launcher API
    • Get Game Providers
    • Get Games
    • Launch Game in Demo Mode
    • Launch game in Real Mode
  • ๐Ÿ’ฐWallet API
    • Balance
    • Bet
    • Win
    • Refund
    • Rollback Win
  • โšกFree Spin API
    • Add Free Spin
    • Cancel Free Spin
  • ๐ŸŽฎGame Insights
    • Get Game Bet Levels
    • Get Round Info
  • ๐Ÿ“–Addendum
    • TBB Error Codes
    • Wallet Error Response
  • SUPPLIER API
    • ๐Ÿ”—Supplier Integration Service
    • ๐Ÿ”‘Supplier Protocol API
    • ๐Ÿš€Game Launcher API
      • Launch Game in Demo Mode
      • Launch Game in Real Mode
  • ๐ŸŽฒGame Events
    • Balance
    • Bet
    • Win
    • Refund
  • ๐Ÿ“–Addendum
    • TBB Error Codes
Powered by GitBook
On this page
  • Getting Started
  • Request Signing with HMAC-SHA256
  1. SUPPLIER API

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.

PreviousWallet Error ResponseNextSupplier Protocol API

Last updated 8 days ago

To receive the required credentials, please contact us at Our technical integrations team will guide you through the setup process.

๐Ÿ”—
info@thebetbrothers.com.