Skip to content

Product Callbacks

New workflow diagram

This new callback common flow, we simplifies callbacks from provider and standardize it to our own understandable. Please check the following support products.

Products to support

See all products in the Product Lists section.

API LIST

PropertyPathDescription
GetBalance/checkBalanceGet Balance
PlaceBets/placeBetPlaceBet
Settle Bets/settleBetsSettlement
CancelBets/cancelBetsCancelBets
AdjustBets/adjustBetsAdjustBets
Rollback/rollbackRollback
WinRewards/winRewardsWinRewards
Tips/placeTipsTips
CancelTips/cancelTipsCancelTips
VoidSettle/voidSettledVoidSettle
AdjustBalance/adjustBalanceAdjustBalance

Common Status Code

JSON response fail example:

CodeDescription
0Success
10001User not found
10002User has insufficient balance to proceed
20001Transaction not found
20002Transaction duplicate
20003Bet has already canceled
20004Bet has already settled
30001Invalid token
40003Forbidden request
50001Internal server error