Integration Workflow
Integration Workflow - Operator (BET MGM) and Hub (Bingão) - Operator APIs
The Integration Workflow category encompasses the processes and interactions between the Operator (BET MGM) and the Hub (Bingão) using the various available APIs, including the Games API, Wallet API, and Transactions API. This section is dedicated to illustrating and describing the data flows and operations performed during the integration, providing a clear understanding of how the components interact to deliver a cohesive and efficient gaming experience.
Objectives:
Create a new user
POST /users
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
name
string
Name of the user
age
number
Age of the user
Response
Facilitate Understanding: Present a sequence diagram that illustrates the interactions between the Operator and the Hub, detailing each step of the integration flow.
Describe Functionalities: Explain the main functions and API calls that make up the flow, including how to obtain game lists, check user balances, process transactions, and report information.
Support Implementation: Provide clear guidelines and examples to help developers and integrators effectively implement the interactions, ensuring a successful integration between the systems.
High level overview of integration Workflow
Last updated