Callback API
Callback API - is a section that contains a list of HTTP requests from FUNGAMESS to ThirdPartyPlatform.
The section contains methods for verification of session, user data and balance, funds flow, etc.
Requests from FUNGAMESS to the ThirdPartyPlatform are used to retrieve the necessary data.
The received data is used to update FUNGAMESS data and work with the casino provider.
The requests are used with the following types of callbacks:
- Callback when a request is received from the ThirdPartyPlatform
- Callback to check or change data
Callback when a request is received from the ThirdPartyPlatform
For this type, a callback is sent after a request from the ThirdPartyPlatform is received to get the required data.
For example, when the ThirdPartyPlatform requests to Start game, FUNGAMESS sends several callbacks to get the required data.
Callback to check or change data
This callback type is sent to retrieve missing or change current data.
For example, when FUNGAMESS requests to check the user's balance (Get balance).
Or when FUNGAMESS sends a request to change a user's balance (Move funds).