Transaction type
| Type | Description | Endpoint | Credit action | Transaction action |
|---|---|---|---|---|
| BET | Place bet | /placeBet | DEDUCT | Save new transaction status BET |
| OPEN_BET | Open Bet (Sportbook [Ex. SBO, SABA]) | /placeBet | DEDUCT | Save new transaction status OPEN_BET |
| ADJUST_BET | Update bet Transaction | /adjustBet | DEDUCT | Adjust amount deduct with status BET or OPEN_BET |
| SETTLE | Settle (Win/Lose) | /settle | INCREASE | Update transaction status BET, OPEN_BET to SETTLE |
| RESETTLE | Resettle | /resettle | DEDUCT & INCREASE | Adjust amount deduct or increase with status is SETTLE |
| UNSETTLE | Unsettle (Rollback) | /unsettle | DEDUCT | Adjust amount deduct with status is SETTLE |
| BET_SETTLE | Bet / Settle in same time | /betNSettle | DEDUCT & INCREASE | Save new transaction status SETTLE |
| CANCEL | Canel (Bet / Open Bet / etc.) | /cancel | INCREASE | Update ANY status to CANCEL |
| VOID_BET | Void bet | /voidBet | INCREASE | Update transaction status BET, OPEN_BET to VOID |
| VOID_SETTLE | Void settle | /voidSettle | DEDUCT & INCREASE | Update transaction status SETTLE to VOID |
| BONUS | Bonus game | /reward | INCREASE | Save new transaction status BONUS or REWARD (If you need classify, Recommend use BONUS instead) |
| JACKPOT | Jackpot | /reward | INCREASE | Save new transaction status JACKPOT or REWARD (If you need classify, Recommend use JACKPOT instead) |
| REWARD | Reward (Promotion win) | /reward | INCREASE | Save new transaction status REWARD |
| REFUND | Refund (Settle) | /refund | DEDUCT & INCREASE | Save new transaction status SETTLE to REFUND |
| TIP | Tip (Casino) | /tip | DEDUCT | Save new transaction status TIP |
| DEPOSIT | Deposit (Topup) | /transferIn | INCREASE | Save new transaction status CREDIT or DEPOSIT |
| WITHDRAW | Withdraw (Payout) | /transferOut | DEDUCT | Save new transaction status DEBIT or WITHDRAW |
| ADJUST_CREDIT | Adjust credit | /adjustCredit | DEDUCT & INCREASE | Save new transaction status ADJUST_CREDIT (If some game platform need this 🤔) |
Last updated on