Appearance
Query Replay GET
Authorization
Seamless uses Basic Authentication with your agent credentials. (Authentication)
HTTP Request
GET {{ API_URL }}/seamless/betTransactionReplay?productId={{ productId }}&username={{ username }}&betId={{ betId }}&parentBetId={{ parentBetId }}&gameCode={{ gameCode }}
Parameter Description
Property | Type | Required | Description |
---|---|---|---|
productId | string | Required | Product ID (Ref. Product List)) (Example : SEXY ) |
betId | string | Required | Bet ID |
username | string | Required | Member username |
parentBetId | string | Optional | Parent bet ID, if productId: PGSOFT this field is required and you need to send roundId (in format xxxx-xxxx-106-0) |
gameCode | string | Optional | Parent bet ID, if productId: PGSOFT this field is required and you need to send gameCode (in format lucky-neko ) |
Response Description
Property | Type | Required | Description |
---|---|---|---|
reqId | string | Required | Unique reference for each request |
code | number | Required | Response status |
message | string | Required | Additional information on response status |
data | QueryReplay | Required | Query replay data |
Query Replay
Property | Type | Required | Description |
---|---|---|---|
url | string | Required | Replay url |
Note
Products not have Replay
Product ID | Product Name |
---|---|
SIMPLEPLAY | Simple Play |
AGGAME | Asia Gaming AG |
EVOPLAY | Evoplay |
ALLBET | Allbet |
REDTIGER | Red Tiger |
NETENT | Netent |
NOLIMIT | Nolimit City |
GOLDY | Goldy |
JSON response example:
json
{
"reqId": "7ba79e9c-ebaf-4f06-bd73-d8648ec7f8d3",
"code": 0,
"message": "Success",
"data": {
"url": "https://ttt.worldcdn-mega.com/page/wallet/replay.jsp?platform=SEXYBCRT&gameType=LIVE&roundId=Mexico-705-GA25440063&path=https%3A%2F%2Fbfsiz6.bikimex.net%2Ftoken%2Fresult%2Freplay.jsp%3Ftoken%3D4i9oFD7dThHHWUNgOxt4BdyvpOsmfZg3vdQmJ0yvDxAYJsQHk%252BABwgJF1rezSA6dnjOsNoqMf9LA3G%252FEMkXUsWQmedAoq7iLO%252F1yrsQbTd%252Fntj4j8ZM2Sk8CHB0u8ME4sHewbWzt5C4D281OlohjBw%253D%253D%26lang%3Den%26reverseBPColor%3Dfalse"
}
}