AMBSlot API Document
  • Seamless API Document
    • Table of Contents
    • Change Logs
    • Notice
    • Encryption & Decryption
    • AMBSlot Seamless Integration APIs
      • Seamless API - Create Member
      • Seamless API - Change Password
      • Seamless API - Get Game List
      • Seamless API - Get Online User
      • Seamless API - Launch Lobby Client
      • Seamless API – Launch Selected Game Client
      • Seamless API – Get Round Result
    • Operator Seamless Integration APIs
      • Seamless API – Get Balance
      • Seamless API – Bet
      • Seamless API – Payout
      • Seamless API – Settle
      • Seamless API – Cancel
  • Transfer API Document
    • Table of Contents
    • Change Logs
    • Notice
    • Encryption & Decryption
    • AMBSlot Transfer Integration APIs
      • Transfer API - Create Member
      • Transfer API - Change Password
      • Transfer API - Get Game List
      • Transfer API - Deposit
      • Transfer API - Withdraw
      • Transfer API - Check Available Balance
      • Transfer API - Launch Selected Game Client
      • Transfer API - Launch Lobby Client
      • Transfer API - Get Round Result
      • Transfer API - Get Key Transfer
      • Transfer API - Get Report By Date And Time
      • Transfer API - Get Report By Date
      • Transfer API - Get Report 10 Minutes
      • Transfer API - Report Time 10 Minutes
Powered by GitBook
On this page
  • Request URL
  • Request Body Parameters
  • Request Body Example
  • Response Parameters
  • Response Example
  1. Transfer API Document
  2. AMBSlot Transfer Integration APIs

Transfer API - Get Round Result

Request URL

[POST] [AMBSLOT-API-Domain]/transfer/result

Request Body Parameters

Parameter
Description
Type
Required?

tranId

Transaction Id that identify for generate report

String

Y

agent

Agent id that AMBSlot has provided

String

Y

username

Member username

String

Y

language

Language of result (‘th’ ,’en’) (default as ‘en’)

String

N

provider

Provider that provided this game

String

Y

type

Type of game ex slot, arcade, fishing

String

Y

Request Body Example

{
    "tranId": "tranId",
    "agent": "agent",
    "provider": "provider",
    "username": "username",
    "language": "en",
    "type": "slot"
}

Response Parameters

Status Object

Parameter
Description
Type
Required?

code

0: Success 995: Invalid game id 997: Invalid request data 998: Invalid agent id 999: Service not available 1601: Response error via axios timeout

Number

Y

message

Error message

String

Y

Data Object

Parameter
Description
Type
Required?

url

URL for display result of specific round

String

Y

Response Example

{
    "status": {
        "code": 0,
        "message": "Success"
    },
    "data": {
        "url": "https://ambslot.com/game/history.html?t=xxxx"
    }
}
PreviousTransfer API - Launch Lobby ClientNextTransfer API - Get Key Transfer

Last updated 2 years ago