Wallet transfer
API สำหรับให้แพลตฟอร์มที่ต้องการเชื่อมต่อกับ Betworld พัฒนาเพื่อให้รองรับการทำงานร่วมกัน
Last updated
API สำหรับให้แพลตฟอร์มที่ต้องการเชื่อมต่อกับ Betworld พัฒนาเพื่อให้รองรับการทำงานร่วมกัน
Last updated
API สำหรับให้ดีลเลอร์แพลตฟอร์ม โอนเครดิตของผู้เล่นเข้ามายังแพลตฟอร์ม Betworld
POST
https://{api-domain}/wallet-service/credit/transfer-in
Request body เป็น json การ generate signature สามารถดูได้ที่
x-casino-signature*
String
เป็น string ที่ได้จากการ hash request body ด้วย authentication key ที่ได้รับจาก Betworld
x-casino-id*
String
casino id
amount*
Float
จำนวนเครดิตที่โอนเข้า Betworld
request_transaction_id*
String
เลขอ้างอิงของดีลเลอร์ ในการโอนเครดิตเข้า
user_id*
String
user id ในระบบของท่านที่ส่งให้กับ Betworld
API สำหรับให้ดีลเลอร์แพลตฟอร์ม โอนเครดิตของผู้เล่นออกจากแพลตฟอร์ม Betworld
POST
https://{api-domain}/wallet-service/credit/transfer-out
x-casino-signature*
String
เป็น string ที่ได้จากการ hash request body ด้วย authentication key ที่ได้รับจาก Betworld
x-casino-id*
String
casino id
request_transaction_id
String
เลขอ้างอิงของดีลเลอร์ ในการโอนเครดิตออก
user_id
String
user id ในระบบของท่านที่ส่งให้กับ Betworld
amount
Float
จำนวนเครดิตที่โอนออกจาก Betworld
API สำหรับให้ดีลเลอร์แพลตฟอร์ม ดึงข้อมูลเครดิตคงเหลือของผู้เล่นบนแพลตฟอร์็ม Betworld
GET
https://{api-domain}/user-service/user/3rdparty-get-balance
x-casino-id*
String
casino id
x-casino-signature*
String
เป็น string ที่ได้จากการ hash request body ด้วย authentication key ที่ได้รับจาก Betworld
user_id*
String
user id ในระบบของท่านที่ส่งให้กับ Betworld
request_timestamp*
Integer
เวลาที่ส่งค่าเป็น timestamp milliseconds example: 1658994703000
API สำหรับให้ดีลเลอร์แพลตฟอร์ม ดึงข้อมูล Turnover ของผู้เล่นบนแพลตฟอร์ม Betworld
GET
https://{api-domain}/user-service/user/stat
x-casino-id
String
casino id
x-casino-signature
String
เป็น string ที่ได้จากการ hash request body ด้วย authentication key ที่ได้รับจาก Betworld
user_id*
String
user id ในระบบของท่านที่ส่งให้กับ Betworld
include_data
Array
ค่าที่ต้องการเพิ่มเติม ค่าที่รองรับตามนี้
bet_summary = สรุป จำนวนตาที่วางเดิมพัน ยอด turnover กำไร/ขาดทุน ของผู้เล่นเป็นรายวัน (ย้อนหลัง 30 วัน)
การส่งค่า ["bet_summary"]
request_timestamp*
Integer
เวลาที่ส่งค่าเป็น timestamp milliseconds example: 1658994703000
Request body เป็น json การ generate signature สามารถดูได้ที่
Request body เป็น json การ generate signature สามารถดูได้ที่
Request body เป็น json การ generate signature สามารถดูได้ที่