Skip to content

结算派彩回调

游戏商通知 VCT 平台给玩家加上中奖金额(结算)。

说明

此接口由游戏商调用 VCT 平台,用于 Seamless(无缝钱包)模式下的结算派彩。

接口信息

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

请求参数(游戏商发送)

参数名类型必填说明
providerstring游戏商标识
usernamestring玩家用户名
amountdecimal派彩金额(正数)
transaction_idstring交易唯一 ID
round_idstring游戏回合 ID
game_codestring游戏代码
game_typestring游戏类型
bet_amountdecimal原始投注金额
valid_bet_amountdecimal有效投注金额
prize_amountdecimal奖金金额
win_lossdecimal输赢金额
ordersarray订单详情列表
signstring签名
timestamplong时间戳

响应字段

字段类型说明
balancedecimal结算后余额
transaction_idstring交易 ID
statusstring处理状态

游戏商来源映射

游戏商回调路径请求格式
BGopen.operator.calc.transferJSON-RPC 2.0,orders 含 orderStatus/amount
GSCseamless/depositJSON,transactions 含 action=SETTLED
SAPlayerWin / PlayerLost加密 body,分赢/输两个回调
WMwebhook(cmd=PointInout, code=1)form-data,money = 派彩金额

VCT Gaming Integration Platform