#
Transfer In
เพิ่มจำนวนเงินให้ผู้เล่นหลังจากเดิมพันชนะ / แพ้ หรือยกเลิกทำรายการ
#
Request
#
Body parameters
#
Example
https://{OperatorAPI}/transferIn
#
Payload
{
"vendor_id": 1,
"brand_id": "rygdemo",
"transactions": [
{
"player_id": "1",
"info": [
{
"id": "abc1234567890123",
"ref": "abc1234567890123",
"amount": 10,
"duplicate": false,
"status": 0,
"game_info": {
"id": "abc123",
"name": null,
"type": 0
}
}
]
}
]
}
#
Response data
#
Full response
{
"code": 0,
"message": "ok",
"data": {
"balance": 100.0
}
}
คำเตือน
หากในกรณนีมีรายการที่ผู้เล่นที่ถูกส่งมามากกว่า 2 คน ไม่จำเป็นต้องส่งยอดจำนวนเงินคนเหลือกลับมา โดยสามารถตั้ง data เป็น null ได้