Gaming Operators
Welcome to the Sentinal® Integration Documentation for Gaming Operators. This guide is specifically tailored for Gaming Operators seeking to integrate seamlessly with the Sentinal® system. Built on REST principles, the Sentinal® API offers a secure, auditable, and standardised integration experience for managing wagers, payouts, and financial compliance.
This documentation outlines what gaming operators are, their responsibilities in the Sentinal® ecosystem, and the key API endpoints required for integration.
What are Gaming Operators in the Sentinal® Ecosystem?
Gaming operators are licensed entities that offer games of chance, skill, or betting to users in digital or physical environments. These operators manage user wagers, handle payouts, and are responsible for maintaining regulatory compliance around financial transactions, taxation, and responsible gaming.
In the Sentinal® ecosystem, gaming operators must accurately record each wager placed and each payout issued, providing traceability for auditing and reporting purposes.
Responsibilities of Gaming Operators Integrating with Sentinal®
As a gaming operator integrating with the Sentinal® system, you are responsible for:
Deposit Capture: Record every deposit made into a customer account, including metadata such as deposit amount, customer identifiers, funding method, and optional geolocation. This ensures transparency in funds entering the gaming environment.
Withdrawal Capture: Log every withdrawal made from a customer account back to their chosen payment method, ensuring funds leaving the environment are fully traceable.
Wager Capture: Record every wager placed on your platform, including metadata such as wager amount, customer identifiers, and optional geolocation.
Payout Capture: Record all payouts made following successful wagers, ensuring each payout is directly linked to the original wager.
Transaction Integrity: Maintain the integrity of all transaction records to enable regulatory bodies to monitor financial flows, detect anomalies, and ensure accurate tax assessments.
Key API Endpoints for Gaming Operator Integration
To fulfill these responsibilities, gaming operators must integrate with the following Sentinal® API endpoints:
1. Capture Deposit
Endpoint:
/captureDeposit
Method:
POST
Description: Record a new deposit made by a customer into their gaming account. The system will return a unique depositId that may be referenced in balance and withdrawal reconciliation.
Integration Details: Capture Deposit Details
2. Capture Withdrawal
Endpoint:
/captureWithdrawal
Method:
POST
Description: Record a withdrawal made from a customer’s gaming account back to their wallet or bank. The system will return a unique withdrawalId.
Integration Details: Capture Withdrawal Details
3. Capture Wager
Endpoint:
/captureWager
Method:
POST
Description: Record a new wager placed by a customer. The system will return a unique wagerId that must be referenced in any corresponding payout.
Integration Details: Capture Wager Details
4. Capture Payout
Endpoint:
/capturePayout
Method:
POST
Description: Record a payout issued after a wager is settled. Must include a reference to the original wager for traceability.
Integration Details: Capture Payout Details
All deposits, withdrawals, wagers, and payouts are recorded in a secure, immutable system to support tax reporting, fraud detection, and gaming compliance. Sentinal® supports national regulatory frameworks and offers full audit trails for inspection by gaming authorities and licensing bodies.
By integrating with the Sentinal® platform, gaming operators ensure full transparency across user transactions, enabling trust with regulators and players alike.
If you have questions or require onboarding assistance, please contact our support team at [email protected].
Last updated