# Integration

IAM Lotto offers agents two integration options: Seamless Mode and Transfer Mode.

# Integration Mode

# Seamless

In Seamless Mode, the credit wallet is managed within the agent's system. The IAM Lotto system will generate events that notify the agent's system when users perform actions such as placing bets, voiding tickets, or when tickets are settled or voided.

The following webhooks are required to integrate with our system:

  • Get Credit: Our system uses for getting the player's credit.
  • Hold: Our system uses for holding the player credit in betting event.
  • Settle: Our system uses for notifying the settlement ticket event.
  • Refund: Our system uses for refunding the player credit when the ticket is canceled.
  • Void: Our system uses for voiding the settlement.

For detail: visit THIS AGENT API DOCUMENT.

# Transfer

In Transfer Mode, the credit wallet is managed by the IAM Lotto system. Agents are required to adjust user credits by interacting with the IAM Lotto API, which is used for both credit deposits and withdrawals.

The following API endpoint must be called to integrate with our system:

  • Get Credit: The agent system can use this API to get credit from our system.
  • Deposit: The agent system can use this API to deposit the player's deposit.
  • Withdraw: The agent system can use this API to withdraw the player's withdraw.

For detail: visit THIS AGENT API DOCUMENT.

# Request Form

To initiate the integration process, IAM Lotto requires the following parameters from the agent:

Parameter Example Value Note
Server* Staging, Production IAM Lotto currently has 2 servers
Display Name* UR LOTTO Recognition naming
Code* url888 Identical charactors
Integration Mode* Seamless, Transfer
Webhook URL https://fake.webhook It's required for Seamless mode

Upon receiving this information, IAM Lotto will take approximately 10-15 minutes to complete the setup and will then provide a response to the agent. IAM Lotto will continue to support the integration process until both parties are satisfied.