Skip to content

下注扣款回调

游戏商通知 VCT 平台扣减玩家余额(下注)。

说明

此接口由游戏商调用 VCT 平台,用于 Seamless(无缝钱包)模式下的下注扣款。

接口信息

属性
路径POST /api/v1/callback/bet
调用方游戏商 → VCT 平台

请求参数(游戏商发送)

参数名类型必填说明
providerstring游戏商标识
usernamestring玩家用户名
amountdecimal扣款金额(正数)
transaction_idstring交易唯一 ID(幂等性控制)
round_idstring游戏回合 ID
game_codestring游戏代码
game_typestring游戏类型
bet_detailobject下注详情
signstring签名
timestamplong时间戳

响应字段

字段类型说明
balancedecimal扣款后余额
transaction_idstring交易 ID
statusstring处理状态:success / insufficient_balance / player_not_found

游戏商来源映射

游戏商回调路径请求格式
BGopen.operator.order.transferJSON-RPC 2.0,包含 orders 数组
GSCseamless/withdrawJSON,batch_requests 中含 transactions
SAPlaceBet加密 body
WMwebhook(cmd=PointInout, code=2)form-data

VCT Gaming Integration Platform