API Docs Help

Основная информация об игровой платформе

General information on the Gaming platform

Our front end is implemented with ReactJS and native PHP. The only difference between them is that the one in ReactJS uses GBX Open Api Proxy (our own programme) to process the requests.

GBX Open Api Proxy, in its turn, accesses the payment gateway (BenefitWide), microservices or Content server depending on the data type it needs to get. Depending on the request, Content server turns for data either to our Database or gets them from the stored ones it keeps. The Payment gateway returns the data depending on the request. OpenAPI accesses the Game server which is responsible for game opening on the front end. So it gets the game iframe, which is displayed to the player.

Admin panel (back office) turns either to Database or to microservices in order to add/update/delete or get the necessary information. It also sends data to Content and Game servers.

Game server accesses the project's Database and also communicates with the Game provider to receive the game iframe and sends it to the front end.

We also have a callback between the Game server and the Game provider. Its main function is to process the incoming data from the Game provider and to update/add/delete the information in the project's Database.

General scheme
29 September 2025