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.gameThat 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.