Transfer
What is Transfer API?
Transfer API is a streamlined integration method where player funds are transferred to our system, and we manage their balances directly. It simplifies transaction handling by offloading balance management to our API, making the process more efficient and reducing backend complexity.
How It Works:
API User Creation:
You create an API user linked to the player’s account on your platform.
This API user acts as the player’s wallet within our system.
Balance Transfer:
Before starting a game, the player transfers a portion of their site balance to their API user account.
When a user transfers X balance to their API account, the agent supplies X from their remaining API balance to the player’s API account.
This means: ➔ Agent balance = Agent’s own balance + Total user balances
Game Play:
Once the player starts a game, your platform does not track the balance changes from the player’s spins — we handle that directly.
All in-game balance adjustments happen within the API environment.
Settlement:
After the game session ends, the updated balance can be retrieved from the API and settled accordingly.
🆚 How is it Different from Seamless Integration?
Funds Management
Funds are transferred to our API and managed by us.
Funds remain in your system and are managed through your backend.
Deposits/Withdrawals
Funds are stored in our database.
Funds are stored in your database.
Balance Changes During Play
No need to track balance changes during play — we handle it.
Balance changes are reported back to your system for processing.
API Complexity
Direct API call — quick and simple.
API call + backend interaction — more complex.
✅ Why Use Transfer API?
✔️ Simplified Setup: Just create an API user and transfer funds — no complex backend tracking needed.
✔️ Fast Transactions: Direct communication with our system ensures quicker response times.
✔️ Reduced Backend Load: Offloads balance management to our system, reducing server stress.
✔️ Accurate Balancing: Agent balances are automatically adjusted based on user transfers.
Last updated