100HP
  1. 100HP API for partners v2.9.1
100HP
  • 100HP API for partners v2.9.1
    • General
      • Overview
      • FAQ
        • Rollback and billing resolver general flow
        • HTTP status codes and custom error codes
        • IP Whitelisting
    • Integration
      • Preparation for integration
      • General API provision
    • 100HP Gaming API
      • Game list
      • Launch game url
      • Video replay
    • 100HP Game flow API
      • Player authorization
      • Get balance
      • Withdrawal money
      • Deposit money
      • Rollback money
    • Implementation Guide
      • YourCasino.js
      • Casino.js
      • TestCasino.js
      • DDL-example
        • mongodb.js
        • mysql.js
        • postgres.js
    • Testing
      • Automated Test Service
    • API INFO
      • API Changelog
  1. 100HP API for partners v2.9.1

Game flow API

In the integration process, the development takes place on the Game partner’s side. The application should be developed according to the 100hp gaming documentation. If any problems or questions arise, you can contact the support team: partners@100hp.game
That application should be able to handle the following requests from 100hp gaming to Game flow API:
Player authorization - is a method that is called when the game starts to authenticate the user.
Get balance - is a method that returns the player's balance.
Withdrawal money - is a method, which is called at the moment when a player makes a bet. It is used to debit funds from the balance.
Deposit money - is a method, which is called when a user wins. It is used to top up the player's balance.
Rollback money - is a method that is called if there is no response or there are errors in transaction request or the response contains an error. It is used to cancel the last transaction with the player's balance.
Modified at 2026-01-26 10:51:41
Previous
Video replay
Next
Player authorization
Built with